Back to vBulletin 4.x Add-ons

Give Super Moderators ability to fully edit a user
Mod Version: 1.1, by legacy123

vB Version: 4.0.x Rating: (0 vote - 0 average) Installs: 12
Released: 09 Apr 2010 Last Update: Never Downloads: 0
Not Supported Code Changes  

Should work on most vBulletin versions. So Far Tested on 3.8.x,4.x.x

first the user.php file must be taken from the admincp and replaced in the modcp.

find

PHP Code:
(!can_administer('canadminusers')) 


replaced with
PHP Code:
(!can_administer('canadminusers') && (!can_moderate('canmodusers'))) 
In 4.0.5 on some servers you must replace it with

PHP Code:
(!can_moderate('canmodusers')) 
This will work by itself but it is a bit harder to search for users for easy seach..

go to index.php in modcp directory
find in index.php in modcp

find

PHP Code:
($vbphrase['search_for_users'],'user.php?do=find'
replace with
PHP Code:
($vbphrase['search_for_users'],'user.php?do=modify'

Now a moderator(who has permission) may "save" and "search"
users similar to admins the only difference is to search they must save an account first(this will not change anything on the account unless they decide to edit something.)

BE CAREFUL WHOM YOU CHOOSE FOR A MOD POSITITION THAT YOU GIVE THIS PERMISSION

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024