Log in

View Full Version : Need to find Usergroup Options in admincp/user.php


Pickalo
04-18-2005, 04:00 PM
Hey... I've been trying to make an addon so my admincp is a little more secure (I want to let my supermods use it), so I've been trying to locate where the Usergroup Options thing is when you go to edit a user. I want to disable the Primary Usergroup dropdown so they can't change themselves / anybody else's usergroup.

Anyway, if you could help me out that would be great thanks. I tried commenting out the entire // USERGROUP SECTION area, but this line: print_chooser_row($vbphrase['primary_usergroup'], 'user[usergroupid]', 'usergroup', $user['usergroupid']);
causes a php error. That's why I need to set the primary usergroup dropdown as disabled ;)

Pickalo
04-19-2005, 08:42 PM
I would appreciate it if someone helped me.