The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Allow Limited Usergroup Changes Through ModCP Details »» | |||||||||||||||||||||||||||
Allow Limited Usergroup Changes Through ModCP
Developer Last Online: May 2012
09 July 2005 UPDATE: Changegroup.php reworked for security
Thanks to boy genius KirbyDE this file has been reworked to secure that users who aren't already in your selected groups cannot be changed by your mods (with a check on attempted overrides). To update, simply upload the new changegroup.php file in the zip to your /modcp/ directory. No other changes/modifications need to be made. Please post if there are any problems! ###################################### 08 May 2004 UPDATE: Modified file for error reported in post #16 Please download the new file and replace the old one with it. Post if there are any problems! ###################################### Hi all! Here is the deal with this hack. We have usergroups set up with various permissions, mostly based on limiting their functions if they abuse their rights as a member (limiting them from certain forums, putting them under moderation, etc...). Our mods need to be able to move our members into (and out of) these restricted groups rather than banning them, but at the same time, they should not be able to move members into (or out of) the mod, admin, waiting for confirmation groups, etc... NOTE: Banned Groups are NOT touched in this hack -- this is for all groups OTHER than those addressed by the banning function as I wanted to keep that seperate! What this hack does:
Phrases to add: 5 PHP file edits:
Enjoy, and as always, if anyone has any constructive feedback, or needs any help, post away. Supporters / CoAuthors Show Your Support
|
Comments |
#12
|
|||
|
|||
This hack would be even better and like Xenons More Powers for Mods hack if you could DEFINE WHICH groups a Moderator could modify. Could that be implemented? Even if it is hardcoded?
Im trying to allow certain MODS to change only certain groups they are allowed to change. I have 3 differetn mods for 3 different section on my boards and I dont want them messing with other groups. Could this be added? Maybe by adding the GROUP IDs into the ADMINCP somewhere that a Group can modify. |
#13
|
||||
|
||||
@ OGT -- Sorry, I missed your post. Let me look at that.
@BLackxRam - This is what this hack does. It adds a radio button into the modify Usergroup section of the Admin CP that says "Modifiable Group" Y/N. If you have this radio button set to Yes on the usergroup, it will show up in the dropdown for the mods. If you set it to no, it won't, so they can't change people into it. Edit to add -- OGT, that one is a typo that was entered twice but won't hurt anything. I didn't include Banning as that is a seperate permission and I didn't want to exclude those who can't ban from being able to change usergroups. You can take that out as a duplicate entry, or if you want only those who can ban to change groups, change it to canbanusers. |
#14
|
|||
|
|||
I know I understand that, however what I meant was, I have other mods that I dont want to be able to change certain groups. Like I am looking to have Moderator Group A being able to change usergroups 7, 9, 11 while Moderator Group B can change usergroups 8, 10, and 12. That kind of thing.
|
#15
|
|||
|
|||
Just like Xenons hack for vb2
|
#16
|
||||
|
||||
HI BlackxRam,
I am not familiar with Xenon's vB2 hack as I had written my own back then. I understand what you are looking for now though, but this won't do that without some extensive modifications. Unfortunately, I only use Supermods on my site, so don't have the various mod groups to test this on. Sorry I couldn't help. You may want to check to see if that hack is in the works to be ported? |
#17
|
|||
|
|||
There appears to be a bug in changegroup.php if the username being modified has any quotes in the name, see the error below.
Code:
Database error in vBulletin 3.0.1: Invalid SQL: UPDATE user SET usergroupid = 8 WHERE username = 'big_kev's_ss' mysql error: You have an error in your SQL syntax near 's_ss' ' at line 5 mysql error number: 1064 Date: Monday 03rd of May 2004 08:59:16 PM Script: changegroup.php |
#18
|
||||
|
||||
Thanks, Sidewindr - I will fix...
Edit to add: Please download the new zip and replace the changegroup.php with the one you have now and let me know if this is working. |
#19
|
||||
|
||||
great hack but now that i use a promotions system
it would be great to allow moderators the ability to add users to additional groups |
#20
|
|||
|
|||
Yep working like a charm now .. thanks :up:
|
#21
|
||||
|
||||
Thanks Sidewindr. I sent out an update for it.
Hi msimplay, That wouldn't take much to do -- just add the checkboxes and the logic for membergroupids to be inserted into the database. As long as you keep the restriction of the usergroups that you set up as modifiable, that is all they would see as options. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|