Quote:
Originally Posted by Lynne
What template_hook are you using? What execution order?
|
I think I figured it out.
Had a custom hook
{vb:raw template_hook.navbar_after_getnew}
edit: Nvm taking that out didnt do anything.
So this is the coding for my navbar tabs
PHP Code:
{vb:raw template_hook.navtab_start}
<vb:if condition="!$vboptions['selectednavtab'] AND THIS_SCRIPT != 'search'">
<li class="selected"><a class="navtab" href="http://leftanalog.net/forums">{vb:rawphrase forum}</a>
<ul class="floatcontainer">
{vb:raw template_hook.navbar_start}
<vb:if condition="$show['searchbuttons']">
<vb:if condition="$show['member']">
<vb:else />
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum_Post">{vb:rawphrase todays_posts}</a></li>
</vb:if>
</vb:if>
Then it goes into the lower bar under the tabs and starts with those. Is there anything in there, that would prevent a tab to display to the right of What's New".
I cant figure it out. It must be a conflicting plugin?
Im not that great with VB language. Any help would be appreciated.
EDIT 2: I figured it out. Well not really, but I just reverted my template and started it from scratch again. Not sure what I was missing or what, but I have the results I wanted by reverting it, and then modifying that code.
Thanks