View Full Version : Navbar Tab Problem in 4.2
metalguy639
07-20-2012, 08:28 PM
Is there going to be a fix for the navtab problem in 4.2 for PT? Currently it looks like crap when you enable it and just adding a link to the navigational manager sucks as you lose the navbar items in doing so. Currently we have to disable the "Process PT Global Templates" plugin of the hack. Will this be fixed soon?
Danced
10-19-2012, 06:29 AM
This fix is very important!
Amit86
10-24-2012, 06:01 AM
https://vborg.vbsupport.ru/attachment.php?attachmentid=141954&stc=1&d=1351062057
Is this the problem?
Im trying to fix this myself.. but I cant find the reason why the website thinks its still in 'Forum' While im on the Projects page
Anyone can help?
I was able to add a hack to partaly solve the nav bar menu:
add
<vb:if condition="THIS_SCRIPT != 'project'">
after
<vb:if condition="$tab['children'] AND $selected == $tabid">
in
navbar_tabs
and close the IF
before:
</li>
</vb:each>
add:
</vb:if>
This will not solve the problem that the forum still thinks the projects are a child tab, if anyone else has suggestions..
Lynne
10-24-2012, 03:38 PM
The problem is with the custom tab, not with the forum tab. The forum tab will be highlighted if there is no *proper* code to set the $root to something else.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.