legacy123
04-02-2010, 11:45 AM
I do not believe I have seen this before only in mods but they never had it all...
This will allow moderators the same 'save' option as admins.
How to allow moderators the same 'search for users' as admins and allow them to save at footer of search.
first the user.php file must be taken from the admincp and then replace user.php in the modcp with it
then...
find
(!can_administer('canadminusers'))
replace with
(!can_administer('canadminusers') && (!can_moderate('canmodusers')))
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.)
Will try to find a way to allow easier searching but it is better than nothing.
Note:This is a very simple code edit that works amazing it is very good for big boards with trustworthy people
BE CAREFUL WHOM YOU CHOOSE FOR A MOD POSITITION THAT YOU GIVE THIS PERMISSION TO.
This will allow moderators the same 'save' option as admins.
How to allow moderators the same 'search for users' as admins and allow them to save at footer of search.
first the user.php file must be taken from the admincp and then replace user.php in the modcp with it
then...
find
(!can_administer('canadminusers'))
replace with
(!can_administer('canadminusers') && (!can_moderate('canmodusers')))
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.)
Will try to find a way to allow easier searching but it is better than nothing.
Note:This is a very simple code edit that works amazing it is very good for big boards with trustworthy people
BE CAREFUL WHOM YOU CHOOSE FOR A MOD POSITITION THAT YOU GIVE THIS PERMISSION TO.