Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications

Reply
 
Thread Tools
UKBL ~ Quality Drop Down Menu System Details »»
UKBL ~ Quality Drop Down Menu System
Version: 1.00, by UKBusinessLive UKBusinessLive is offline
Developer Last Online: Feb 2012 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.6.12 Rating:
Released: 01-28-2009 Last Update: 02-22-2009 Installs: 6
Template Edits
Re-useable Code Translations  
No support by the author.

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;
	}
and this is the line we need to edit, so that it gives us a nice gradiant blue acdcross the menu bar

Code:
background-image:url(http://i475.photobucket.com/albums/rr114/ukbusinesslive/center_tile_blue.gif);
Just replace the url within the brackets ( ) and thats it

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>
Basically each tab is made up of a block like what you see above, You have the Main Tab Description which looks like this

Code:
<li><a class="qmparent" href="javascript:void(0)">MY CONTROL PANEL</a>
and you have all the sub links underneath and they look like this...

Code:
<li><a href="http://www.ukbusinesslive.co.uk/forum/profile.php?do=editavatar" title="Edit Avatar">Edit Avatar</a></li>
and its this one which we need to edit, basically if you want to keep the same link, all you need to do is to chasnge my url http://www.ukbusinesslive.co.uk/forum to your forums URL, and thats it, your link should work for your site.

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.



As always, post here if you want help i'll help where i can



Enjoy

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 02-17-2009, 04:49 PM
PGAmerica PGAmerica is offline
 
Join Date: Mar 2008
Posts: 405
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The link is http://www.christianfunforums.com/forums

Go to the bottom of the page and choose the "Testing" style. I

The menu code I changed is:
Code:
<ul id="qm0" class="qmmc">

    <li><a class="qmparent" href="/">Home</a>

    <li><span class="qmdivider qmdividery" ></span></li>
    <li><a class="qmparent" href="/forums/">Forums</a>

    <li><span class="qmdivider qmdividery" ></span></li>
    <li><a class="qmparent" href="/forums/misc.php?do=cfrules">Forum Rules</a>
<if condition="$bbuserinfo['userid']">
    <li><span class="qmdivider qmdividery" ></span></li>
    <li><a class="qmparent" href="javascript:void(0)">Chat</a>

        <ul>
        <li><a href="/forums/misc.php?do=flashchat">Chat</a></li>
        <li><a href="javascript:popUp('/forums/chat/flashchat.php')">Chat in New Window</a></li>
        </ul></li>
</if>
    <li><span class="qmdivider qmdividery" ></span></li>
    <li><a class="qmparent" href="javascript:void(0);">Study Resources</a>

        <ul>
        <li>Search></li>
        <li><a href="/forums/Bible_SuperSearch_vb.php"><img src="/forums/images/gifts/bible.gif" border="0" align="left">&nbsp;&nbsp;Super Bible Search</a></li>
        <li>Bibles</li>
        <li><a href="/forums/Bible_KJV_vb.php"><img src="/forums/images/gifts/bible_green.gif" border="0" align="left">&nbsp;&nbsp;King James (KJV) Bible</a></li>
        <li><a href="/forums/Bible_WEB_vb.php"><img src="/forums/images/gifts/bible_red.gif" border="0" align="left">&nbsp;&nbsp;World English (WEB) Bible</a></li>
        <li><a href="/forums/Bible_WEB-ME_vb.php"><img src="/forums/images/gifts/bible_red.gif" border="0" align="left">&nbsp;&nbsp;World English (WEB) Bible: Messianic Edition</a></li>
        <li>Bible Resources</li>
        <li><a href="/forums/Bible_Eastons_vb.php"><img src="/forums/images/gifts/book_dgreen.gif" border="0" align="left">&nbsp;&nbsp;Easton's 1897 Bible Dictionary</a></li>
        <li><a href="/forums/Bible_MHC_vb.php"><img src="/forums/images/gifts/book_purple.gif" border="0" align="left">&nbsp;&nbsp;Matthew Henry's Commentary</a></li>
        </li>
        </ul></li>

<if condition="$bbuserinfo['userid']">
    <li><span class="qmdivider qmdividery" ></span></li>
    <li><a class="qmparent" href="javascript:void(0);">Entertainment</a>

        <ul>
        <li><a href="/forums/arcade.php">Arcade</a></li>
        <li><a href="/forums/petz.php$session[sessionurl_q]">Pets</a></li>
        <li><a href="javascript:openRadioAndTV()">$vbphrase[rs_radiostations]</a></li>
<!--        <li><a href="/forums/quiz.php">Quizzes</a></li>-->
        <li><a href="/forums/vbtubepro.php">Video Tube</a></li>
        </ul></li>
</if>

<if condition="$bbuserinfo['userid']">
    <li><span class="qmdivider qmdividery" ></span></li>
    <li><a class="qmparent" href="/forums/LivingAvatars_vb.php">Edit Living Avatars</a>
</if>

<if condition="$bbuserinfo['userid']">
    <li><span class="qmdivider qmdividery" ></span></li>
    <li><a class="qmparent" href="/forums/credits.php$session[sessionurl]?do=banking">Bank</a>
</if>

<if condition="$bbuserinfo['userid']">
  <if condition="$show['member']">
    <li><span class="qmdivider qmdividery" ></span></li>
    <li><a class="qmparent" href="javascript:void(0);">Shopping Menu</a>
      <table cellpadding="0" cellspacing="0" border="0">
        <ul>
        <li>$vbphrase[vbplaza_name] $vbphrase[vbplaza_main]</li>
<!--        <li><a href="/forums/vbplaza.php?$session[sessionurl]">Store Main</a></li>-->
<!--        <li><a href="/forums/vbplaza.php?$session[sessionurl]do=action&amp;itemid=27">$vbphrase[vbplaza_give_gifts]</a></li>-->
<!--        <li><a href="/forums/vbplaza.php?$session[sessionurl]do=action&amp;itemid=118">$vbphrase[vbplaza_give_ribbons]</a></li>-->
        <li><a href="/forums/vbplaza.php?$session[sessionurl]do=action&amp;itemid=7">$vbphrase[vbplaza_donate]</a</li>
        <li><a href="/forums/vbplaza.php?$session[sessionurl]do=userhistory">$vbphrase[vbplaza_history]</a></li>
        <li><a href="/forums/vbplaza.php?$session[sessionurl]do=mostsold">$vbphrase[vbplaza_most_sold]</a></li>
      <if condition="is_member_of($vbulletin->userinfo, $vboptions['vbplaza_adminusergroups'])">
        <li>$vbphrase[vbplaza_admin_only]</a></li>
        <li><a href="/forums/vbplaza.php?$session[sessionurl]do=action&amp;itemid=12">$vbphrase[vbplaza_admin_donate]</a></li>
      </if>
        </li>
        </ul></li>
  </if>
</if>

<li class="qmclear"> </li></ul>
I pasted all the code, but only changed the above.
Reply With Quote
  #13  
Old 02-17-2009, 04:59 PM
UKBusinessLive UKBusinessLive is offline
 
Join Date: Sep 2008
Location: Essex, United Kingdom
Posts: 1,637
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've checked everything and it looks great

Not sure what could be wrong? the code is fine



I think that you may be refering to the bottom bar at the end of your default style forum, It seems wider?? Aparently its the same on all VBulletin default themes, the bottom bar is wider and goes right up to the white border,

Take a look at a screenshot i did from the VBulletin.com site, and you'll see what i mean, I know they don't use my menu's on there, well not at the moment

Reply With Quote
  #14  
Old 02-17-2009, 05:37 PM
PGAmerica PGAmerica is offline
 
Join Date: Mar 2008
Posts: 405
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, I am not sure what all this means. Is this an issue with your menu and vbulletin 3.8?
Reply With Quote
  #15  
Old 02-17-2009, 05:56 PM
UKBusinessLive UKBusinessLive is offline
 
Join Date: Sep 2008
Location: Essex, United Kingdom
Posts: 1,637
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PGAmerica View Post
Well, I am not sure what all this means. Is this an issue with your menu and vbulletin 3.8?
NOOOOOOOOO

The bottom bar on the default style goes like that, it goes right to the edge of the white, My menu bar doesn't, It fits in line with the rest of the forum, Thats how its meant to be

In short the menu bar on your default style is exactly how its meant to be
Reply With Quote
  #16  
Old 02-17-2009, 06:03 PM
PGAmerica PGAmerica is offline
 
Join Date: Mar 2008
Posts: 405
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So what do I do about my problem then?
Reply With Quote
  #17  
Old 02-17-2009, 06:05 PM
UKBusinessLive UKBusinessLive is offline
 
Join Date: Sep 2008
Location: Essex, United Kingdom
Posts: 1,637
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PGAmerica View Post
So what do I do about my problem then?
What problem?? Your site is fine http://www.christianfunforums.com/forums

whats the problem to you???
Reply With Quote
  #18  
Old 02-17-2009, 06:33 PM
PGAmerica PGAmerica is offline
 
Join Date: Mar 2008
Posts: 405
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by UKBusinessLive View Post
Your site is fine
My site is NOT fine.

Quote:
Originally Posted by UKBusinessLive View Post
What problem??
The problem I mentioned earlier. When I paste your code to the bottom of my header template, the only thing that shows up on the forums page is the header and the footer. Nothing else.
Reply With Quote
  #19  
Old 02-17-2009, 07:09 PM
UKBusinessLive UKBusinessLive is offline
 
Join Date: Sep 2008
Location: Essex, United Kingdom
Posts: 1,637
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PGAmerica View Post
My site is NOT fine.



The problem I mentioned earlier. When I paste your code to the bottom of my header template, the only thing that shows up on the forums page is the header and the footer. Nothing else.
Hi

Not being funny, but i can see your site fine



Can you confirm this is your site???

Plus can anyone else confirm that this site is working?? http://www.christianfunforums.com/forums/ Go to the bottom of the page and choose the "Testing" style.

Have you tried clearing your PC's cache or pressing Ctrl F5 to try and reload the page from the server??
Reply With Quote
  #20  
Old 02-17-2009, 07:19 PM
PGAmerica PGAmerica is offline
 
Join Date: Mar 2008
Posts: 405
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I will try again. However, the staggered menu you are displaying is not what I am seeing.
Reply With Quote
  #21  
Old 02-17-2009, 07:40 PM
PGAmerica PGAmerica is offline
 
Join Date: Mar 2008
Posts: 405
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, I cleared my cache, rebooted and went back to it again. I then pressed "CTRL-F5" and I still get the same result. I also tried it on 2 other computers, same thing.

What you are showing me is an old menu. That is NOT that way it currently looks.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:31 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07044 seconds
  • Memory Usage 2,335KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (6)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete