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
 Reprot to moderator mod.
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Messick
Starting Member

USA
25 Posts

Posted - 14 September 2002 :  14:48:11  Show Profile  Visit Messick's Homepage
I'm having a problem with the report to moderator mod.

It is giving me a error message like this,

Type mismatch: 'rs'

(my forum's path)/topic.asp, line 903


the line looks as follows:

<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 Moderator</a></font>

Can any one help me?

Edited by - Messick on 14 September 2002 14:48:40

DoraMoon
Average Member

Taiwan
661 Posts

Posted - 14 September 2002 :  15:42:53  Show Profile
i've never try this Mod, so not sure what's problem.....
but usually we can just use MemberID to get the user's id.

so may you want to try this...
.............
&ReporterID=<%=rs("MEMBER_ID")%>'&TOPIC_TITLE=<%=Request.QueryString("Topic_Title")%>>

change to
.............
&ReporterID=<%=MemberID%>&TOPIC_TITLE=<%=Request.QueryString("Topic_Title")%>'>


and also i think the small ' , should be a little change its place..( move to the end before > )
Go to Top of Page

Messick
Starting Member

USA
25 Posts

Posted - 14 September 2002 :  17:10:04  Show Profile  Visit Messick's Homepage
Wow, Thanks.

It worked!

Thank you.
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.27 seconds. Powered By: Snitz Forums 2000 Version 3.4.07