Mod Cp Links in your navbar

KrazyFire

New Member
Mod Cp Links in your navbar

What does this do?
This Mod adds a small javascript drop-down menu into your navbar which contains links to useful pages in your mod panel. This part of your navbar can only be seen by members of the moderator or super moderator usergroups as it uses a conditional.

How do I install this?
Follow the template changes which are shown in the file below.
 
Where it says

PHP:
<if condition="$bbuserinfo[usergroupid] = array(7, 5)">

make sure the 7, 5 are the usergroups you have set for your mods & admin
 
this code is written for vbulletin default style... what happend if i wanto to put the links in other styles??
 
The Phrases you are searching for to add this hack are standard in all styles i.e. $vbphrase[log_out] & <!-- NAVBAR POPUP MENUS -->
some styles these will be in the navbar others the header, just search for them

any problems just shout
 
Back
Top