View Full Version : navbar: adding links
Speysider
10-16-2009, 04:32 PM
How do I add a link in the navbar to something? It would be straight after the link to the User CP.
Seven Skins
10-16-2009, 04:39 PM
Edit the navbar template in your style.
Find:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
And add a line like this below it.
<td class="vbmenu_control"><a href="arcade.php">Arcade</a></td>
.
Speysider
10-16-2009, 04:47 PM
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.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.