Roundcube Community Forum

Release Support => Pending Issues => Topic started by: bluisana on February 08, 2008, 05:52:30 PM

Title: HTML Signature only shows as text
Post by: bluisana on February 08, 2008, 05:52:30 PM
I have seen some other posts about problems with HTML signatures but no replies.  I have created an HTML signature in my profile but it always shows as text no matter what browser I use or which compose type I use (HTML or TEXT). The signature looks perfect in the HTML signature editior within my profile configuration. Am I missing something or does this just not work yet?
Title: Re: HTML Signature only shows as text
Post by: FDA on February 15, 2008, 09:18:58 AM
same problem
i've tried this fix (http://trac.roundcube.net/ticket/1484545) but nothing on Firefox, Opera and Exploder7
Title: Re: HTML Signature only shows as text
Post by: FDA on February 15, 2008, 09:43:01 AM
resolved :D
you've to edit /config/main.inc.php
on line 225 you have to change
$rcmail_config['enable_htmleditor'] = FALSE;
in
$rcmail_config['enable_htmleditor'] = TRUE;

Then you can write mail in html and it show your signature ;)