I trust my admins, this is for security reasons, and so that they can't move everybody around.
Instead of this in the user.php in the admin folder:
PHP Code:
makeinputcode("User Group","usergroupid","usergroup",$user[usergroupid]);
I currently have this:
PHP Code:
if ($bbuserinfo[userid]!=1 && $bbuserinfo[userid]!=4)
{
makeinputcode("User Group","usergroupid","usergroup",$user[usergroupid]);
}
But it doesnt show up for the specified users.... how do i get it to work?