[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:- Open the navbar Template.
- 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">
- 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 -->
- 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.
code.txt (9 Bytes, 57 downloads)
Supporters / CoAuthors