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 |
#42
|
||||
|
||||
Quote:
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> I have also noticed a problem for those of you who are using a web template hack...such as myself. I use WebTemplates 3.5.x: VB Integrated CMS (Content Management System) by Logician. Check the theme you are using for your template(s) and make sure the following variable is included at the top of that template: $stylevar[htmldoctype]. The above should fix your problem...let us know... |
#43
|
|||
|
|||
Oooooook Now It's Working Good
Just Another Question Can I Change The Colour Of The Bar??? I Want It Blue |
#44
|
||||
|
||||
You sure can...
In the mmenu.js file find the following line: Code:
if(!o.barbgcolor) {o.barbgcolor="#336699"}; For additional variable changes...go here. |
#45
|
|||
|
|||
one other thing
from where i increase the width of the menu cause text (links) when they are long comes in two lines |
#46
|
||||
|
||||
Direct Vision...
Did you look at the variable changes page I listed in my last post? Find this in your mmenu.js file: Code:
if(!o.hdingwidth) {o.hdingwidth=149}; Code:
hdingwidth:149, // This will be the menu body width as well as any single column headings. Note: Remember, this mod is not supported...yet I will do my best to help...and I will only help those who have marked this mod as "Installed". |
#47
|
||||
|
||||
Quote:
|
#48
|
||||
|
||||
You will find it within the code you will be adding to your header template:
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> |
#49
|
|||
|
|||
ok all done thanks alot bro, you rock.
this is great |
#50
|
||||
|
||||
Thank you...don't forget to click "Installed".
|
#51
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|