When a report is made about an individual post (not the topic) and you go to view thread in the view message window, all I get is a portion of the edit/post box with two buttons "post" and "reset fields", that's it.
All functions work fine if the report is made on the topic, just not the individual post. How or where do I correct this problem?
Below are the two edits done to Topic.asp if that helps:
FOR POSTS:
<% '***********************************START REPORT TO MODERATOR POST********************************* %> <font size="1"><a href='ComplainToModerator.asp?IsTopic=0&action=REPORT&REPLY_ID=<% =rs("REPLY_ID") %>&TOPIC_ID=<% =Request.QueryString("TOPIC_ID") %>&FORUM_ID=<% =Request.QueryString("FORUM_ID") %>&CAT_ID=<% =Request.QueryString("CAT_ID")%>&ReporterID=<%=rs("MEMBER_ID")%>&TOPIC_TITLE=<%=Request.QueryString("Topic_Title")%>'><img src="reportpost.gif" height=15 width=20 alt="Report this post to Administrator" border="0" align="absmiddle" hspace="6"></a></font> <% '***********************************END REPORT TO MODERATOR*********************************** %>
FOR TOPICS:
<% '***********************************START REPORT TO MODERATOR TOPIC********************************* %> <font size="1"><a href='ComplainToModerator.asp?IsTopic=1&action=REPORT&TOPIC_ID=<% =Request.QueryString("TOPIC_ID") %>&FORUM_ID=<% =Request.QueryString("FORUM_ID") %>&CAT_ID=<% =Request.QueryString("CAT_ID")%>&ReporterID=<%=rs("MEMBER_ID")%>&TOPIC_TITLE=<%=Request.QueryString("Topic_Title")%>><img src="reportopic.gif" height=15 width=20 alt="Report this topic to Administrator" border="0" align="absmiddle" hspace="6"></a></font> <% '***********************************END REPORT TO MODERATOR*********************************** %>