Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

Reply
 
Thread Tools
Innovative Mouseover Tabs Menu 3.8 Details »»
Innovative Mouseover Tabs Menu 3.8
Version: 0.0.1, by TheLastSuperman (Senior Member) TheLastSuperman is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Category: Major Additions - Version: 3.8.x Rating:
Released: 11-28-2008 Last Update: 11-28-2008 Installs: 25
Supported Template Edits
Additional Files Is in Beta Stage  

Innovative Mouseover Tabs Menu

Mod Version: 0.0.1
Compatible vB version: 3.6.x , 3.7.x , 3.8.x

DESCRIPTION:
This is a Mouseover Tabs Menu, code developed by Dynamic Drive for use on personal and commercial websites (Special thanks to my Dynamic Drive for allowing me to use this script! Please see here for approval --> Approved by DD).

The code is stable and works quite well, I cannot however give permissions to re-use the code as I normally do - sorry but it would break Dynamic Drives Terms of Use and as you can see I did obtain permission before attempting!

FEATURES:
Allows you to create a tab menu! Basically within the <div> tags you create your menu, you can change the text to images via the <img> tags and also add in your own <a href="yourlinkhere"/>Text or Image Tag & Some VB code</a>.

Example:

Code:
<div id="mytabsmenu" class="tabsmenuclass">
<ul>
<li><a href="http://www.javascriptkit.com" rel="gotsubmenu[selected]">JavaScript Kit</a></li>
<li><a href="http://www.cssdrive.com" rel="gotsubmenu">CSS Drive</a></li>
<li><a href="http://www.codingforums.com">No Sub Menu</a></li>
</ul>
</div>
Additional Options:

- A corresponding sub menu container DIV.
- 2 ways to set the default tab selected when the page loads.
- Setup A Quick Forum Jump Menu.
- Add in a Help Section or something similar etc.
- Create something unique!

Pretty much your imagination is the limit
Please see Demo's my forum is Demo 1, look at the top for the images in the navbar menu where I have replaced the main forums title (left of Welcome YourName/Private Messages .

Demo 1: Click Here
Demo 2: Click Here

Demo 2 = Scroll Down and find the word word "Demo:" then navigate the menu.

Link to full details by Dynamic Drive --> Click Here

*Attention* Please view the first page as the 2nd and 3rd post were reserved and contain additional information.

Notes by Member's after install....(from 3.7 thread)

Quote:
Quote:
Originally Posted by Ramsesx View Post
What's the difference between your addon and the code by dd?
By default the dd code will not show the active state of the tabs on dynamic pages, how does your addon handle this?
Quote:
Originally Posted by TheLastSuperman View Post
Should be no changes minus how I coded it

Basically like my previous mod "TGW DD Drop Down Panel" , I included a "UPLOAD" Folder w/ the original code & a link to their page for the script w/ full details on how to customize HOWEVER I also included a folder called "SMANsUPLOAD" for users to see how I tweaked etc but most links were changed to simply "http://www.tournamentgamingworld.com/online" and my form of the code has changed already

Also if you visit my forum i.e. Demo #1 and your mouse does not hover over an image it remains a blank menu (check ) plus the loading message displays from time to time if your page loads slightly slower than last time .

Basically this mod just shows you how you could implement the script. MANY users on VB.org are just listed as members and are not coders but some w/ a slight amount of experience in html or who have just dabbled can get ANY of my recent mods featuring DD Scripts to work in MANY ways if they just tinker

Did that answer your question even though I replied w/ a novel lol???

Thanks for the Install

TheLastSuperman
http://www.innovationbyinstinct.com

Download Now

File Type: zip TGW-DD-MouseoverTabsMenu.zip (8.3 KB, 267 views)

Screenshots

