PDA

View Full Version : Issue with Menu Tabs


unit1stealth
07-05-2012, 12:31 AM
For some reason, my vB installation thinks that the home page is also apart of the forum, but its not.

Normally, when you are browsing the forum, only the forum tab is highlighted.

But when on the home page, both tabs are highlighted. Anyone know how to fix this?


See attached image.



Would appreciate any help,
Justin

Brian
07-06-2012, 11:29 AM
Thank you for pointing this out. This has been fixed already in the download package, and those who have already installed can correct the issue by adding a new plugin with the following values:

Product: vBadvanced CMPS
Hook Location: navigation_tab_complete
Title: Nav Tab
Execution Order: 5
Plugin PHP Code: if (VBA_SCRIPT == 'CMPS')
{
$tabid = 0;
}
Plugin is Active: Yes

Our Sponsors
 

unit1stealth
07-06-2012, 03:03 PM
Works great! Thank you very much sir!