View Full Version : Admin Control Panel Link
Lazarous
03-30-2006, 08:04 AM
Hi,
I would like to remove the Admin Control Panel link in the main NavBar which is called "Arcade ModCP".
Can anyone advise me where it is...
...oh and what a fantastic modification that has been done here. Truely the best mod yet for vBulletin.
Laz.
Gemma
03-30-2006, 09:00 AM
Hya
Open your modules/mod_arcade.php and find this and delete it:
if( $this->user['is_mod'] || $this->user['is_admin'] )
{
$the_links .= " · <a href='".$ibforums->base_url."act=Arcade&module=modcp'>".$ibforums->lang['arcade_cp_link']."</a>";
}
Gemma
Lazarous
03-30-2006, 09:20 AM
Fantastic. THank you... :)
MrZeropage
03-30-2006, 11:46 AM
Just don't give any User the Permission "is Arcade Mod" then nodoby would see it ;)
Lazarous
03-30-2006, 01:39 PM
Just don't give any User the Permission "is Arcade Mod" then nodoby would see it ;)
Ahh!!! I was expecting it to take the permissions from the Admin group...
...thanks for the quick reponse.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.