The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
New Navbar Buttons
I'm kinda desperate right now, as I have absolutely no idea to have external links in the navbar. I've seen this done countless times on other vb boards, but all the info I've found is either outdated or doesn't exactly answer what I'm asking. Could somebody please help a n00b?
|
#2
|
|||
|
|||
Hey there,
Go into Your Admin CP > Styles & Templates > Style Manager then Select the drop down menu on the style you want to edit the navbar on and press "Edit Templates". Next go down the list untill you see "Navigation / Breadcrumb Templates" double click it then go into the "Navbar" template. In the code block go down and look for Code:
<!-- nav buttons bar --> Look for Code:
<if condition="$show['member']"> <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td> </if> Code:
<td class="vbmenu_control"><a href="HTTP://WWW.YOURLINKGOESHERE.COM">REPLACE ME</a></td> Code:
<if condition="$show['member']"> <td class="vbmenu_control"><a href="HTTP://WWW.YOURLINKGOESHERE.COM">REPLACE ME</a></td> </if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|