Author Topic: HTML Signature only shows as text  (Read 3075 times)

Offline bluisana

  • Newbie
  • *
  • Posts: 1
HTML Signature only shows as text
« 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?

Offline FDA

  • Newbie
  • *
  • Posts: 3
Re: HTML Signature only shows as text
« Reply #1 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

Offline FDA

  • Newbie
  • *
  • Posts: 3
Re: HTML Signature only shows as text
« Reply #2 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 ;)