![]() |
UKBL ~ Easy Vertical Menu System
1 Attachment(s)
UKBL ~ Easy Vertical Menu System Well you wanted Dropdowns and you got them, Now you want Vertical Menu's, Here they are DEMO : http://www.ukbusinesslive.co.uk/forum/vertical.html Default VB Colors DEMO: http://www.ukbusinesslive.co.uk/forum/vbull_vert.html Following on from the Easy Menu Tabs and the Quality Dropdowns, this is a new style of menu for sites that use side columns or even VBa Done in a plain Neutral color scheme to compliment most sites you can change the color scheme by simply changing the hex color codes in the CSS part of the code. This is suitable for ALL browser types https://vborg.vbsupport.ru/external/2009/02/32.gif https://vborg.vbsupport.ru/external/2009/02/104.png This example has sub menus within sub menus so you can see how to edit them to add more for your site https://vborg.vbsupport.ru/external/2009/02/105.png So if your happy with that, Lets begin............. Firstly we need to Download the zip file, This has the code to edit plus related graphics, so you've downloaded the code, lets start ;) Open the code in your fave Text Editor (Notepad is ideal for this ;) ) Find in the code Code:
/*"""""""" Custom Rule""""""""*/ then find the other gif url here Code:
/*"""""""" Custom Rule""""""""*/ Then find.... Code:
<!-- Add-On Settings --> Then all you need to do next is upload the gifs from the zip file to the url that you made in the steps above :) So thats the CSS part done, Next we need to edit our menu links, I've set the default to my forum but its easy enough to change them for yours or even if you want to add extra items, So lets start changing our menu links First Find.. Code:
<li><a class="qmparent" href="javascript:void(0)" title="My Control Panel">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> Do that for all the links and by then you'll have your own Vertical Menu Tabs. To see how the menu from a sub menu works, you need to find the Calendar Link in the Code It starts like this Code:
<li><a class="qmparent" href="javascript:void(0)" title="Calendar">Calendar</a> Code:
<li><a class="qmparent" href="javascript:void(0)" title="Todays Post">Todays Post</a> Please note as i don't use side columns or VBa, I cannot provide support in these areas. To change the colors of the menu to suit your site, simply change the hex color code at the begining of the CSS part of the code, I like using this hex editor for this http://www.2createawebsite.com/build/hex-colors.html Please click installed, for 100% support ;) UPDATE 08.02.09 You can now download the VBulletin Default Color Menu, This is exactly the same as the original except that the colors have been edited to Match the VBulletin Default theme https://vborg.vbsupport.ru/external/2009/02/102.png Enjoy :D |
:D Reserved :cool:
|
great idea, i will try it :)
|
Quote:
|
Tagged~
By the way, how can we have such menu like this following website? http://animerender.com/forum/index.php? |
Quote:
Do you mean Horizontal Dropdown Menus ?? https://vborg.vbsupport.ru/showthread.php?t=203521 You can change the above dropdown code to make it look like that otherwise i could design one for you similar for your site, PM me for details ;) |
Quote:
|
This could be very useful. I'll use my forum themes last post gif. since its allready there and it
will all look the same /images/kirsch/buttons/lastpost.gif :) installed but it will take me a while to do the edits , colors, text, links etc. testing in a vbadvanced module only visible to me thankyou |
Do you have demo please ?
|
Quote:
Its easy enough to change the Hex Colors for the colors you want, If i get time later i will change it myself to the default VBulletin Colors and upload a new zip with the vb colors for all you guys that use the VBulletin Default :cool: |
Quote:
Will be doing that for you in a moment, bear with me :) here you go Allan http://www.ukbusinesslive.co.uk/forum/vertical.html Check out the menu from the sub menu, on "Todays Post" "Calendar" just going to add this to the first Post also ;) |
Ok, thanks ;)
|
:
Quote:
https://vborg.vbsupport.ru/external/2009/02/102.png Just made the vertical menus the same Default Color as VBulletin, for all you guys using the default VBulletin theme Just going to Install the zip file to the first post :D |
1 Attachment(s)
Hi Uk...
I'm half way through editing. How do I get rid of the yellow box with text when you hover link? thx |
Quote:
Code:
<li><a href="http://www.ukbusinesslive.co.uk/forum/calendar.php?do=add&c=1" title="Ranged Event" >Ranged Event</a></li> |
Yeah I know :rolleyes: its early here.... trying to stay awake listening and keeping tabs on the bushfires here in victoria , australia
thanks uk |
Quote:
Its pretty hot down there, i take it?? |
1 Attachment(s)
43 degrees Celsius - 110 Fahrenheit :(
bit cooler now I have one last drama if you could help that would be great. In firefox its all good, in ie the arrows are on the left out of the container, problably my fault :rolleyes: I'm trying to track it down but works perfect in ff thx again |
You need to make sure that the code in the "Custom Rule" sections are not altered except to change the URL of your arrows, Just check both of them, one is directly below the other.
Code:
/*"""""""" Custom Rule""""""""*/ Code:
// Item Bullets Add On Hope that helps ;) |
Thanks uk for the great support.
I tried the code in a html page within vbulletin (easy pages and Logician's WebTemplates) in ie and it works fine.. so the problem lies within the vbadvanced module. Since I'm going to use your VMS :) in ultimate side colums , there wont be a problem in ie. Any idea as to why VMS wont display properly in a vbadvanced block in ie for me ? thankyou |
Quote:
I had this problem with My Easy Menu Tabs, So it should work. ;) Just seen the bushfires in Victoria on the news here in the UK, :eek: Be careful mate ;) |
1 Attachment(s)
to add a module of vbadvanced only copy the code in a new module template and the begin of code add <td> and the final of code add </td>
Attachment 94435 Install!!! Thank You! |
Quote:
Menu looks Great :up::up: |
1 Attachment(s)
Have it working perfect now.
To fix my arrows from being outside of the container. I did this In the code remove Code:
<!-- Add-On Core Code (Remove when not using any add-on's) --> Code:
<!-- Create Menu Settings: (Menu ID, Is Vertical, Show Timer, Hide Timer, On Click (options: 'all' * 'all-always-open' * 'main' * 'lev2'), Right to Left, Horizontal Subs, Flush Left, Flush Top) --> Code:
<!-- Create Menu Settings: (Menu ID, Is Vertical, Show Timer, Hide Timer, On Click (options: 'all' * 'all-always-open' * 'main' * 'lev2'), Right to Left, Horizontal Subs, Flush Left, Flush Top) --> thanks for a great mod uk :up: |
Quote:
(Hope all is well your end ;) ) |
Hmm, from looking at the css code, you have used the same css titles in this mod as you did in your other menu mod, and its playing havoc with my display when in use.
I think it might be a good idea to use different css identifiers in this mod compared to your other menu mod to avoid issues. Just a suggestion. |
Quote:
|
Quote:
Hope that makes sense. |
WoW, I like It, Thank my friend !
|
Quote:
|
1 Attachment(s)
Is there a way to remove the light coloured border from around the oustide of the box? see picture below.
|
Quote:
Yes there is a way, you'll need to look in the Css code at the begining of the colde, its one of the Hex Numbers, have a look see if you can see which one it is, it looks like you've changed colours when compared to the original?? if so, You may have to PM the code so i can see. I'll take a look for you tonight when i get back from work ;) |
will send you a pm with code and link to my site
|
<div align="left">Hello again!
This menu can be set in the template forumhome? What is the situation? Thanks</div> |
Quote:
|
Quote:
Excuse either did not see this issue and referred me to this other menu. I put my doubts in that post. Sorry |
Quote:
|
Downloaded, will install when my hand heals.
I could definitely use this for some of my custom code on both my site and forums. :) |
Quote:
|
Im using this menu on my forums, but id like to use it on my vbadanced page too. However im guessing due to using the same css settings, it completeley throws everything out of synch.
I appreciate no support is given for vbadvanced, but has anyone managed to get this working on both forum and vbadvanced age. If so, How. Thanks |
All times are GMT. The time now is 04:41 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:
|