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';
|
The new navigation manager looks quite useful to me. I just put in a URL to another site and that worked fine.
If on the same top level domain I want to set the tab to display e.g. the members list, or the calendar, then what script would I add here to get the tab to pull up a particular calendar or the list?
PS: I know that if I put in /calendar in the URL box in the navigation manager then the calendar will come up, but the forum tab remains selected. So I'm guessing the answer is the same I need to put a script in the script box for the new 'calendar' or 'members' tab to remain highlighted. So which one for calendar, which one for members list?