The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I give users mod access to a forum without making them a moderator?
Hi,
I have a problem. I have Admins and Super Mods and don't really want to use moderators as I have sponsor forums which sponsors get rights to edti/manage threads in their forums only. I however don't want to make those users moderators but give them rights to do the mod things like edit/delete posts etc in their sponsor subforum. Help!!! cheers. |
#2
|
||||
|
||||
Make a new usergroup and change the permissions for it
|
#3
|
|||
|
|||
But then I would have to make 15 usergroups one for each sponsor. A little messy
|
#4
|
|||
|
|||
Actually this won't work for me.
I have a large forum and within the forum there is a Sponsor Subforum which contains forums for each of the sponsors. I need to give the sponsors access in their own subforum not the other sponsors forums to edit/delete posts from any user but not in the rest of the forum. I also want them to get an e-mail when ever there is a post in their forum. Basically just like a moderator but not a moderator in the sense that users can ignore them etc etc. |
#5
|
||||
|
||||
as far as the email when there is a new post goes, that is a forum setting.
As far as the ability to edit/delete posts in one specific forum, let me think on it a bit. |
#6
|
||||
|
||||
One possible solution.
1. create a usergroup called sponsors. Give that user group the ability to edit and delete posts. 2. create a new field in the user table called sponsorID. 3. Assign each user who is a sponsor a sponsorID that equals the forumid of the forum they should have rights to. 4. In the section of code that checks permissions for edit and delete, put in a bit of logic that says if the user is in the sponsor usergroup AND if the user's sponsorID = forumID of the post, then he has permission to edit or delete. That's the basic logic, and should be enough to get you coding. If you need the hack done by somebody, please ask me to move this to either hack requests if you want somebody to do it for free, or service requests if you are willing to pay for the work. Amy |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|