Back to vBulletin 3.6 Template Modifications

[Naxon] ACP And MCP Links On Navbar
Mod Version: 1.00, by Naxon

This modification is in the archives.
vB Version: 3.6.5 Rating: (1 vote - 5.00 average) Installs: 4
Released: 24 Mar 2007 Last Update: 08 Jun 2008 Downloads: 59
Not Supported Template Edits  

This modifiction will add a link to the Admin Control Panel and to the Moderator Control Panel on the navbar (Just for users that have premissions).



Installation:
  1. Open the navbar Template.
  2. Find:
    Code:
    <!-- nav buttons bar -->
    <div align="center">
     <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
     <tr align="center">
  3. Add below:
    Code:
    <!-- AdminCP And ModCP Links On NavBar By Naxon -->
    <if condition="$show['admincplink']"><td class="vbmenu_control"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a></td></if>
    <if condition="$show['modcplink']"><td class="vbmenu_control"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a></td></if>
    <!-- /AdminCP And ModCP Links On Navbar By Naxon -->
  4. Save.
Replace "http://domain.com/admincp/" with your AdminCP Link, and "http://domain.com/modcp/" with your ModCP Link.

Enjoy

Download

This modification is archived, downloads are still allowed.

File Type: %1$s code.txt (9 Bytes, 57 downloads)

Supporters / CoAuthors

  • Naxon

Similar Mods

Mini Mods Mod Cp Links in Navbar vBulletin 3.6 Template Modifications

vblts.ru supports vBulletin®, 2022-2024