Quote:
Originally Posted by ozzy47
Do this, ACP --> Plugins & Products --> Add New Plugin
Product: vBulletin
Hook Location: group_create_edit
Title: Hide Group Name Change
Plugin PHP Code:
PHP Code:
if ($_REQUEST['do'] == 'edit')
{
$show['title'] = false;
}
Then click Save
|
It worked

thank you very much
Also is it possible for group admin to be able to make other members admins as well?