
09-08-2010, 03:37 PM
|
|
|
Join Date: Jan 2007
Location: Birmingham, Ala.
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
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']">
|
Perfect. Many thanks.
|