I have unsuccessfully tried to install this mod a couple of times. In reviewing the readme, I have a question. The instructions for editing topic.asp say the following
quote:## Editing topic.asp ##
Replace this line (line 494):
<font color="<% =strForumFontColor %>" face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><% =formatStr(Reply_Content) %></font> <a href="#top"><img src="icon_go_up.gif" height=15 width=15 border="0" align="right" alt="Go to Top of Page"></a></td>
With this code:
<font color="<% =strForumFontColor %>" face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><% =formatStr(Reply_Content) %></font> <%Call getNewsFlashTopicBar(rsReplies("R_AUTHOR"))%> <a href="#top"><img src="icon_go_up.gif" height=15 width=15 border="0" align="right" alt="Go to Top of Page"></a> </td>
I'd go with topic.asp as I cant find a reference to formatStr(Topic_Message) in forum.asp, but I can in topic.asp, I only looked for that one bit of code tho
Its amazing that a little " can cause so much trouble. Do I have to say it again Hamlin? You are the Man!! Hopefully, I won't have to bother you anymore...Thanks a million!