vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Navbar Links Problems (https://vborg.vbsupport.ru/showthread.php?t=320821)

Dragonsys 11-23-2015 11:46 PM

Ok, I added it here - http://dragonsys.noip.me/vb4/portal.php
I still don't see the double text like in your images.

I can give you an account on that site if you want to add pages and see if you can repeat the issue.

InSite 11-23-2015 11:51 PM

It's there, on Test 1:

===========
TEST1
New PostsFAQCalendarCommunity Forum Actions Quick Links
TEST2
New PostsFAQCalendarCommunity Forum Actions Quick Links
===========

If you add more test pages, they will start to stack up until you can see them. Add 2 more pages, and then check Test 1 again :)

Saw your edit - sure, I'd be happy to try and replicate it there. Feel free to PM me. BTW, did I say thanks again? You are awesome :)

Dragonsys 11-23-2015 11:54 PM

Ok, I'm not seeing the bold text, like in your images, but I see what you are getting at now.
It looks like a "fix" was added in the latest version to try and get all the people complaining about the submenu not showing to settle down, but it was implemented badly.

it is using a float to try and hide the send submenu

I will play around and see if I can get a patch

InSite 11-23-2015 11:57 PM

Yeah, I don't see it in yours yet, but the more pages that are added, the more times it overwrites the menu and you start to see them.

I'm glad I'm not going crazy! I've been updating my site a lot lately, and this has been driving me crazy, even though I'm sure no-one else would notice it! :D

You are a a credit to this community - it's nice to see people like you still around and supporting vBulletin. It's what made this community and software so great, and it's very much appreciated :)

Dragonsys 11-24-2015 12:00 AM

if you add a submenu item to your pages, that should clear up as it will show that item instead.

InSite 11-24-2015 12:03 AM

Quote:

Originally Posted by Dragonsys (Post 2559274)
if you add a submenu item to your pages, that should clear up as it will show that item instead.

I was hoping to have the same submenu throughout the entire website, which is currently using the forums submenu. I tried to disable the menu in vBA altogether and use Navigation Manager, but this had its own problems with vBA and the selected tab.

Dragonsys 11-24-2015 01:20 AM

Quote:

Originally Posted by InSite (Post 2559275)
I was hoping to have the same submenu throughout the entire website, which is currently using the forums submenu. I tried to disable the menu in vBA altogether and use Navigation Manager, but this had its own problems with vBA and the selected tab.

Ok. Give me a few days and I will try to get a fix, if someone doesn't sooner

--------------- Added [DATE]1448337506[/DATE] at [TIME]1448337506[/TIME] ---------------

Ok, it didn't take me as long as i thought it would, lol
Open the adv_portal_navtab template
Find:
Code:

<vb:if condition="$tab['children']">
Replace with:
Code:

<vb:if condition="$tab['children'] AND $tabselected">
You can see this in place on the test site I posted above

InSite 11-24-2015 02:33 AM

This fixes the problem for the home page and child pages (THANKYOU!), but for separate pages that do not have a vBA parent page it removes most of the top tabs, including the default Forum tab :)

(Setting Add Navbar Tab to None makes it work, setting it to Start or End causes the above problem.

Dragonsys 11-24-2015 02:34 AM

well dang it...
I don't see that happening on my site. Neither of the pages have a parent, and all the tabs are intact. Can you give me a screenshot?

InSite 11-24-2015 02:42 AM

1 Attachment(s)
https://vborg.vbsupport.ru/attachmen...1&d=1448340123

Here you go :)

So the subnav is working, but now on pages where there is a main tab displayed with no parent, the OTHER tab elements have disappeared. This was when I selected my Articles tab.


All times are GMT. The time now is 08:30 PM.

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.01179 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete