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

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Closed)
 (v3.4.01) BUG+FIX: Moderation Issues
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

pweighill
Junior Member

United Kingdom
453 Posts

Posted - 26 August 2002 :  13:35:31  Show Profile
In pop_moderate.asp

An error occurs if the query string contains ?REPLY_ID=X
To fix this,
Change line 56 from
ReplyID  = clng("0" & Request("REPLY_ID"))


to
If Request("REPLY_ID")="X" then
	ReplyID  = "X"
else
	ReplyID  = clng("0" & Request("REPLY_ID"))
end if



In moderate.asp

The "appove all topics for a forum" only approves 1 topic
To fix this,
Change line 447 from
ModString = "CAT_ID=" & Forum_Cat_ID & "&FORUM_ID=" & Forum_ID & "&TOPIC_ID=" & Topic_ID & "&REPLY_ID=X"


to
ModString = "CAT_ID=" & Forum_Cat_ID & "&FORUM_ID=" & Forum_ID

GauravBhabu
Advanced Member

4288 Posts

Posted - 26 August 2002 :  14:55:24  Show Profile
If Request("REPLY_ID")="X" then 	
ReplyID = "X"
else
ReplyID = clng("0" & Request("REPLY_ID"))
end if

ReplyID = clng("0" & Request("REPLY_ID"))


IMO, the statement in red need not be there.

CSS and HTML4.01 Compilant Snitz Forum . ForumSquare . Rakesh Jain

It is difficult to IMPROVE on Perfection, There is no harm in Keep Trying.

Prayer Of Forgiveness
"I forgive all living beings. May all living beings forgive me!
I cherish the friendliness towards all and harbour enmity towards none." -- Aavashyaka Sutra(Translated)
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 26 August 2002 :  15:04:25  Show Profile
I believe that was the intention of the original post(the line in question was not within the code blocks). (I've removed it now)
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 28 August 2002 :  22:59:13  Show Profile
fixed in v3.4.02
Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.18 seconds. Powered By: Snitz Forums 2000 Version 3.4.07