Hi, great site! I need some help.
When I unselect "Sections to Display in the Navbar Sub-Menu" I end up losing the Home tab. Is there any way to keep the Home tab present? It remains on every other screen (ie. when I'm in the forums - screenshots attached). My site is:
www.wonderfulwaterloo.com if you want to check out the error.
I imagine it has something to do with this, and I tried to play around with it but the forum stopped working.
Edit Plugin Navbar: Insert CMS Navbar Entry
Code:
if (defined('CMS_SCRIPT') AND class_exists('vBCms_Navbar'))
{
$vbulletin->options['selectednavtab'] = 'vbcms';
$template_hook['navtab_start'] .= vBCms_NavBar::renderView();
}
else
{
$template_hook['navtab_start'] .= vB_Template::create('vbcms_navbar_link')->render();
$template_hook['navbar_getnew_menu'] .= vB_Template::create('vbcms_navbar_whatsnew_link')->render();
}