View Full Version : Navbar Help Needed
[email protected]
vbmenu_register("postmenu_1338202", true);
09-13-2007, 09:45 AM
how can i put a link in the navbar that points back to the main front page ?
Thanks
tipoboy
09-13-2007, 09:53 AM
<td class="vbmenu_control"><a href="index.php">whatever you want the link to say</a></td>
if you want it so the link only shows to members the likn shouls be wrapped in an if conditional like this:
<if condition="$show[member]">
<td class="vbmenu_control"><a href="index.php">whatever you want the link to say</a></td>
</if>
[email protected]
vbmenu_register("postmenu_1338210", true);
09-13-2007, 10:04 AM
Is that in the navbar postbit if so i want it to appear before 'user cp' what line of code am i looking for ?
thanks
tipoboy
09-13-2007, 09:30 PM
in your navbar template find
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
add above
<if condition="$show['member']"><td class="vbmenu_control"><a href="forum.php">Forum</a></td></if>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.