Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Major Report to Moderator problem
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Ribkick
Junior Member

USA
296 Posts

Posted - 05 June 2001 :  16:49:30  Show Profile
In my forum the mod is fine when the topic is the only post however, when there are any replys to that topic, the "report to moderator" link stacks up above the topic header. If there are 4 replys, there are 4 links. If 15, 15 links. All are in a black area that streaches across the page.

I have included a C&P of the two edits I did to Topic.asp below. The only change I made was saying "Report to Administrator" instead of moderator. Any help here would sure be appreciated.

<hr noshade size="<% =strFooterFontSize %>">

<font color="<% =strForumFontColor %>" face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><% =formatStr(rs("R_MESSAGE")) %><a href="#top"><img src="icon_go_up.gif" height=15 width=15 border="0" align="right" alt="Go to Top of Page"></a></font></td>

<%
'***********************************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")%>'>Report To Administrator</a></font>
<%
'***********************************END REPORT TO MODERATOR***********************************%>

</tr>
<%
rs.MoveNext
intI = intI + 1
if intI = 2 then

-------------------------------------------------------------------------------------------

<font color="<% =strForumFontColor %>" face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">
<% =formatStr(rs("T_MESSAGE")) %>
</font>

<% end if %>

<%
'***********************************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")%>>Report To Administrator</a></font>
<%
'***********************************END REPORT TO MODERATOR***********************************
%>


<% if Request.Querystring("pollresults") = "1" then %>
<table border="0" width="100%">
<tr>
<td valign="top">
<font color="<% =strForumFontColor %>" face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><b>Poll Question:</b></font><br>
<font color="<% =strForumFontColor %>" face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><% =formatStr(rs("T_MESSAGE")) %></font>
<table border="0" cellpadding="3">
<tr>





HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 06 June 2001 :  03:52:47  Show Profile  Visit HuwR's Homepage
I think the first part should be

<hr noshade size="<% =strFooterFontSize %>">
<%
'***********************************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")%>'>Report To Administrator</a></font>
<%
'***********************************END REPORT TO MODERATOR***********************************%>
<font color="<% =strForumFontColor %>" face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><% =formatStr(rs("R_MESSAGE")) %><a href="#top"><img src="icon_go_up.gif" height=15 width=15 border="0" align="right" alt="Go to Top of Page"></a></font></td>
</tr>
<%
rs.MoveNext
intI = intI + 1
if intI = 2 then



The other bit looks OK


Go to Top of Page

Ribkick
Junior Member

USA
296 Posts

Posted - 06 June 2001 :  10:00:51  Show Profile
Thanks HuwR, that got the "Report to Admin" inside the post window but sticks it at the beginning of the post rather than the lower left side of the window. The opening topic is in the lower left but subsequent replys has it like the example post below... Any ideas?

--------------------------------------------------------------------------------
Report To Administrator Nothing to add either.

Just wanted to say that this covered everything, and was very well written. :)

[edit] It's okay, I moved it so it's in the top band next to the edit, quote etc. icons. I like it there better anyway. Thanks for your help, as usual you got it fixed.





Edited by - ribkick on 06 June 2001 10:15:09
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.4 seconds. Powered By: Snitz Forums 2000 Version 3.4.07