File Type: png ScreenShot3.png (399.7 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 05-26-2009, 02:50 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dancue View Post
How can I center the images? I've been trying for the past few hours with no luck.
what I did was put that image on the left (the one that's kinda green w/ rounded corners) in <td> tags, then the same w/ the menu so it would be sorta centered.

To get the box below to center simply add the size of your images plus about 5px, that total width needs to be changed in the css for the box that shows the links when you hover, I'm @ work now and can't view the files unless I DL and all that so let me get back to you this afternoon if your not sure what I mean but try looking within the files and simply tinker, besides if you mess some code up you still have the original zip file!

S-MAN
Reply With Quote
  #23  
Old 05-26-2009, 09:22 PM
dancue dancue is offline
 
Join Date: Feb 2008
Posts: 569
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Alright, finally done with mine.

I centered it by putting a width in the <td> tags.

You can put my site up for a demo if you'd like.

here.

If anyone on there can test this on a pc I'd like to know if all 6 images are in one row. I only have a mac, and would like to know if it works with pc's browsers including IE.
Reply With Quote
  #24  
Old 05-26-2009, 09:58 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dancue View Post
Alright, finally done with mine.

I centered it by putting a width in the <td> tags.

You can put my site up for a demo if you'd like.

here.

If anyone on there can test this on a pc I'd like to know if all 6 images are in one row. I only have a mac, and would like to know if it works with pc's browsers including IE.
For me using Firefox = No, 4 up top, two bottom on the left.

I used 65 x 65 I think.... yours are currently 100px ? 100px

Now remember what I said about the box below the images... you can tinker w/ the size to get the images to fit in one row. The only thing w/ any type of menu is the users screen resolution so you can have thousands of users seeing one row via a 1024 x 768 resolution but if someone comes in w/ 800 x 600 you'll hear about it

S-MAN
Reply With Quote
  #25  
Old 05-26-2009, 11:01 PM
dancue dancue is offline
 
Join Date: Feb 2008
Posts: 569
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What resolution did you look at it with? It worked fine for me on firefox.
Reply With Quote
  #26  
Old 05-26-2009, 11:09 PM
dancue dancue is offline
 
Join Date: Feb 2008
Posts: 569
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I did a bit more tweaking. What about now?
Reply With Quote
  #27  
Old 05-27-2009, 12:16 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dancue View Post
I did a bit more tweaking. What about now?
@ Home 1920 or 1980 by something lol... I'm on a 40" but I shrink my windows to be about 1024 x 768 as that is the most common screen size besides 800 x 600.

At work now on Firefox Portable it looks good, that's on 1024 x 768 but I'm running this on Sun xVM which shrinks the window but it still looks good, will confirm when home!
Reply With Quote
  #28  
Old 05-27-2009, 08:47 PM
dancue dancue is offline
 
Join Date: Feb 2008
Posts: 569
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for going out of your way and doing this. I love the mod by the way!
Reply With Quote
  #29  
Old 06-08-2009, 05:26 PM
RTMdotORG RTMdotORG is offline
 
Join Date: Dec 2008
Posts: 282
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

when you're viewing a forum, can you still see the "spider" in the navbar? showing the forum your in and etc...
Reply With Quote
  #30  
Old 06-19-2009, 03:03 AM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RTMdotORG View Post
when you're viewing a forum, can you still see the "spider" in the navbar? showing the forum your in and etc...
It's just for navigation, so basically your clicking an image that is a link, also in IE you can remove the blue border by adding this to the a href/img code:

style="border-style: none"

Example for reference:

<a href="http://www.yoursite.com/forums/forumdisplay.php?f=1">
<img src="images/demo1.png" style="border-style: none"/>
</a>

OR a better solution for local, internal links:

<a href="forumdisplay.php?f=1">
<img src="images/demo1.png" style="border-style: none"/>
</a>

So think of it as the tabs you've seen before except it's not as in-depth and refreshes each time, basically simple navigation menu w/ lots of ways to customize.

S-MAN

(Next time PM me man w/ ?'s if I don't reply asap!)
Reply With Quote
  #31  
Old 11-29-2010, 03:27 AM
FreshFroot's Avatar
FreshFroot FreshFroot is offline
 
Join Date: Jul 2005
Posts: 770
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Really nice idea.. I may have a use for it later.

Thanks a lot.
Reply With Quote
Reply

Thread Tools

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 09:02 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07841 seconds
  • Memory Usage 2,345KB
  • Queries Executed 29 (?)
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)bbcode_code
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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_postinfo_query
  • fetch_postinfo
  • 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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete