Log in

View Full Version : Delete Default Usergroups??


Battle_Ring
06-03-2004, 01:26 AM
i was wodnerign if there is a way and if so how?

Xenon
06-03-2004, 11:58 AM
and even better: why???

but yes there is a way to do so. you just have to edit that part of admincp/usergroup.php

if ($_REQUEST['do'] == 'remove')
{

if ($_REQUEST['usergroupid'] < 8)
{
print_stop_message('cant_delete_usergroup');
}
else
{
print_delete_confirmation('usergroup', $_REQUEST['usergroupid'], 'usergroup', 'kill', 'usergroup', 0, $vbphrase['all_members_of_this_usergroup_will_revert']);
}

}