The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Two Nav Tabs active at the same time?
So Im using the ctech irc mod that adds a nav tab to get to the embeded irc client. The problem is that when you select that tab and go to that page, both the "Forum" and "IRC" tabs are highlighted as being active: screenshot: http://prntscr.com/89curg
Now this tab created by this mod is not visible in the Navigation Manager, so I cant set the "Tab Script(s)" property to this scripts unique identifier, at least through Nav Manager. Is there another way to specify this? The mod creates a template for the nav tab, heres the code: HTML Code:
<vb:if condition="$vboptions['selectednavtab'] == 'chat_irc'"> <li class="selected"> <a class="navtab" href="chat_irc.php{vb:raw session.sessionurl_q}">{vb:phrase ctech_chat_irc_navtab}</a> </li> <vb:else /> <li><a class="navtab" href="chat_irc.php{vb:raw session.sessionurl_q}">{vb:phrase ctech_chat_irc_navtab}</a> </vb:if> PHP Code:
not sure if thats related to the problem or not. Any ideas on how to fix this? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|