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
 Unmoderated Posts are visible on reply page
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

volition
Starting Member

USA
49 Posts

Posted - 22 September 2003 :  03:29:07  Show Profile  Visit volition's Homepage
Unmoderated Posts are visible on reply page to any member replying to the topic.

They cannot see the post when reading the topic, but when they click REPLY all the Unmoderated Posts are right there.

NOTE: I do not think it should matter, but I am using User Level Mod & Individual User Moderation
__________

Best explained with an example:

Here is the thread where one of my readers reported ther error.
http://aawsm.com/forums/topic.asp?TOPIC_ID=4642

I replied from a new account so the reply is not visible to you if you just view the above thread.

However, if you go to REPLY to the thread, you will then see the "unmoderated post" under the reply box.

Volition® - The Net's Oldest Free-Stuff Site

Snitz Forum at http://forum.volition.com/

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 22 September 2003 :  03:44:16  Show Profile
I just tested this on an unmodified forum and could not reproduce it. Must be related to the modifications you have made.
Go to Top of Page

volition
Starting Member

USA
49 Posts

Posted - 22 September 2003 :  05:50:40  Show Profile  Visit volition's Homepage
Thanks. That was a clue I needed.

Anyone who has those mods installed needs to go to post.asp and find:

if (mLev = 4) or (chkForumModerator(strRqForumId, strDBNTUserName) = "1") then
Moderation = "N"
else
if strModeration = 1 and rsa("CAT_MODERATION") = 1 and (rsa("F_MODERATION") = 1 or rsa("F_MODERATION") = 3) then
Moderation = "Y"
else
Moderation = "N"
end if
end if


and change it to

if (mLev = 4) or (chkForumModerator(strRqForumId, strDBNTUserName) = "1") then
Moderation = "N"
else
Moderation = "Y"
end if


Go to Top of Page

wbrandes
Starting Member

5 Posts

Posted - 25 September 2003 :  17:21:14  Show Profile
I dont have any mods installed and I have the same problem. all posts immediately appear, with the words NOT MODERATED!!!. this is in forums that are configured to have all posts moderated.

also, the icons that should appear for only moderators and admins (e.g., Edit Topic, Delete Topic) appear all users, although when clicked they require moderator or admin logon. i notice those icons are not present on this board, so i assume they should not be visible to regular users of my board.
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 25 September 2003 :  17:26:38  Show Profile
you're problem has nothing at all to do with the topic you posted in. You have turned on "Non Cookie Mode" in your Admin options. Turn it back off and those icons will not be displayed for everyone anymore.
Go to Top of Page

wbrandes
Starting Member

5 Posts

Posted - 25 September 2003 :  18:42:54  Show Profile
worked like a charm. thanks again
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 25 September 2003 :  19:50:01  Show Profile
you're welcome.
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.28 seconds. Powered By: Snitz Forums 2000 Version 3.4.07