Author |
Topic |
|
volition
Starting Member
USA
49 Posts |
Posted - 22 September 2003 : 03:29:07
|
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
|
I just tested this on an unmodified forum and could not reproduce it. Must be related to the modifications you have made. |
|
|
volition
Starting Member
USA
49 Posts |
Posted - 22 September 2003 : 05:50:40
|
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
|
|
|
wbrandes
Starting Member
5 Posts |
Posted - 25 September 2003 : 17:21:14
|
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. |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 25 September 2003 : 17:26:38
|
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. |
|
|
wbrandes
Starting Member
5 Posts |
Posted - 25 September 2003 : 18:42:54
|
worked like a charm. thanks again |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 25 September 2003 : 19:50:01
|
you're welcome. |
|
|
|
Topic |
|