RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Third Party Contributions > MyRoundCube

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 12-30-2008, 04:36 PM
Registered User
 
Join Date: Dec 2008
Posts: 26
Default HTML Signature issue

Hi Rosali I am having an issue with the HTML signature. I am trying to set up a HTML signature with an embedded image (the image is saved on my website root directory, and I am giving the full path as http://mydomain.com/skins/default/images/mylogo.png).

But when I send an email it does send all the texts on the signature but unfortunately not the embedded image.

Is there is any way to send the embedded image with the signature.

Regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 12-30-2008, 05:20 PM
rosali's Avatar
Super Moderator
 
Join Date: Dec 2007
Location: Germany
Posts: 1,090
Send a message via MSN to rosali
Default

PM'me a test account on your server.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 12-31-2008, 09:40 AM
Registered User
 
Join Date: Dec 2008
Posts: 26
Default

Rosali I have created a test account for you and emailed you the details. I have sent you an email last night with the details. I have also sent you an email this morning with updated web address since I have changed the web URL

Regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 01-02-2009, 12:00 PM
rosali's Avatar
Super Moderator
 
Join Date: Dec 2007
Location: Germany
Posts: 1,090
Send a message via MSN to rosali
Default

Does this happen with RoundCube standard signatures or with hMailServer server side signature plugin?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 01-02-2009, 08:02 PM
Registered User
 
Join Date: Dec 2008
Posts: 26
Default

Rosali this is happening with both hMailserver and MyRoundcube, regardless of chossing HTML composing and HTML signature.
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 01-03-2009, 04:22 AM
rosali's Avatar
Super Moderator
 
Join Date: Dec 2007
Location: Germany
Posts: 1,090
Send a message via MSN to rosali
Default

OK, so I assume it is a TinyMCE issue! Please post or mail me the signature HTML code which you try to append.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 01-03-2009, 02:53 PM
Registered User
 
Join Date: Dec 2008
Posts: 26
Default

Thank you. Please see below the code which I already emailed you too -

<html>
<body>
<p>My Signature</p>
<p><img src="http://mydomain.com/skins/default/images/roundcube_logo.png" alt="" width="165" height="55" /></p>
<p> </p>
<p>Firstname Lastname</p>
<p>Company Name</p>
</body>
</html>

Regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 01-03-2009, 05:41 PM
rosali's Avatar
Super Moderator
 
Join Date: Dec 2007
Location: Germany
Posts: 1,090
Send a message via MSN to rosali
Default

Yep, it is TinyMCE ... I'm quite sure ... Please release a ticket at TinyMCE support forum or at trac.roundcube.net.

Sorry about that, but I won't fix it. Reason: I began to fork RoundCube above a year ago and stopped that because it is really too much for a one man show. MyRoundCube has a plugin structure. So, the default code is modified at a minimum.

OK, that's the problem:

<img src="http://mydomain.com/skins/default/images/roundcube_logo.png" alt="" width="165" height="55" />

Assume your RoundCube installation is on http://mydomain.com ... TinyMCE or RoundCube (not sure) cuts off http://mydomain.com and the html code which is really appended is:

Code:
<html>
<body>
<p>My Signature</p>
<p><img src="skins/default/images/roundcube_logo.png" alt="" width="165" height="55" /></p>
<p> </p>
<p>Firstname Lastname</p>
<p>Company Name</p>
</body>
</html>
If you append:
Code:
<html>
<body>
<p>My Signature</p>
<p><img src="http://anotherdomain or perhaps a subdomain.com/skins/default/images/roundcube_logo.png" alt="" width="165" height="55" /></p>
<p> </p>
<p>Firstname Lastname</p>
<p>Company Name</p>
</body>
</html>
... it works ...
Attached Images
File Type: png sign.PNG (156.4 KB, 20 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 01-04-2009, 10:25 PM
Registered User
 
Join Date: Dec 2008
Posts: 26
Default

Thanks for your help. I will do that.

Regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 01-05-2009, 07:33 AM
rosali's Avatar
Super Moderator
 
Join Date: Dec 2007
Location: Germany
Posts: 1,090
Send a message via MSN to rosali
Default

I found this and will try my luck later on this week ...

TinyMCE Forum / Image path being replaced with relative path

http://wiki.moxiecode.com/index.php/.../relative_urls

Last edited by rosali; 01-05-2009 at 07:39 AM.
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 08:29 AM.


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