The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
UKBL ~ Quality Drop Down Menu System Details »» | |||||||||||||||||||||||||||||||||||||||||
UKBL ~ Quality Drop Down Menu System
Developer Last Online: Feb 2012
UKBL ~ Quality Drop Down Menu System You wanted Drop down Menu's that were easy to install and edit, Well now you've got it Live Demo http://www.aboxcafe.com/index.php http://www.wheelsbd.com/ Compatible with almost ALL Browsers. Hi Guys, i've had so many messages about My "Easy Menu Tabs" and when was i going to do Dropdown Tabs, Well i've listened and now i can happily add UKBL ~ Quality Drop Down menu's to our list of modifications. This is just so easy to edit and install, as long as you feel confident with a few simple edits and uploading a graphics file to your images directory or even your photobucket account, if you don't want to mess about uploading to your server. UKBL ~ Quality Drop Downs sit quite happily on top of your forums accessable from all pages of the forum They look like any bog standard Menu Nav bar but when you hover the mouse over it you'll see the dropdowns, I've uploaded a test version to my forum, Take a look for yourselves http://www.ukbusinesslive.co.uk/forum I've left the Top White Easy Men Bar in place also so you can compare both of them. When you go over the menu bar the dropdowns should appear like in the picture below See how the chosen links are highlighted So now we come to the installation stage. Download the dropdown.zip file below and open the VBOrg_Menu.txt file in notepad or any other text editor, as we need to edit a few files. The first one we need to edit is the url of our Graphic File, So to cut a long story short we'll upload our graphic file to our Photobucket account, or any other account or image directory on your server, So firstly find Code:
/*"""""""" (MAIN) Container Edit Picture URL Here :-) """"""""*/ #qm0 { padding:5px; background-image:url(http://i475.photobucket.com/albums/rr114/ukbusinesslive/center_tile_blue.gif); border-width:1px; border-style:solid; border-color:#eeeeee; } Code:
background-image:url(http://i475.photobucket.com/albums/rr114/ukbusinesslive/center_tile_blue.gif); Then we go and do the menu edits, You don't want your members click on your forum menu and ending up on my site :erm: So what we need to do now is change the menu links for yours, It take about 15 min's but its not hard to do, so lets do it..... First find where our menu starts, This will be right at the bottom of the code, The HTML part of this and the first bit we need to change starts from here... Code:
<li><a class="qmparent" href="javascript:void(0)">MY CONTROL PANEL</a> <ul> <li><a href="http://www.ukbusinesslive.co.uk/forum/profile.php?do=editavatar" title="Edit Avatar">Edit Avatar</a></li> <li><a href="http://www.ukbusinesslive.co.uk/forum/profile.php?do=editsignature" title="Edit Signature">Edit Signature</a></li> <li><a href="http://www.ukbusinesslive.co.uk/forum/profile.php?do=editoptions" title="Edit Options">Edit Options</a></li> <li><span class="qmdivider qmdividerx" ></span></li> <li><a href="http://www.ukbusinesslive.co.uk/forum/subscription.php?do=viewsubscription" title="List Subscriptions">List Subscriptions</a></li> </ul></li> Code:
<li><a class="qmparent" href="javascript:void(0)">MY CONTROL PANEL</a> Code:
<li><a href="http://www.ukbusinesslive.co.uk/forum/profile.php?do=editavatar" title="Edit Avatar">Edit Avatar</a></li> If you want to change the link altogether and put your own, then replace the full URL with one that you want and don't forget to edit the end part "Edit Avatar" as that is the title thats shown on the dropdown. When you've finished all your editing, we need to upload this whole code to your Header Template of the Style that your Currantly using on your forum, So once you've saved your edited code, Just copy and paste directly to your Header, Go right to the end and click paste, save the template and thats it, The Graphic File which you need to upload to your server or image host is also in the zip file. So easy and a great improvement to any VBulletin Forum This is a Freebie for all you members on VB.org with my compliments If anyone wants any custom menus made, Just PM me I'll help where i can, Just bear in mind a menu like this takes a good couple of hours or so, so a donation is more than welcomed Oh almost Forgot guys, If you like it, Please Click on Installed, as this really does motivate me to improving these hacks UPDATE 09.02.09 Uploaded a New Zip File, Black Menu.Zip This is the same as this original except that its black for darker Websites and Forums, Instructions are the same as above, and comes complete with customised Graphics which will need to be uploaded to your /images/ directory. UPDATE 23.02.09 For some of you Admins who prefer menu Buttons as opposed to a menu bar, i've made some buttons based on the above menu formate, You can install it by following the same instructions as the main install, Just upload the graphics and edit your menu links and thats it. Experiment with the css to change colors width of boxes etc, Add more or as little as you want, the important thing is to have fun learning. UPDATE: 26th April 2009 Centering the Menu so that it appears central There has been much debate about trying to centralise the menu tabs, I didn't want to edit the code too much as this would make a mess of it in different browsers, However i've found that there is a way The easiest way to center menu content is to place it inside of a center aligned table, as shown below: Code:
<table cellpadding=0 cellspacing=0 align="center"><tr><td> ----[ your menu structure]---- </td></tr></table> Hope this helps :up: Enjoy Download Now
Screenshots
Show Your Support
|
Comments |
#82
|
|||
|
|||
Quote:
A super quick way to view if the menus are compatible is to download the code, Open the code in notepad or similar and then click Save as and save it as Menu.html to your desktop You'll then be able to click on that, using whatever browser you want to check compatibility Easy |
#83
|
|||
|
|||
Very nice, I love it! But is there any way this can replace the navbar, but not completely? Here's a small example. (check attachment).. The only issue with of what I tried is that it completely streched the whole page.
|
#84
|
|||
|
|||
Quote:
I'm not sure what you mean, I guess if you added all the navbar items that you can onto it you could remove those links from the navbar and just keep the plain navbar on show ?? I'm not 100 percent sure as i've not looked at it as a replacement for the navbar, But experiment by all means What did you mean that it streched the whole page??? did it make the page wider than it was??? A working link might help us to help you |
#85
|
|||
|
|||
The link is http://forum.esforces.com , once registered you can change the theme to "ESF Style (OLD VERSION)". Or once registered, simple use http://forum.esforces.com/?styleid=1 .. The reason why you have to log in is then you will see the issues. But yes, I wish it to replace the whole navbar menu, but only the menu part.. The username as shown on the screenshot should stick around. I also have noticed that I removed the quick login by overwriting everything in the navbar.
What I wish to do is the following: USERNAME: YOUR MENU <- replacing the navbar. THE FORUMS Once logged out, it should showing something else ^_^. As I noticed your menu sticks around while logged out. I don't think this should happen? Any possible way to change the menu depending in what usergroup you are or being logged out? So it shows other links? |
#86
|
|||
|
|||
Quote:
|
#87
|
|||
|
|||
Nice work
|
#88
|
|||
|
|||
|
#89
|
||||
|
||||
Hail, UKBusinessLive!
I want to use your great work, highly impressed by the results others have gotten , and in fact did. BUT I ended up with a mess, with all the dropdowns permanently hanging open. I'm using FireFox 3.1 Beta 2, but the result is also the same with IE7. I followed your instructions, modified your code, uploaded the images, correctly referenced them, and pasted the whole text at the end of the header Template in vBulletin 3.8.1. I am also using vBAdvanced CMPS. A screenshot and the code in header that produced it are attached. What happened?? Could you please point out what I'm doing wrong?? :erm: I sure appreciate your help. |
#90
|
|||
|
|||
Quote:
Best thing you can do is to Write down wgat menus tabs you need and their sub menu's don't forget their urls and PM me those detail and i'll take a look when i get back home from work. In the mean time, Delete what you've done, and have a go uploading the file as it is and tell me if that works. Thanks |
#91
|
||||
|
||||
ACK!
I figured it out... When I copied/pasted the text from the edited text file--using Notepad with word wrap on--it entered an extra CR/LF on all your nice code lines.... I figured that out when I reread the text file I'd attached. erp... It now works fine, having turned off word wrap, copied, and pasted... I see that someone else had that problem. You may want to add a bit to your instructions.... Maybe something like this... Quote:
And thanks again for the great help you've given us all for making our boards much more functional. Enjoy that beer money. ************* Edit *********** Thanks again. Here're the results. I'm about to abandon the original Header navbar completely! The Sentinels |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|