Hey all,
I checked in admin for a setting regarding the Report Post button on the forum_posts.asp page, and can't seem to find out where to activate this. I haven't modified any code on that page relating to this button's display. Here is the code I found in the page:
'Display the report post feature if email is enabled.
If blnEmail AND intGroupID <> 2 AND lngUserID <> lngLoggedInUserID Then Response.Write(VbCrLf & "<a href=""report_post.asp?PID=" & lngMessageID & "&FID=" & intForumID & "&TID=" & lngTopicID & "&TPN=" & intRecordPositionPageNum & """ target=""_self"" class=""smLink""><img src=""" & strImagePath & "report_icon.gif"" align=""absmiddle"" border=""0"" alt=""" & strTxtReportPost & """></a>")
I can see the report_icon.gif file in the forum_images directory as well, so it should show up. I wasn't logged in as the admin either, I logged in under another standard user I created and was viewing a post I posted with a second test account I created.
Any suggestions appreciated.