Here is an update on this...If I click the user cp button the home page button shows up and works fine, it also shows up when I click the calnedar button and Im redirected to the calendar page and also on the member list page. the Home page button will not show up on the forum index page nor will it show up on the following pages: FAQ, new posts and not that its needed there but it will not show up on the vbadvanced home page on my forum either.
Thanks a million I knew it was something dumb that was catching me up.
here is what I changed it t and it worked like a champ.
Code:
<!-- / breadcrumb, login, pm info -->
<!-- nav buttons bar -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<if condition="$show['member']">
<td class="vbmenu_control"><a href="vbindex.php$session[sessionurl_q]">Home Page</a></td>
<td class="vbmenu_control"><a href="index.php$session[sessionurl_q]">$vbphrase[forum]</a></td>
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
$template_hook[navbar_buttons_left]
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
<td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>