The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Floating Side Menu Details »» | |||||||||||||||||||||||||
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', Code:
menupos:'left', Edits:
Customization:
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. Show Your Support
|
Comments |
#72
|
||||
|
||||
Indeed. Folk are quick to 'buy' a new version but slow to update 'free' apps.
Bob |
#73
|
||||
|
||||
I have been playing around with the settings in mmenu.js. I am trying to delay the menu flying out. I have changed these
Code:
if(!o.menuspeed) {o.menuspeed=55}; if(!o.menupause) {o.menupause=30}; Bob |
#74
|
||||
|
||||
Quote:
I just went through the variables... I can't find one that specifies delaying the opening of the menu. The only thing I have found is what you have already described. Why is it that you want to delay the opening of the menu? Most people want menus to open right away...not that there's anything wrong with that... |
#75
|
||||
|
||||
The issue was that the menu shot open with just an accidental brush of the cursor, and maybe a 1-2 second delay would prevent that. I have now moved the menu to center top and it is much better. Every one is happy...at last.
Bob |
#76
|
||||
|
||||
Bob...
It does look good there at the top... That's the sweet thing about the original script from DD...the ability to place it left, right...or at the top. Glad it worked out in the end... and everybody's happy. -Steve |
#77
|
||||
|
||||
Great Job! Installed.........
|
#78
|
||||
|
||||
Thank you...
|
#79
|
||||
|
||||
ANOTHER MENU TIP Don't make your menus too long by adding lots of links...you may run into problems for those who are using a screen resoluton of 800x600. Using this resolution may cause your menu to be cut off at the bottom....or, to be more accurate...the bottom part of the menu will not be viewable. While you can still adjust the menu's position , some of you may have menus with lots of links...and even after adjusting the menu's position, find that some of these links aren't viewable. Still...there are other ways around the problem...
I hope you find these tips useful... Don't forget to "Mark as Installed" if you are using this menu...also, please take a few seconds to "Rate" this mod... Remember...support is only being offered to those who have it installed. |
#80
|
||||
|
||||
YET ANOTHER MENU TIP This tip was deleted...due to its inability to function correctly... Sorry about that, folks... |
#81
|
|||
|
|||
My users asked me to change it so the menu wouldn't jump out every time they move mouse over it. So I changed file mmenu.js, replacing "onmouseover" with "onclick" in two places.
Also changed file menuItems.js, adding before MenuItems this line: menupause:5000, (including comma) - this keeps menu open for 5 seconds after user moves the mouse, and gives the user time to pick the menu item and click on it. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|