View Full Version : Adding homepage to navbar
snowbizx
02-07-2009, 12:47 PM
I can't seem to find the simple code to add my website's homepage to the navigation bar as the first option. forum is in .../forum and vbadvanced is my homepage. thanks!
Vaupell
02-07-2009, 01:51 PM
open your navbar template..
find
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
and ABOVE that make a new line and input
<td><a href="http://www.yourlink.com/">home</a></td>
this is not optimal, but it works.. change that marked in red to fit your needs.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.