vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - Innovative Mouseover Tabs Menu 3.8 (https://vborg.vbsupport.ru/showthread.php?t=197521)

Jasem 03-23-2009 01:32 PM

nice, thank you!

installed

trickfly 04-09-2009 08:21 PM

are the tabs done in ajax ? i want something like this: www.hackforums.net

does this mod do the same ?

i want ajax tabs, so member can from forum to forum etc.. just like www.namepros.com

please help

TheLastSuperman 05-25-2009 12:42 AM

Quote:

Originally Posted by Jasem (Post 1774996)
nice, thank you!

installed

Your Welcome!

Quote:

Originally Posted by trickfly (Post 1787671)
are the tabs done in ajax ? i want something like this: www.hackforums.net

does this mod do the same ?

i want ajax tabs, so member can from forum to forum etc.. just like www.namepros.com

please help

Not the same, it seems they simply coded up some images w/ links to the right of each, simple yet effective!

The other site I did not see a menu similar to what was on the other, I apologize for the late reply but let me know if you have something by now or still need assistance!

S-MAN

lm3a.net 05-25-2009 08:23 AM

thank u,

TheLastSuperman 05-25-2009 03:24 PM

Quote:

Originally Posted by lm3a.net (Post 1816705)
thank u,

No problem, enjoy :D

dancue 05-25-2009 11:15 PM

Alright, I'm gonna give this a try now, but I'm not understanding how to get it to use images instead of the words. What did you do to achieve this?

dancue 05-25-2009 11:42 PM

nevermind...I figured it out....

Now...How do I place it in the center, like your site has now?

TheLastSuperman 05-25-2009 11:50 PM

Quote:

Originally Posted by dancue (Post 1817191)
Alright, I'm gonna give this a try now, but I'm not understanding how to get it to use images instead of the words. What did you do to achieve this?

Simple html my friend :D

So... if you ever want to do an image instead of text...

Example:

<a href="http://www.yoursite.com">This is the TEXT</a>

Now remove the text and replace w/ an image code to call the image!

<a href="http://www.yoursite.com"><img src="http://www.yoursite.com/images/image1.png"></a>

And your done!

More info included in the INSTALL.txt file and I also include a floder named SMANsUPLOAD to see how I modified it from the original!

Code:

/*======================================================================*\
|| #################################################################### ||
|| # [TGW] DD Mouseover Tabs Menu v0.0.1 ? by TheLastSuperman        # ||
|| # ---------------------------------------------------------------- # ||
|| # For use with vBulletin Version 3.6.x - 3.7.x - 3.8.x            # ||
|| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
|| #################################################################### ||
\*======================================================================*/

Hack Version: 0.0.1
Compatible vB version: 3.6.x - 3.7.x - 3.8.x

Installation:

Step 1: Unzip the files to a directory on your computer.

Step 2: Upload the files in UPLOAD folder to your forums directory (AFTER YOU MODIFY via the instructions @ http://www.dynamicdrive.com/dynamicindex1/mouseovertabs.htm
 
 Directory structure:
  {ROOT}/mouseovertabs.css
  {ROOT}/mouseovertabs.js
  {ROOT}/submenucontents.htm

Step 3: Edit Templates
 - Style Manager --> Header

At the VERY TOP or Find:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

Add Below:

<link rel="stylesheet" type="text/css" href="mouseovertabs.css" />

<script src="mouseovertabs.js" type="text/javascript">

/***********************************************
* Mouseover Tabs Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/

</script>


 - NOW, you have several options!

-- Paste this next code into your Navbar for it to be up top like mine...

OR

-- Find a place and tinker ;) the sky's the limit :D

Here's the code (now try the 2 above options):

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

<div id="mysubmenuarea" class="tabsmenucontentclass">

<!--1st link within submenu container should point to the external submenu contents file-->
<a href="submenucontents.htm" style="visibility:hidden">Sub Menu contents</a>

</div>

<script type="text/javascript">
//mouseovertabsmenu.init("tabs_container_id", "submenu_container_id", "bool_hidecontentsmouseout")
mouseovertabsmenu.init("mytabsmenu", "mysubmenuarea", true)

</script>

If you want that in the Navbar like mine then

FIND (or similar):

<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"></a>

<strong>

and paste the above code below the <strong> tags

Of course you can modify/replace any of the images and it is all nearly completely customizable via the files in the UPLOAD folder i.e. the CSS and JS files!

I have included a Folder named SMANsUPLOAD so you can see how I modified it for use and compare, please review if needed.

Also please Reference Dynamic Drives Information for further information --> http://www.dynamicdrive.com/dynamicindex1/mouseovertabs.htm

Step 4: Enjoy your new hack, give me feedback, and click install.

TheLastSuperman - Tournament Gaming World

Hopefully that helps! anything else just post back or if you see something you like on the DEMO site just ask!

MY VIDEO DIRECTORY MOD to be released soon as well so everyone look for it!

S-MAN

dancue 05-26-2009 12:17 AM

I tried pasting the code where you specified and it puts it on the far left with the navbits still there.

*edit*

I really should get some sleep. Sorry. got it to work.

dancue 05-26-2009 03:35 AM

How can I center the images? I've been trying for the past few hours with no luck.


All times are GMT. The time now is 09:59 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.01204 seconds
  • Memory Usage 1,761KB
  • 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
  • (1)bbcode_code_printable
  • (4)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