selecting tabs without appending tabid to url
Hi
I'm trying to find a way to make sure that tabs I create in the Navigation Manager, that have CMS sections as their Target, are visible selected after being clicked.
I know that setting Append 'tabid' to URL will do this - but I don't like adding a URL parameter for this for several reasons.
VBulletin support have helped me with a plugin that selects the right tab, using this syntax:
if (intval($_GET['r']) == sectionId) $root = 'tab_identity';
This works fine - except that now the submenus for my tabs (which previously showed links to any subsections in the current section) have disappeared.
vBulletin support say I should ask here for a way to:
"modify the plugin code to have all the submenu items be selected also"
So can anyone tell me how to do that please?
Thanks very much, Mike
|