This is working just fine for me, and (as usual!) thank you, Lynne.
One quick question, here's my code - I'm just adding a link to vaispy. Everything works as it should, and I just removed the default dropdown menus from your code.
Code:
$tabselected = '';
$tablinks = '';
if (THIS_SCRIPT == 'vaispy')
{
$vbulletin->options['selectednavtab']='mgtab_forumspy';
$tabselected = ' class="selected"';
$tablinks = '';
}
$template_hook['navtab_end'] .= '<li'.$tabselected.'><a class="navtab" href="(my test tld)forum/vaispy.php">ForumSpy</a>'.$tablinks.'</li>' ;
Is there a quick way to get the default set of tablinks (dropdowns) that are on forumhome/etc on a custom page? Right now my tab/link works perfectly, but I have no submenus. I'd like to add the usual things like User CP, Community and such back to the sublinks.
Thanks!