Admin and Mod Panel link on NAVBAR
This modification is in the archives.
Hi there
this is my first and little modification. ADMIN AND MOD PANEL LINK ON NAVBAR TEXT VERSION open navbar template find this text: Code:
<if condition="$show['pmwarning']"><div><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></div></if> Code:
<center><if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]"><b>[$vbphrase[admin]]</b></a></if> <if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]"><b>[$vbphrase[mod]]</b></a></if> </center> IMAGE VERSION: Add this code: Code:
<center><if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]"><img src="http://www.yousite.com/forums/images/adminpanel.gif"></a></if> <if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]"><b>[$vbphrase[mod]]</b></a></if> </center> IF YOU WANT YOU CAN CUSTUMIZE THE IMAGE Upload in your site this image IF YOU USE VBADVANCED USE THIS CODE FOR TEXT VERSION: Code:
<center> <if condition="$show['admincplink']"><a href="http://www.yoursite.com/forum/admincp/index.php"><b>[$vbphrase[admin]]</b></a></if> <if condition="$show['modcplink']"><a href="http://www.yoursite.com/forum/modcp/index.php"><b>[$vbphrase[mod]]</b></a></if> </center> PLEASE CLICK ON INSTALL Download No files for download. Screenshots |
Similar Mods
Mini Mods Admin and Mod Panel link on NAVBAR | vBulletin 3.8 Template Modifications |