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']);
}
}
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.