Quote:
Originally Posted by Dragonsys
In Nav manager, when you create the tab, check the little box that says append tabid
|
Yes I check that box for my second page and only the homepage tab i created highlights.
My Tab settings:
Tab 1: Home (id:
48)
Tab Script(s) adv_index
Append 'tabid' to URL set to
NO
Tab 2: HUB (id: 47)
Tab Script(s) adv_index
Append 'tabid' to URL set to
YES
The plugin I made is with this code:
Code:
if (THIS_SCRIPT == 'adv_index')
{
$tabid = '48';
}
So I am not understanding how making this plugin can tell one tab from the next. I set the plugin code to have my HOME tab ID#
48 that you see in
RED
So clearly I'm missing some steps here to get more then one tab to be able to highlight.
My HOME tab highlights when im on my HUB page. The HUB tab will not highlight.