Quote:
Originally Posted by Lynne
What is the condition you used to show the sub-forum? It needs to be valid, otherwise the Forum tab is the default tab.
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"
|
I dont understand, my english is not so good. What i must do?