vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - Dropdown Tab 's in navbar FINAL (0 edits required) IE7 friendly (https://vborg.vbsupport.ru/showthread.php?t=232224)

abdulbasitsaeed 01-06-2011 12:04 AM

Quote:

Originally Posted by sticky (Post 2137368)
This is my main issue, why isn't the mouse over for drop down tabs the same? Makes the Navbar look off.

Is there any way to fix this?

This issue is my concern as well. Is there any way to fix it? :)

Prisoner 01-06-2011 02:05 AM

Quote:

Originally Posted by Russ_T (Post 2137531)
Does anyone have any good working examples please?

I just installed this on my VB4 that I am testing before I go "Live". I'm impressed!

http://www.centextalk.com/

My only minor complaint is that the dropdown doesn't close after the new browser opens. Clicking the page closes it.

Great mod! I really need something like this.

fluidswork 01-06-2011 08:25 AM

Thanks this will come handy to me ..............

sross 01-18-2011 10:46 PM

anyone using this on 4.1.1 or are there other alternatives? I am looking for a menu on mouseover that goes away, where this is click for menu and the menu stays until you click somewhere off the menu.

J-P 02-03-2011 08:07 PM

1 Attachment(s)
Ok.. I have this installed and I do like it.

I do have a request which may or may not be beyond the scope of the support but if anyone knows how .. pls let me know.

I have the drop down / new tab for my flash chat program, and I would like it to show how many ppl are in chat at that moment.

Below is a screen shot from another board, running VB and java chat (they used to use flash chat). I was wondering how to accomplish this.

Thanks in advance,
J-P

Artes_Marciales 02-20-2011 12:38 PM

Amazing!!

RockstarNetwork 03-21-2011 02:15 PM

We have been using this mod, and loving it, except for the hover color issue. After a few hours of digging around the code, we have come up with a solution!

Live Preview: Click Here
You will see that our last two tabs are the drop down tabs from this mod! And the hover color is working perfectly!

Step 1: Search for "emu_tabs" in your templates
Once you find this section, you will notice this code that will appear:
Code:

<li class="popupmenu">
<a href="javascript://" class="popupctrl navtab" style="background:transparent url({vb:stylevar imgdir_misc}/arrow.png) no-repeat {vb:stylevar right} center; padding-right: 15px">{vb:raw tabname}</a>
<ul class="popupbody popuphover">
{vb:raw hejsa}
</ul></li>

To fix the hover color issue, you will need to change "transparent" to whatever color your other tabs are. In our case, "white" was the proper color. So the new code should be:

Code:

<li class="popupmenu">
<a href="javascript://" class="popupctrl navtab" style="background:hover-color white url({vb:stylevar imgdir_misc}/arrow.png) no-repeat {vb:stylevar right} center; padding-right: 15px">{vb:raw tabname}</a>
<ul class="popupbody popuphover">
{vb:raw hejsa}
</ul></li>

This may not be the case for everyone, but you may notice that these two tabs have no "bottom border" and stand out like a sore thumb. Step 2 we have posted a fix for this.

Step 2: To fix the bottom border issue with your tabs, go to "Styles & Templates / Style Manager / Style Vars / navbar_tab_bevel


Once you have searched for "navbar_tab_bevel, you now need to set the width to "0", and this will fix your bottom border on your tabs.

Again, this last step may not be something everyone needs to do, but in our case, we needed to.

We hope this helps everyone with the whole hover color issue!

RockstarNetwork 04-09-2011 09:37 PM

We're also getting the mysql error using this mod... anyone figure any way of fixing it yet?

Quote:

Warning: mysql_num_rows() expects parameter 1 to be resource, object given in [path]/includes/class_bootstrap.php(535) : eval()'d code on line 153

rob01 06-01-2011 04:31 AM

why this mod generates so many queries?

glen290 06-03-2011 11:36 AM

Been looking for something like this for ages, cheers..


All times are GMT. The time now is 06:14 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.01161 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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