Quote:
Originally Posted by TrailRecon
Thank you for this.
Also, to keep the sub nav buttons under the Forum tab (even when on Search.php)
Go to the NAVBAR template...Search for:
Code:
{vb:raw template_hook.navtab_start}
and just below you will see:
Code:
<vb:if condition="!$vboptions['selectednavtab'] AND THIS_SCRIPT != 'search'">
Remove:
Code:
AND THIS_SCRIPT != 'search'
So you are left with
Code:
{vb:raw template_hook.navtab_start}
<vb:if condition="!$vboptions['selectednavtab']">
|
you're the best , this solved the issue for me , Tnx