Quote:
Originally Posted by kh99
What might work well for you is to set "Append 'tabid' to URL" to yes. Normally that would be (IMHO) a last resort for getting a tab to be selected because it will only appear selected if you arrive on the page by clicking the tab, but in your case it sounds like there isn't any other way you'd expect people to get to the page.
|
Thank you, huh.. I guess it's a temporary solution until I can figure out the other way. Appreciate that..
--------------- Added [DATE]1352149516[/DATE] at [TIME]1352149516[/TIME] ---------------
Quote:
Originally Posted by Lynne
hook location: set_navigation_tab_vbview
php:
PHP Code:
if (intval($_GET['r']) == xx) $root = 'tab_this_yyy';
Change xx to the article id (shown in URL) and tab_this_yyy to the tabid shown in the navigation manager.
Plugin system - http://www.vbulletin.com/docs/html/plugin_system
|
I assume I just drop that code right into set_navigation_tab_vbview? I can do this for multiple links right?