Print Page | Close Window

Help...No moderation abilities

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=15989
Printed Date: 13 April 2026 at 7:31pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Help...No moderation abilities
Posted By: CrazyCougar
Subject: Help...No moderation abilities
Date Posted: 26 July 2005 at 2:38pm
Hi, I just recently installed hte 7.92 version of WWF using an SQL database.
 
Well, it seems that although I have admin abilities, and can access the admin menu ALONG with admin topics (such as sticky and update them), I cannot edit posts.
 
I have changed specific permissions for groups and individual. I have assigned permissions to myself directly as a moderator in a forum and a few others and still no luck. What I cant understand is , as the site admin, I cant do edit any posts. Oh I am sooo frustrated.
 
I get this "Sorry, only members with sufficient permission can access this page."  HELP!!!!!
 
 
 
 



Replies:
Posted By: dj air
Date Posted: 26 July 2005 at 2:52pm
you need o go into the group permssions section and select the specification for that group.

ie, edit posts etc.

then assign those settings to every group.

on a side note, you did allopw forum moderators or registered users the ability to edit posts ,and also make it that your group is a Moderatng group of that forum.


Posted By: CrazyCougar
Date Posted: 26 July 2005 at 2:58pm

Ok here is an example of one of the forum permissions :

In my general info forum, I have permission set up for Registered Users to edit posts. I have the "Admin Group" set up as a moderator with permission to edit posts as well. But no luck. I even tried other groups and individual users as moderators giving them the same permissions. No luck.
 
It seems the edit option is the only one missing. I can sticky, move and delete topics using the "admin" button above the post. And I can click the edit button to even edit the post, but once I hit update, i get the Sorry message.
 
 


Posted By: CrazyCougar
Date Posted: 26 July 2005 at 3:45pm
Ok here is another thing...
 
I log in as the default adminstator account and it tells me I have insufficient permissions as well.....UG! Whats happening? I just installed this forum, so I cannot say that it has worked before and just suddenly stopped working. This is the first time I tried to edit a user post.


Posted By: CrazyCougar
Date Posted: 27 July 2005 at 2:07pm
I have defaulted everything back to install state and I still cant edit posts. It allows me to click on the button and do my edit, but the minute I hit update, it tells me I dont have sufficient permissions. And I am the freakin site admin!!! LOL!
 
I cant figure out what is going on. I used to use the Access version of WWF and had no problems other than it crashing because to many users were logged in. But as soon as I started using the MSSQL database it seems I cant edit posts.


Posted By: CrazyCougar
Date Posted: 29 July 2005 at 1:34am
UPDATE :
 
Ok, i have come to realize that myself and other moderators CAN edit member posts. But only regular members. Moderators, inlcuding the site admin, do not have the ability to edit other moderators OR admins posts. This is something we need very badly as we work together as a team to update threads, etc...
 
How can I make it so that everyone BUT the regular members can edit other's posts??? Like I said, I have tried grouping, and nothing seems to work. And its just silly, as the admin of the site, that I wouldnt have rights to edit EVERYONES posts.
 
Suggestions anyone?


Posted By: WebWiz-Bruce
Date Posted: 29 July 2005 at 6:46am
This is a known problem with the present version that will be looked at for future releases as soon as there is time.

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: Mandrakes
Date Posted: 31 July 2005 at 3:02am
I change this in "post_message.asp" and is working for me, i hope that it helps. 
 

'***      Edit post Check  ***
'******************************************
If (blnAdmin = false AND blnModerator = false) then
'Check if the user can edit this topic
If strMode = "editTopic" OR strMode = "edit" Then
....
....
....
  'Redirect to a page asking for the user to enter the forum password
  Response.Redirect("insufficient_permission.asp")
 End If
 
 rsCommon.Close
End If
End If


Posted By: awen
Date Posted: 01 August 2005 at 1:57pm
I had the same problem, Mandrakes fix took care of it for me too.  Thanks!

-------------
/|\


Posted By: minigallery
Date Posted: 02 August 2005 at 8:16am

In post_message.asp I see the line:

 
If strMode = "editTopic" OR strMode = "edit" AND (blnAdmin = false AND blnModerator = false) Then
 
I was never too good understanding the differences between how VBScript processes ANDs and ORs without the brackets so I made a change in my version to make it this:
 
If (strMode = "editTopic" OR strMode = "edit") AND (blnAdmin = false OR blnModerator = false) Then
 
(I also changed the AND to an OR to test for a moderator or admin.
 
I didn't change the line of code Mandrakes mentioned.
 
I'm just wondering if my code is now vulnerable to attack - I've tested from the point of view of an admin and normal member it seems to be OK.
 
I am using the following logic:
If message is to be edited and I am NOT an admin or moderator then test to see if I actually posted the message.
 
Can anyone confirm if my logic is correct and if it will break anything?
 
Thanks Big smile



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net