Quote:
Originally Posted by Lynne
You need to enter something for the Tab Scripts. That is the THIS_SCRIPT name at the top of the php page. Or, if you have no THIS_SCRIPT, you just need a plugin to set the $root variable. Example for a forumdisplay page used as a navtab:
hook - set_navigation_tab_main
PHP Code:
if (in_array($GLOBALS['forumid'], array(2,15))) $root = 'tab_nzg3_214';
|
This helps a LOT! thanks a bunch

:up: