I have this on my forum and sometimes I prefer quick reply much better over hitting reply, and since smiles are used quite frequently I feel having a smile list in the quick reply in the form of a popup window would be best. So I recommend adding the following code
Response.Write " * [url=""JavaScript:openWindow3('pop_new_smiles.asp')"">View Smile List[/url]<br />" & vbNewLine
I recommend adding it after the following block of code
if strAllowForumCode = "1" then
Response.Write " * [url=""JavaScript:openWindow6('pop_forum_code.asp')"">Forum Code[/url] is ON<br />" & vbNewLine
else
Response.Write " * Forum Code is OFF<br />" & vbNewLine
end if
In topic.asp of course. This is for me around line 1680, my file is hihgly modified so it may vary greatly on the line number. But yeah, I recommend adding that to the quick reply. Just my humble suggestion
