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)
 Posting Bug (Moderation related)
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

cripto9t
Average Member

USA
881 Posts

Posted - 03 October 2007 :  13:17:10  Show Profile
I'm not sure if this is a bug or not but it just doesn't seem right.
To recreate this -

1- Post a topic in a forum where "all posts" are moderated.
2- Edit the url to post a reply to unmoderated topic. The reply is accepted as unmoderated and it updates the reply count in the topics table.

3- When admin approves either the topic or one of the replies, "all" the posts are approved.

I know if you seen a bunch of replies to an unapproved topic that would/should raise an alarm about the post, but the fact that it can be done seems like a bug to me.

<edit>version 3.4.o6</edit><

    _-/Cripto9t\-_

Edited by - AnonJr on 17 March 2009 19:11:14

HuwR
Forum Admin

United Kingdom
20577 Posts

Posted - 03 October 2007 :  13:46:21  Show Profile  Visit HuwR's Homepage
are you an admin or moderator by any chance ?<
Go to Top of Page

cripto9t
Average Member

USA
881 Posts

Posted - 03 October 2007 :  15:29:39  Show Profile
quote:
Originally posted by HuwR

are you an admin or moderator by any chance ?



Normal user. sorry, I meant to state that.<

    _-/Cripto9t\-_
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20577 Posts

Posted - 03 October 2007 :  17:35:41  Show Profile  Visit HuwR's Homepage
are you able to do the same in this forum ?<
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 04 December 2007 :  22:53:12  Show Profile
What's the status on this Huwr?
Related to this as well? http://forum.snitz.com/forum/topic.asp?TOPIC_ID=65680<

Support Snitz Forums
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 03 January 2008 :  15:52:14  Show Profile
Considering the user should not be able to post a reply to a moderated topic, will add a check to prevent them to do so.<

Support Snitz Forums
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20577 Posts

Posted - 03 January 2008 :  15:59:56  Show Profile  Visit HuwR's Homepage
I didn't get chance to look at it, life kind of overtook me at the beginning of october am just starting to catch up now.<
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 07 January 2008 :  18:11:42  Show Profile
After line 235 in post.asp, the code in red was added:
case "Reply", "ReplyQuote", "TopicQuote"
	if ((blnCStatus = 0) or (blnFStatus = 0) or (blnTStatus = 0)) and (AdminAllowed = 0) then
		Go_Result "You have attempted to Reply to a Locked Topic"
	end if
	if (blnTStatus = 2) then
		Go_Result "You have attempted to Reply to a Moderated Topic"
	end if
case "Edit"
<

Support Snitz Forums
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 07 January 2008 :  18:12:35  Show Profile
Fixed in version 3.4.07.<

Support Snitz Forums
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.1 seconds. Powered By: Snitz Forums 2000 Version 3.4.07