View Full Version : Allow Mods to change usernames
Is there something to allow moderators to change members usernames?
Similar to the "Change Username via UserCP" but i only want mods to be able to change members usernames.
Sidewindr
06-23-2004, 11:13 AM
I too would like this hack. I need to enable my Super Mods to change usernames via the Moderator Panel.
Ian Winters
06-23-2004, 02:42 PM
Why don't you just give permissions to your Smods to access the ACP, Side? Just grant them Users access only, restrict everything else. If you don't trust them with that access, who can you trust?
Sidewindr
06-28-2004, 09:43 PM
The problem is that they then start messing with each others accounts and even admin accounts as a joke. In the past I had a hack that I modified slightly so that they could edit users but not super mods or admins. I will look into what you have suggested it might also solve the problem they have at the moment where they cannot search by e-mail.
sketch42
06-28-2004, 10:58 PM
The problem is that they then start messing with each others accounts and even admin accounts as a joke. In the past I had a hack that I modified slightly so that they could edit users but not super mods or admins. I will look into what you have suggested it might also solve the problem they have at the moment where they cannot search by e-mail.
here ya go http://www.vbulletintemplates.com/mods/showthread.php?t=5598&highlight=user+options
the way the hack author set it up is that all moderators/supermods/admins can do this if you want only supermods and admins instead of placing this code underneath <if condition="can_moderate()"><tr><td class="vbmenu_option"><a href="moderator.php?$session[sessionurl]do=useroptions&u=$post[userid]">Edit User $post[username]</a></td></if></tr>
Place this code underneath
<if condition="($bbuserinfo[usergroupid]==5 || $bbuserinfo[usergroupid]==6)"><tr><td class="vbmenu_option"><a href="moderator.php?$session[sessionurl]do=useroptions&u=$post[userid]">Edit User $post[username]</a></td></if></tr>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.