Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Top NavBar With Drop Down Menus Details »»
Top NavBar With Drop Down Menus
Version: 1.00, by MadKad MadKad is offline
Developer Last Online: Dec 2012 Show Printable Version Email this Page

Version: 3.6.8 Rating:
Released: 10-13-2006 Last Update: 10-17-2006 Installs: 139
Template Edits
Code Changes  
No support by the author.

This mod is a top nav bar mod with drop down menus; it is the same as the standard vb one, the new navbar is in its own template.

This mod is easy to install there are to things you need to do to install this mod:

1) Upload product file
2) Edit navbar template

The mod comes with:

1 xml file
1 read me text file
1 html help file to show how to add links and drop down menus

FAQ:
Q: Nav bar not showing in other mods.
A: Click here thank you

Q: What mods will this show in
A: please read above why they might not, here are the lists of what I tested them in click here

This mod is supported here and at MK PitStop Webmaster Forum, please click install if you use this mod, thank you.

Demo Here = http://www.mkpitstop.co.uk/forum

Hope you like

Show Your Support

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

Comments
  #122  
Old 04-23-2007, 09:10 AM
MadKad's Avatar
MadKad MadKad is offline
 
Join Date: Mar 2006
Location: UK
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks like you have added the code

align="center"

to the drop down tables, remove that and all should work fine, its just the ones in the drop down sections, not the main table.
Reply With Quote
  #123  
Old 04-23-2007, 11:25 AM
MelH MelH is offline
 
Join Date: Feb 2007
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MadKad View Post
Looks like you have added the code

align="center"

to the drop down tables, remove that and all should work fine, its just the ones in the drop down sections, not the main table.
Ok I removed it but it's still the same.
There must be another reason its doing that?
Reply With Quote
  #124  
Old 04-23-2007, 01:30 PM
MadKad's Avatar
MadKad MadKad is offline
 
Join Date: Mar 2006
Location: UK
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just looked and its still in

Quote:

<!-- NAVBAR POPUP MENUS -->


<!-- links pages pop start -->
<div class="vbmenu_popup" id="1_menu" style="display:none">
<table border="0" align="center" cellpadding="4" cellspacing="1">
<tr>
<td class="thead">Links Pages</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="http://.com.au/cmps_index.php?page=bands">Bands Djs Performers</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="http://.com.au/cmps_index.php?page=dance">Dance Schools</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="http://.com.au/cmps_index.php?page=clubs">Clubs & Associations</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="http://.com.au/cmps_index.php?page=associated">Associated with RnR</a></td>
</tr>

<tr>
<td class="vbmenu_option"><a href="http://.com.au/cmps_index.php?page=venues">Venues & Promoters</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="http://.com.au/cmps_index.php?page=links">Links outside Vic</a></td>
</tr>
</table>

</div>
<!-- links pages pop end -->

<!-- photos pop start -->
<div class="vbmenu_popup" id="2_menu" style="display:none">
<table border="0" align="center" cellpadding="4" cellspacing="1">
<tr>
<td class="thead">Photos/Reviews</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="http://www..com.au/others/littlemaria" target=blank>Little Maria</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="http://www..com.au/wintersun" target=blank>Wintersun Reviews</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="http://.com.au/others/ararat" target=blank>Ararat Festival 2004</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="http://www..com.au/houndog" target=blank>Houndog Festival 2002</a></td>
</tr>

<tr>
<td class="vbmenu_option"><a href="http://www..com.au/others/LouLynnette/rutherglen.htm" target=blank>Rutherglen 2003</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="http://www..com.au/others/glongjukebox" target=blank>Geelong Festival 2003</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="http://www..com.au/hastings" target=blank>Westernport Festival 2002</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="http://www..com.au/waltzingmatilda/tassie" target=blank>Waltzy Tazzy trip 2002</a></td>
</tr>
</table>

</if>
</div>
<!-- photos pop end -->
<!-- / NAVBAR POPUP MENUS -->
these bold ones
Reply With Quote
  #125  
Old 04-23-2007, 10:06 PM
MelH MelH is offline
 
Join Date: Feb 2007
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oops! Sorry, those were put there at the start when I added the top nav bar because (when I removed the extra links you had in there) the drop down was not immediately beneath its associated link. I only had 3 links in the nav bar to start with and 2 were drop downs and both were way off to the left. However it didn’t fix the problem and I should have removed them.

Even now, although it is much better because I have added more links, the drop downs are off to the left of their associated link somewhat. I’m not complaining though, I’m just happy to be able to use you mod.

Thanks for your help, I really do appreciate that you have taken the time to help me with this.

Regards, Mel
Reply With Quote
  #126  
Old 04-24-2007, 11:53 AM
MadKad's Avatar
MadKad MadKad is offline
 
Join Date: Mar 2006
Location: UK
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

lol I know your not complaining

Its just strange as i am using the same code as you and I am ok, the only thing different was the center code.

Woundering if its something on the vbadvanced page :S
Reply With Quote
  #127  
Old 07-08-2007, 04:02 AM
DieselMinded's Avatar
DieselMinded DieselMinded is offline
 
