The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
navbar: adding links
How do I add a link in the navbar to something? It would be straight after the link to the User CP.
|
#2
|
||||
|
||||
Edit the navbar template in your style.
Find: HTML Code:
<if condition="$show['member']"> <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td> </if> HTML Code:
<td class="vbmenu_control"><a href="arcade.php">Arcade</a></td> |
#3
|
||||
|
||||
That is the wrong place.
I need it to appear as the second link from the left on the navbar, between User CP and FAQ links. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|