Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Design and Graphics Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 11-23-2015, 11:46 PM
Dragonsys's Avatar
Dragonsys Dragonsys is offline
 
Join Date: Jan 2008
Location: DFW, Texas
Posts: 743
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #12  
Old 11-23-2015, 11:51 PM
InSite InSite is offline
 
Join Date: Jan 2002
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #13  
Old 11-23-2015, 11:54 PM
Dragonsys's Avatar
Dragonsys Dragonsys is offline
 
Join Date: Jan 2008
Location: DFW, Texas
Posts: 743
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #14  
Old 11-23-2015, 11:57 PM
InSite InSite is offline
 
Join Date: Jan 2002
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!

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
Reply With Quote
  #15  
Old 11-24-2015, 12:00 AM
Dragonsys's Avatar
Dragonsys Dragonsys is offline
 
Join Date: Jan 2008
Location: DFW, Texas
Posts: 743
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

if you add a submenu item to your pages, that should clear up as it will show that item instead.
Reply With Quote
  #16  
Old 11-24-2015, 12:03 AM
InSite InSite is offline
 
Join Date: Jan 2002
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dragonsys View Post
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.
Reply With Quote
  #17  
Old 11-24-2015, 01:20 AM
Dragonsys's Avatar
Dragonsys Dragonsys is offline
 
Join Date: Jan 2008
Location: DFW, Texas
Posts: 743
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by InSite View Post
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
Reply With Quote
  #18  
Old 11-24-2015, 02:33 AM
InSite InSite is offline
 
Join Date: Jan 2002
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #19  
Old 11-24-2015, 02:34 AM
Dragonsys's Avatar
Dragonsys Dragonsys is offline
 
Join Date: Jan 2008
Location: DFW, Texas
Posts: 743
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #20  
Old 11-24-2015, 02:42 AM
InSite InSite is offline
 
Join Date: Jan 2002
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default



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.
Attached Images
File Type: jpg nav_update.jpg (15.8 KB, 0 views)
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:46 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.04545 seconds
  • Memory Usage 2,274KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete