The file you need to edit is inc_functions.asp.
Do a search for
fString= replace(fString, "<img src=icon_smile_kisses.gif border=0 align=middle>", "", 1, -1, 1)
end if
and replace it with
fString= replace(fString, "<img src=icon_smile_kisses.gif border=0 align=middle>", "", 1, -1, 1)
fString= replace(fString, "<img src=smirk.gif border=0 align=middle>", "[:smirk:]", 1, -1, 1)
end if
Then, you need to scroll down a bit further until you find
fString = replace(fString, "", "<img src=icon_smile_kisses.gif border=0 align=middle>")
Smile = fString
end function
and replace it with
fString = replace(fString, "", "<img src=icon_smile_kisses.gif border=0 align=middle>")
fString = replace(fString, "[:smirk:]", "<img src=smirk.gif border=0 align=middle>")
Smile = fString
end function
This will make the forum replace the code with the icon (should someone type it in manually). It is up to you to add it to the pop_icon_legend.asp page (but it sounds like you've already done that), and to add it to the FAQ if you want to.
Hope this helps
http://www.captgb.dabsol.co.uk
http://www.slipstreamservices.com