How to remove the What’s new tab from your vBulletin menu?
In order to remove the What’s new tab from the forum’s navigation menu open your vBulletin admin panel->Styles & Templates->Style Manager->Edit Template->Navigation / Breadcrumb Templates->navbar. Remove the following code from it: <vb:if condition=”!$vboptions[‘selectednavtab’] AND THIS_SCRIPT == ‘search'”> <vb:if condition=”$show[‘member’]”> <li class=”selected”><a class=”navtab” … Continued