Is there a way to get smileys working when comments are wrapped in pre-tags?
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.
I guess that will be the best solution for this: http://drupal.org/node/692718
Thanks
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.
code|pre
code
Comments
Comment #1
Gurpartap Singh commentedThey 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.
Comment #2
NeoID commentedI guess that will be the best solution for this:
http://drupal.org/node/692718
Thanks
Comment #3
Gurpartap Singh commentedSearch for
code|prein smileys.module file and replace it withcode. So the effect will now only be applicable for code tags and not pre tags.