The Arcive of vBulletin Modifications Site. |
|
[Naxon] ACP And MCP Links On Navbar Details »»
|
|||||||||||||||||||||||||
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:
Enjoy ![]() Supporters / CoAuthors Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
~ Reserved ~
|
|
#3
|
|||
|
|||
|
Is there any difference from using:
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> For some reason, it will not show in the navbar on my vBadvanced. |
|
#4
|
||||
|
||||
|
Quote:
Code:
<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>
|
|
#5
|
|||
|
|||
|
Thank's guys
![]() * Updated |
|
#6
|
|||
|
|||
|
actually the code you specify will not show it right in nav bar
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 --> <!-- nav buttons bar --> It needs to be 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"> 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 --> |
|
#7
|
|||
|
|||
|
But I tried it on my board and it's working..
|
|
#8
|
|||
|
|||
|
hmm thats odd, because when i put code in you gave it tried adding it in another column to the right of the Navbar, but nionetheless, its a good template edit. good job
|
|
#9
|
||||
|
||||
|
I did this on my board awhile ago. Nothing special, I just got tired of scrolling to the bottom to get to the admincp.
|
|
#10
|
||||
|
||||
|
thanks alot mate
|
![]() |
|
|