Is there a way to get smileys working when comments are wrapped in pre-tags?

Comments

Gurpartap Singh’s picture

They are intentionally turned off for pre and code tags, since those tags are supposed to show the text without any formatting.

If you're still interested, you can comment some code in smileys.module to enable smileys for pre and code tags.

NeoID’s picture

I guess that will be the best solution for this:
http://drupal.org/node/692718

Thanks

Gurpartap Singh’s picture

Search for code|pre in smileys.module file and replace it with code. So the effect will now only be applicable for code tags and not pre tags.