RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Release Support > Release Discussion

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 08-21-2007, 08:26 AM
Registered User
 
Join Date: Aug 2006
Posts: 27
Downloads: 0
Uploads: 0
Default Display images automatically

When viewing HTML emails with embedded images I get this:
To protect your privacy, remote images are blocked in this message. Display images

Is it possible to make the images just display normally without the users having to click this?

I changed the settings on the two template files but this didn't help.
__________________
Live Answering Services<br />From $14.95/mo<br />http://www.PrestigeMessaging.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 08-22-2007, 05:06 AM
Registered User
 
Join Date: Aug 2006
Posts: 27
Downloads: 0
Uploads: 0
Default Re: Display images automatically

No way to do this?
__________________
Live Answering Services<br />From $14.95/mo<br />http://www.PrestigeMessaging.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 08-22-2007, 06:04 AM
Super Moderator
 
Join Date: Jun 2006
Posts: 431
Downloads: 0
Uploads: 0
Send a message via ICQ to skaero Send a message via AIM to skaero Send a message via MSN to skaero Send a message via Yahoo to skaero
Default Re: Display images automatically

Not a simple way that I know of, I will lo in to it when I get time.
__________________
[size=8pt]SKaero.com <br />&nbsp; [/size]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 09-21-2007, 03:02 PM
Registered User
 
Join Date: Sep 2007
Posts: 1
Downloads: 0
Uploads: 0
Default Re: Display images automatically

If you're willing to mess with the core code, here's one solution:

In the file program/js/app.js change lines 1168 & 1169 (in case your version is different, this is in the function show_message) from this:

if (safe)
add_url = '&_safe=1';

to this:

add_url += '&_safe=1';

Removing the condition 'if (safe)' and changing '=' to '+=' causes it to pass the 'safe' url every time so all images are displayed as if the 'display images' link was clicked. Of course you'll have to keep track of this as future versions come out and re-fix it if necessary. Hopefully it'll get developed in and be switchable in the config or user prefs. What would be even better would be if it could be per sender
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 06-12-2008, 05:36 AM
Registered User
 
Join Date: Jun 2008
Posts: 7
Downloads: 0
Uploads: 0
Default

or:

if (true)
add_url = '&_safe=1';

slightly less code to change.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 04:14 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright © 2006-2008 RoundCube Webmail Community