Join Date: Mar 2007
Posts: 1,655
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey I have HAcked this Mod All Up , I need to consolidate alot of my links to a single drop down can someone aid me please ... Heres My Top Nav Template After I got my hands on it

HTML Code:
<!--######## start of navbar2 ########-->

<!-- nav2 buttons bar --> 
<div align="center"> 
  <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:1px"> 
    <tr align="center"> 
      
<td class="vbmenu_control"><a href="http://www.dieselbombers.com">Home</a></td> 
<td class="vbmenu_control"><a href="http://www.dieselbombers.com/donate.php">Donations</a></td>
</if><td class="vbmenu_control"><a href="sweepstakes.php$session[sessionurl_q]" accesskey="5">$vbphrase[sweepstakes]</a></td>
<td class="vbmenu_control">
<a href="http://www.dieselbombers.com/referrers.php">Referrals</a></td>
<td class="vbmenu_control"><a href="http://www.dieselbombers.com/info/toptruck.htm">TOP TRUCK</a></td>
<td class="vbmenu_control">
<a href="http://www.dieselbombers.com/info/sponsors.htm">Sponsors</a></td>
<td class="vbmenu_control">
<a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
<td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
			<td class="vbmenu_control"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=500'); return false;">$vbphrase[open_buddy_list]</a></td>
<td class="vbmenu_control"><a href="http://www.cafepress.com/DieselBombers"target="_blank">Bomber Gear</a></td>
     </tr> 
  </table> 
</div>
<!-- / nav2 buttons bar --> 
<if condition="$show['popups']"> 
<!-- NAVBAR POPUP MENUS --> 

<!-- extras pop start --> 
<div class="vbmenu_popup" id="1_menu" style="display:none"> 
  <table cellpadding="4" cellspacing="1" border="0"> 
    <tr> 
      <td class="thead">Drop Down</td> 
    </tr> 
    <tr> 
      <td class="vbmenu_option"><a href="link">link</a></td> 
    </tr> 
    <tr> 
      <td class="vbmenu_option"><a href="link">link</a></td> 
    </tr> 
    <tr> 
      <td class="vbmenu_option"><a href="link">link</a></td> 
    </tr> 
    <tr> 
      <td class="vbmenu_option"><a href="link">link</a></td> 
    </tr> 
  </table>
  </if>
</div>
<!-- extras pop end --> 
<!-- / NAVBAR POPUP MENUS --> 
<!--####### end of navbar2 #######-->
I see some of the stuff is there i need ...This is what i would like to happen

Hide All To Guest But

Home
Donations
Sweepstakes
Top Truck
Sponsors
FAQ
Bombers Gear

And Create A Drop Down Titled

Bomb Site

With child's OF

Referrals
http://www.dieselbombers.com/referrers.php
TOP TRUCK
http://www.dieselbombers.com/info/toptruck.htm
Sponsors
http://www.dieselbombers.com/info/sponsors.htm
Members List
http://www.dieselbombers.com/memberlist.php

All To Open a New Page

Thanks Alot to anyone who can help me Get this right Everytime i Try to edit the Nav Bar Templates I have Links All over the place lol

DM
Reply With Quote
  #128  
Old 07-08-2007, 04:08 PM
DieselMinded's Avatar
DieselMinded DieselMinded is offline
 
Join Date: Mar 2007
Posts: 1,655
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone have a second to help me out with this?
Reply With Quote
  #129  
Old 07-08-2007, 11:02 PM
DieselMinded's Avatar
DieselMinded DieselMinded is offline
 
Join Date: Mar 2007
Posts: 1,655
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I got it , I didnt realize there was a guide in the download

Now to find out how to change the back ground of the drop down..............
Reply With Quote
  #130  
Old 07-12-2007, 01:38 AM
troybtj troybtj is offline
 
Join Date: Apr 2007
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would like to use this in place of Tabs, but only show links on navbar if they are members of a particular secondary member group.

What code would I wrap around those links, and what would be a good filler?

Last, download says 3.6.4, I'm running 3.6.7/p1, with vBmp3 Player, vbImagehost, and vbDownloads, are there any known problems with those (I thought I saw mp3 in the incompat list post, but I am using the Xeon one).

Basically, it comes down to "How do I construct a if in usergroup, show this dropdown"? i.e. to a guest it would look entirely different (even empty if there isn't a way to do an "else") than to somebody with full privs.

thanks in advance.
Reply With Quote
  #131  
Old 07-26-2007, 09:11 AM
voter's Avatar
voter voter is offline
 
Join Date: Dec 2006
Posts: 192
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by curriertech View Post
Add "nav2" to the global output variables box under the main cmps settings.
Anybody know, how to explain vbadvanced to put prefixes with Forum's URL in links of top nav bar?

After putting the nav2 variable in vBa CMPS-> Default Settings -> Main Options ->Portal Output Global Variables, it gets visible in CMPS page.

BUT as of my forum is in subdirectory/subforum VB "viparmenia.com/vb" and CMPS is on main directory "viparmenia.com" I need that prefix for correct URL appended to every link in topnavbar menu.
Reply With Quote
Reply


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 01:29 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.10677 seconds
  • Memory Usage 2,338KB
  • 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
  • (1)bbcode_html
  • (3)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
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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