Ok, I have made a plugin under the location of "set_navigation_tab_main"
This is the current Code
PHP Code:
if (in_array($GLOBALS['forumid'], array(155,100,48,46,50,54,56,101,49,47,55))) $root = 'tab_mdkx_204';
The tab name is "tab_mdkx_204"
In the tab I have the following Url "forumdisplay.php?{session.sessionurl_q}11-Classifieds"
And in tab script I have just "forum display"
11 is the forum classifieds display, and the numbers in the array above are all the sections under the section 11 forum.
However when I view a few different forums (not all) the classifieds tab gets selected. For example its shows on my general chat section 16.
What am I doing wrong?
Thanks Lynne
Mat