Quote:
Originally Posted by SimonB
Anyone know why when the link directory is selected the forum link is not deselected.

|
ADMIN-CP > ADD NEW PLUGIN
Product: vBulletin
Hook Location: navigation_tab_complete
Name: Anything - i called it tab complete
Execution Order: 5 (works ok)
Plugin PHP Code:
Code:
if (THIS_SCRIPT == 'vblinklist')
{
$tabid = '36';
}
You might have to change 36 to another number as it will probably depend upon how many addons you have already on the navbar. I see you have a few already so maybe 38 or 39...