[HOW TO - vB4] Adding a Link to Navbar
by
03 Jul 2010
1. Go to Admincp > Styles and Templates > Style Manager > MASTER STYLE (this will effect all style or just choose the Style you want to add link to it)> Navigation / Breadcrumb Templates > Navbar open it and search for PHP Code:
{vb:raw template_hook.navtab_end}
PHP Code:
<vb:if condition="THIS_SCRIPT == 'mynewpage'">
Search for PHP Code:
<vb:if condition="!$vboptions['selectednavtab'] AND THIS_SCRIPT != 'search'">
PHP Code:
<vb:if condition="!$vboptions['selectednavtab'] AND THIS_SCRIPT != 'search' AND THIS_SCRIPT != 'mynewpage'">
2. Save and you are done. |