Admin CP and Mod CP links in your navbar
This modification is in the archives.
This is a quite simple template modification that will add your AdminCP and ModCP links to your navbar.
Open your Navbar template. Find: Code:
</tr> </table> </div> <!-- / nav buttons bar --> Place Above: Code:
<if condition="$show['admincplink']"><td class="vbmenu_control"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]CP</a></td></if> <if condition="$show['modcplink']"><td class="vbmenu_control"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]CP</a></td></if> IF you would like to remove the other links then please do the following. Open your Footer template. Find and Remove: Code:
<if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if> <if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if> Download No files for download. Screenshots
|
Similar Mods
Mini Mods Admin Cp Links in Navbar | vBulletin 3.6 Template Modifications |
Mini Mods Mod Cp Links in Navbar | vBulletin 3.6 Template Modifications |
Admin/Mod CP links in navbar | vBulletin 3.0 Template Modifications |