![]() |
Quote:
Code:
<style type="text/css"> 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... |
Oooooook Now It's Working Good
Just Another Question Can I Change The Colour Of The Bar??? I Want It Blue |
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. |
one other thing
from where i increase the width of the menu cause text (links) when they are long comes in two lines |
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". |
Quote:
|
You will find it within the code you will be adding to your header template:
Code:
<style type="text/css"> |
ok all done thanks alot bro, you rock.
this is great |
Quote:
|
Quote:
|
Fungsten...
Change the code back and let me know if the menu now appears in your forum. Also...are you trying to get the menu to appear within a CMS...like vbAdvanced? |
many people have blogs, project tools, vba links, photopost, vba gallery, etc. posted outside the forum directory, or at the root level. I think it is best to change the code from:
Code:
<script src="mmenu.js" type="text/javascript"></script> Code:
<script src="$vboptions[bburl]/forum/mmenu.js" type="text/javascript"></script> |
And a big "Thank You" goes out to yoyoyoyo for making that post.
|
Quote:
|
thanks for this hack, but where should i upload the 2 files exactly?
|
Quote:
(Add your address in places, marked red) src="http://www.yoursite.com/forum/mmenu.js" src="http://www.yoursite.com/forum/menuItems.js" |
Quote:
If you are uploading them for use on just your forum...upload them to the root of your forum directory. Are you going to be using the menu anywhere else? Do you use vbAdvanced or any other CMS hack? If so...read the post just before this one. Did you read the directions provided in the text file included in the zipped attachment? |
FLOATING SIDE MENU TIP This tip is for those who are already using this mod, but have different skins within their forum. Hopefully, everyone who has downloaded and installed this mod is getting used to the variable changes and adapting the menu to whatever theme they have installed within their forum. Not to confuse anyone, but did you know you can rename the two javascript files included in this mod and then use them to customize a separate menu for another theme being used within the same forum? 1. Simply rename the two javascript files within the zipped folder of this mod...and edit them by changing any of the related variables to match the style of your other theme. 2. Upload the renamed javascript files to your forum's root directory. You now have 2 sets of the same javascript...both with different names...and both edited to match the other skin you may be using on your forum. 3. Edit the script you will be placing in your skin's header template(s) to point to the new scripts. No need to change the name of the menu within that script. 4. Now copy the script to the beginning of the skin's header template...save your template changes...and, Voila! You have a new menu that matches the look of another skin. If you'd like a live example, visit the Saviour PC Forum. Do you see the menu for my default skin? Go to the bottom of the page and choose vbulletin's default skin...notice the new menu? Pretty cool, huh? Enjoy! |
How can I make the menu tab thinner please. Great work, thanks.
Bob |
Quote:
Look for this code in the menu.js file: Code:
if(!o.barwidth) {o.barwidth=22}; |
Most of the variable changes you guys are looking for are discussed on this page: Properties
|
Thanks. I also find that not using a fluid forum style above about 95% to be best. It keeps the menu bar outside the forum edge and is less intrusive, but also more prominent, if that makes sense.
Bob |
Quote:
It does seem to be less obtrusive when using a fluid forum style below 95%...I actually got it to blend in nicely on my fluid forum...I used images (instead of text color codes) for the headers and menu bar, themselves. Doing this...I was able to blend the menu bar into my forum's border...providing a less obtrusive menu...and customized to the forum's look. Using the "Properties" page, I've include in this thread, leaves one's imagination to run wild... If you visit the link to the Omni Slide page at DD which is listed at the top of the page...you can also find code to make this menu work on the left, right, or top of your forum...it just depends on one's preferences. Thanks for replying, Bob...and I appreciate your installing this mod... -Steve |
Quote:
Your menu appears to be cut-off at the bottom. |
Awesome! Thank you for sharing it. I installed and put the menu in left side. :D
Keep up the good work! |
Quote:
|
Thanks for this fine menu!
Quote:
Code:
["Radio and TV", "javascript:openRadioAndTV()",""], |
Members with Mozilla report the menu is permanently open.
Bob |
Then they must have a problem with their browser...
I'm using Mozilla Firefox 2.0.0.9 and the menu is working fine...see attached... Unless they're using a version not compatible...see mod listing... |
Quote:
Seems to be neglecting his updates...:D |
Indeed. Folk are quick to 'buy' a new version but slow to update 'free' apps.
Bob |
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}; Bob |
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...:D |
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 |
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 |
Great Job! Installed.........:D
|
Thank you...
|
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. |
YET ANOTHER MENU TIP This tip was deleted...due to its inability to function correctly... Sorry about that, folks... |
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. |
All times are GMT. The time now is 11:24 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|