Ugh, I've been at this for 14 hours straight and cannot get it to do what I want.
In the Navbar- I want to created a Navtab (that doesn't link to anything/go anywhere/ stays on the same page no matter what page you're on when you click it) but that creates a Navigation submenu bar with multiple drop down boxes containing links.
I want it to do this (as pictured above)- except that link 1 is a drop down, link 2 is a drop down, etc (all of the submenus are dropdowns. When you click on "Nav Link" in the navbar tabs- it doesn't actually GO anywhere- the page stays the same with the navigation menus all showing.
I got all of submenu dropdowns to show but cant get the 'Nav Link" to remain the same on every single page.
-------------------------------------------------------------------------
I tried using:
PHP Code:
$template_hook['navtab_end'] .= '<li'.$tabselected.'><a class="navtab" >Nav Link</a>'.$tablinks.'</li>' ;
is there a way to remove the actual "Linking" of the tab and still have the drop down menu appear when someone clicks on it?
I tried using 'index' in THIS_SCRIPT and removing the link in the bottom line 'link.php' but than it overwrote the links in the forum tab (so when you click on the forum tab, the links from the new tab showed).
I just want a tab that when clicked on- displays the sections that are available on my site.