Find line 1050 - 1052 in your topic.asp file. Cut it and paste it after line 1117.
Before:'####################################### Poll Mod ##################################
'# Remember to remove the &_ from the end of the line above. #
'# Find the following code in your file and comment out or remove it: #
'###################################################################################
' " <td valign=""top"" height=""100%""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strForumFontColor & """><span class=""spnMessageText"" id=""msg"">"
If IsEvent = "1" Then
%> <!-- #include file="cal_topic.asp" --> <%
End If
'if Request.QueryString("SearchTerms") <> "" then
After pasting it:else
Response.Write " <font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strForumFontColor & """><span class=""spnMessageText"" id=""msg"">"
If IsEvent = "1" Then
%> <!-- #include file="cal_topic.asp" --> <%
End If
if Request.QueryString("SearchTerms") <> "" then
Response.Write SearchHiLite(formatStr(Topic_Message))
else