Quote:
Originally Posted by DaMani
|
What is the condition you used to show the sub-forum? It needs to be valid, otherwise the Forum tab is the default tab.
Quote:
Originally Posted by Jabong82
Hi Lynne great tutorial I was able to get it to work fine on some tabs, but I am having problems when I have "conflicting" items.
For example, I am trying to create a separate tab for the "usercp.php" page called "My Forums", however I guess the usercp.php page is already tied to the main Forum tab. So when I click the new tab I created, I get both tabs highlighted and the submenus overlap.
I am not certain how to make the new tab "unique" if that makes sense. Any help would be appreciated thank you.
|
You may have to edit the navbar template where the condition for showing the submenu for the usercp is. This is in the navbar template:
<vb:elseif condition="$vboptions['selectednavtab']=='usercp'" />
So, you'll need to change that to say "if selectednavtab is usercp but NOT whatever-your-condition-is"