Quote:
Originally Posted by odln018
I am so frustrated with these blasted navbar managers. I cannot seem to get the thing to do what I want.
Even something basic such as the following:
Created a tab called "Arcade", pointed it to Arcade.php, but when I click on it, it goes to the page, but does not highlight the tab.
|
Enter the appropriate "THIS_SCRIPT" value in the navigation manager for that specific tab. In the "Scripts" text field.
If there is no THIS_SCRIPT value on that page, you must add it to the page first using the following syntax as an example:
Quote:
define('THIS_SCRIPT', 'arcade');
|
Then add "arcade" to the THIS_SCRIPT section ( In the "Scripts" text field.) in Nav Manager. Hope that helps, or at least helps you to do further research.