1. have your vb zip installation unzipped somewhere on your hard drive
2. what page are you linking to?;lets assume its calendar.php... open your local copy of that page and look for the 'this_script' line of code, ie
define('THIS_SCRIPT', 'calendar');
its normally toward the top of the script.
3. enter
calendar into the buttons 'this_script' info.
the button will appear selected whenever a page is loaded that declares
define('THIS_SCRIPT', 'calendar');
Quote:
Originally Posted by New Joe
I still don't understand how to make the Tabs so they are highlighted to where you are.
When I click on a new Tab I have made, the 'Forum' tab is highlighted instead of the newly made Tab.
|