PDA

View Full Version : Default Moderator Permissions


SwalyAaron
07-29-2013, 07:03 AM
I want to set these to a default no for moderators, is there any way to do this?

Can Physically Delete Discussions
Can View IP Addresses
Can Physically Delete Picture Comments
Can Post Announcements
Can Physically Delete Posts

squidsk
07-30-2013, 01:59 PM
I want to set these to a default no for moderators, is there any way to do this?




Can Physically Delete Discussions
Can View IP Addresses
Can Physically Delete Picture Comments
Can Post Announcements
Can Physically Delete Posts
We had similar issues on our site where depending on who was making someone a moderator determined the permissions given, which was complicated by the fact that we have different levels of moderators. To get around the problem we created a scheduled task that ran update queries on the db to give each specific level of moderator only those permissions which they should have.

SwalyAaron
07-31-2013, 02:17 AM
We had similar issues on our site where depending on who was making someone a moderator determined the permissions given, which was complicated by the fact that we have different levels of moderators. To get around the problem we created a scheduled task that ran update queries on the db to give each specific level of moderator only those permissions which they should have.

That sounds like a nice work-around, one problem I'm facing right now is I don't even know what queries to run on my database (wouldn't mind the help)

Simon Lloyd
07-31-2013, 08:13 AM
Surely you simply change the permissions for the usergroup "moderators"

SwalyAaron
08-01-2013, 12:19 AM
Surely you simply change the permissions for the usergroup "moderators"

Yeah but then another moderator will be promoted and this process will be repeated (setting custom permissions) would rather change the default settings for the long run

Panthrus
08-13-2013, 10:47 AM
did you find the solution for this?

I did the manual intervation, but I'd like to make it the default.

SwalyAaron
08-15-2013, 03:42 PM
Not yet, been trying though backed up and ran a few queries of my own nothing did it though