Hey Lynne!! I have used this code, but I can't seem to get it to work, or part of it to work. I have modified the code and it is shown below.
PHP Code:
$tabselected = '';
$tablinks = '';
if (THIS_SCRIPT == 'status')
{
$vbulletin->options['selectednavtab']='radio_tab_001';
$tabselected = ' class="selected"';
$tablinks = ' <ul class="floatcontainer">
<li><a href="#">About</a></li>
<li><a href="schedule.php">Schedule</a></li>
<li><a href="status.php">Status</a></li>
</ul> ';
}
$template_hook['navtab_end'] .= '<li'.$tabselected.'><a class="navtab" href="status.php">Radio</a>'.$tablinks.'</li>' ;
I have made two pages, schedule and status. The about page has not been made yet but it in the process of being made using your HOW-TO (thanks for that one!!). When I click the "Radio" section on the biggest bar, it selects itself and highlights as it should, but then when I go to the schedule.php link it goes back to the Forum tab.
You can see it in action if you wish at
http://forum.pukkaradio.net
Cheers for any help that may come of this!!