Question
.For some reason, on my server the
SmiliesPlugin replaces emoticons with their image tags within <VERBATIM> tags. Here's a link that demonstrates it on my TWiki site:
http://www.mattwalsh.com/twiki/bin/view/Main/SteveRitchieIRCInterview
- TWiki version: 01 Dec 2001
- Web server: Apace
- Server OS: Linux (Redhat 7.1)
- Web browser: N/A
- Client OS: N/A
--
MattWalsh - 16 Jan 2002
Answer
Not sure why this happens. The Smilies Plugin does the rendering stuff in
sub outsidePREHandler, e.g. outside the <VERBATIM> tags, at least that is the case with the version I have.
--
PeterThoeny - 19 Jan 2002
Still stumped. I downloaded the latest
SmiliesPlugin I could find and no change. If as you say the rendering is supposed to be within
sub outsidePREHandler, then the current
SmiliesPlugin is out of date - the rendering is inside
sub commonTagsHandler.
--
MattWalsh - 22 Jan 2002
The smilies code obviously changed. Added a note in
Plugins.SmiliesPluginDev
--
PeterThoeny - 22 Jan 2002