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? |
#2
|
||||
|
||||
Questions/Problems regarding modifications/styles need to be asked in the modification/style thread. That is where the support for modification/style is - not out here in the main forums. Please note that if a modification/style is unsupported (or even if it says it is supported), you may be on your own if you chose to install it.
|
#3
|
|||
|
|||
Quote:
|
#5
|
||||
|
||||
Ozzy is correct which is why you need to ask the question in the modification thread.
|
#6
|
||||
|
||||
Disable the plugin and new navtab using navigation manager like the screenshot below.
|
Благодарность от: | ||
TheLastSuperman |
#7
|
|||
|
|||
Yes this is what I ended up doing, but I was still curious as to where the conflicting code doing this was.
|
#8
|
||||
|
||||
Because it is not compatible with the navigation manager.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|