vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Miscellaneous Hacks - Floating Side Menu (https://vborg.vbsupport.ru/showthread.php?t=162958)

Saviour 11-16-2007 10:00 PM

Floating Side Menu
 
Floating Side Menu

This mod is no longer supported...

Origin: DynamicDrive.com
Original Script: Omni Slide Menu
? John Davenport Scheuer
* Adapted from Dynamic-FX Slide-In Menu (v 6.5) script
by maXimus
Supported Browsers: FF1+ IE5+ Opr7+

This mod has been tested and works on vbulletin version 3.6.8 PL2.
This is a DHTML script for general forum use. Do not ask if it can be used for certain User Groups or given Permissions.

Features:

This mod places a floating menu on the right, or left of all of your forum pages. To place it on the left, edit the following code in menuItems.js:

Find...
Code:

menupos:'right',
Replace with...
Code:

menupos:'left',

Edits:
  • Edit menuItems.js for links and colors
  • Edit mmenu.js for bar, headers and other variables
  • Edit forum header template(s)
  • Instructions included within attached .zip file

Customization:
  • menuItems.js: use this file to name your menu and create your links
  • mmenu.js: use this file to customize the look of your menu
  • Refer to the "Properties" page for variable descriptions
  • Refer to the code below to adjust your link attributes within the menu (i.e., link text color, hover, visited). The code below is what you will be putting at the top of your forum's header template. Items in red are editable:

Code:

<style type="text/css">
                            /*Menu Links*/

/*NOTE: anything not specified for the #(menu id's) a selector and its pseudo classes
may be inherited in some browsers from other 'a' element styles (if any) on the page*/

#kbmenu3 a { /*Menu3 Links*/
color:black;
background-color:white;
text-decoration:none;
text-indent:1ex;
}
#kbmenu3 a:hover {
color:black;background-color:#FFFF99;
}
#kbmenu3 a:active        {color:black;text-decoration:none;}
#kbmenu3 a:visited        {color:black;text-decoration:none;}


                          /*End Menu Links*/
</style>
<script src="mmenu.js" type="text/javascript"></script>
<script src="menuItems.js" type="text/javascript">

/***********************************************
* Omni Slide Menu script - ? John Davenport Scheuer: http://home.comcast.net/~jscheuer1/
* very freely adapted from Dynamic-FX Slide-In Menu (v 6.5) script- by maXimus
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full original source code
***********************************************/

</script>


Live Demo: Demo

Hope you like this simple little mod...if so, please, don't forget to rate it.

Subah 11-17-2007 02:40 PM

Thanks a lot :)

Saviour 11-17-2007 02:42 PM

Quote:

Originally Posted by Subah (Post 1384405)
Thanks a lot :)

You're welcome...hope you like it.

puertoblack2003 11-17-2007 03:41 PM

nice hack i have that installed....

from this author: http://dynamicdrive.com/dynamicindex1/davidmenu.htm

Saviour 11-17-2007 03:53 PM

I appreciate the link...however, the origin of the script for this mod is located at the top of this thread. It is also from DynamicDrive.

There are actually three versions...one for the top, one for the left...and one for the right. I decided to create this mod for use on the right. To me...it just seems to be more functional.

There is also a similar mod here at vbulletin.org which has the same menu you have. Here's the link to that mod: https://vborg.vbsupport.ru/showthrea...=floating+menu

I will also be adding a link to the "Properties" page, if anyone wants to add color to the bars and headers.

puertoblack2003 11-17-2007 04:08 PM

Quote:

Originally Posted by Saviour (Post 1384441)
I appreciate the link...however, the origin of the script for this mod is located at the top of this thread. It is also from DynamicDrive.

There are actually three versions...one for the top, one for the left...and one for the right. I decided to create this mod for use on the right. To me...it just seems to be more functional.

There is also a similar mod here at vbulletin.org which has the same menu you have. Here's the link to that mod: https://vborg.vbsupport.ru/showthrea...=floating+menu

I will also be adding a link to the "Properties" page, if anyone wants to add color to the bars and headers.


well i guess the members should have an option which side the menu should be installed.me personally don't like it on the right.Just my .2 cent :)

apiasto 11-17-2007 04:16 PM

very nice i love it.thnx

Saviour 11-17-2007 04:36 PM

I appreciate that...glad ya like it..

kushal 11-17-2007 05:06 PM

How can I make this menu to also appear in VBadvanced pages?

Saviour 11-17-2007 05:17 PM

Quote:

Originally Posted by kushal (Post 1384488)
How can I make this menu to also appear in VBadvanced pages?

Sorry...

I'm not familiar with vbAdvanced...however, I'm sure there is someone here that is...and they can direct you.

I apologize, for not having the answer you need, but as you can see...I don't supply support for this mod...yet, if I do have an answer...I will post back.


All times are GMT. The time now is 09:36 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.01386 seconds
  • Memory Usage 1,747KB
  • 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
  • (3)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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