filters
robotjox - March 22, 2007 - 18:08
| Project: | Signature module |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi,
my clients like to have images in their signatures, but the module filters it out by default - how can I enable full html for signatures?
thanks
Morten

#1
I just tried out this module myself, and it seems that the signatures get run through the input filter twice. This seems to cause issues with trying to setup a forum with bbCode markup that you have to work around. To have images, you have to allow the tag in the HTML filter under your default input format, it seems (or completely remove the HTML filter in that input format).
This running the signature through the input filter twice also causes another side effect, if I set the HTML filter to escape tags, and have bbCode filtering on with bbCode added in the signature, on output, that signature will be run through the filter twice, the first time it will translate hte bbCode to HTML tags, the second time, the HTML filter will escape those tags, causing them to display on your signature.
#2
I've fixed this issue with a module rewrite, attached to this bug report: http://drupal.org/node/164287