| Author |
Topic Search Topic Options
|
CrazyCougar
Newbie
Joined: 26 July 2005
Status: Offline
Points: 6
|
Post Options
Thanks(0)
Quote Reply
Topic: Help...No moderation abilities 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!!!!!
|
 |
dj air
Senior Member
Joined: 05 April 2002
Location: United Kingdom
Status: Offline
Points: 3627
|
Post Options
Thanks(0)
Quote Reply
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.
|
 |
CrazyCougar
Newbie
Joined: 26 July 2005
Status: Offline
Points: 6
|
Post Options
Thanks(0)
Quote Reply
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.
|
 |
CrazyCougar
Newbie
Joined: 26 July 2005
Status: Offline
Points: 6
|
Post Options
Thanks(0)
Quote Reply
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.
|
 |
CrazyCougar
Newbie
Joined: 26 July 2005
Status: Offline
Points: 6
|
Post Options
Thanks(0)
Quote Reply
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.
|
 |
CrazyCougar
Newbie
Joined: 26 July 2005
Status: Offline
Points: 6
|
Post Options
Thanks(0)
Quote Reply
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?
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
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.
|
|
|
 |
Mandrakes
Newbie
Joined: 31 July 2005
Location: Argentina
Status: Offline
Points: 1
|
Post Options
Thanks(0)
Quote Reply
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
|
|
 |