Quote:
Originally Posted by I.am
This is what i use
PHP Code:
$tabselected = ''; $tablinks = ''; if (THIS_SCRIPT == 'Downloads') {.....
But when the page is selected the button doesn't work properly.
|
Is that condition valid? Do you have a line at the top of your downloads page that defines THIS_SCRIPT as "Downloads" (must use exact word - if capitalized in the php, then it must be capitalized in the condition).
Quote:
Originally Posted by AndrewSpearin
I noticed someone else attempting to have the plugin work for multiple pages, they solved it but didn't share how they did so.
I am also attempting to have the same tab be highlighted for multiple pages (the ones linked in the navbar when you click on the tab), but can't seem to figure it out.
Any help would be much appreciated!
http://www.npac.ca/2010
|
And are you conditions valid to make those tabs active?