Quote:
Originally Posted by squidsk
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)