vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Project Tools (https://vborg.vbsupport.ru/forumdisplay.php?f=266)
-   -   Navbar Tab Problem in 4.2 (https://vborg.vbsupport.ru/showthread.php?t=285769)

metalguy639 07-20-2012 08:28 PM

Navbar Tab Problem in 4.2
 
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

1 Attachment(s)
https://vborg.vbsupport.ru/attachmen...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
Code:

<vb:if condition="THIS_SCRIPT != 'project'">
after
Code:

<vb:if condition="$tab['children'] AND $selected == $tabid">
in
navbar_tabs

and close the IF
before:
Code:

        </li>
</vb:each>

add:
Code:

                </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.


All times are GMT. The time now is 07:45 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01104 seconds
  • Memory Usage 1,712KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete