The Arcive of vBulletin Modifications Site. |
|
Admin Control Panel Link Details »»
|
|||||||||||||||||||||||||
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. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Hya
Open your modules/mod_arcade.php and find this and delete it: Code:
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>";
}
|
|
#3
|
|||
|
|||
|
Fantastic. THank you...
|
|
#4
|
||||
|
||||
|
Just don't give any User the Permission "is Arcade Mod" then nodoby would see it
|
|
#5
|
|||
|
|||
|
Quote:
...thanks for the quick reponse. |
![]() |
|
|