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
  #112  
Old 02-04-2007, 02:35 PM
Ryloth Ryloth is offline
 
Join Date: Dec 2006
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, I have it installed and the dropdown menu works but its all the way over on the left edge of the Navbar. Also, <td id="1"> makes the nav bar unevenly aligned.

I am not using $nav2, I have that code in the original Navbar template.

Here is the code of the bottom navbar:

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"> 
	  
	   <!-- dropdown start --> 

      <td id="1" class="vbmenu_control"><a href="#1">Arcade</a> 
        <script type="text/javascript"> vbmenu_register("1"); </script></td> 
      <!-- dropdown end --> 

<td class="vbmenu_control"><a href="/forums/downloads.php?$session[sessionurl_q]">Downloads</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">The Arcade</td> 

    <tr> 
      <td class="vbmenu_option"><a href="/forums/arcade.php?$session[sessionurl_q]">Arcade</a></td> 
    </tr> 
    <tr> 
      <td class="vbmenu_option"><a href="/forums/forumdisplay.php?f=153">Arcade Forum</a></td> 
    </tr> 
  </table>
  </if>
</div>
<!-- extras pop end --> 
<!-- / NAVBAR POPUP MENUS --> 
<!--####### end of navbar2 #######-->
Site : http://www.newtiburon.com
Reply With Quote
  #113  
Old 02-04-2007, 02:37 PM
curriertech curriertech is offline
 
Join Date: Aug 2005
Location: NH
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SkippySkippy View Post
It's a nice mod, but it only shows up on the forumhome. I would use this if it was global (working in forums, arcade, vbAdvanced, etc.)

-Skip
Add "nav2" to the global output variables box under the main cmps settings.
Reply With Quote
  #114  
Old 02-10-2007, 11:58 PM
o0Hubba0o's Avatar
o0Hubba0o o0Hubba0o is offline
 
Join Date: Mar 2005
Location: Minnesota
Posts: 263
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DanCan View Post
No that didn't work. It points to this link and the the drop down menu doesn't show.

I have used your code in the original example and it doesn't work. Also I have followed the instructions very carefully. I don't get it.
Mines doing the same thing, and reading through this thread just makes things more confusing. People talking about editing the header and/or navbar, while the instructions in the zip say to edit the top_nav but the first post says to edit the navbar.

So when I click the link that's supposed to be the drop down it just makes the page jump up so the top nav is at the top of the browser page, here's my info. (I'm still in the process of changing the other links)

Site: Graphics Anonymous

top_nav:

PHP 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.graphicsanonymous.net/">Home</a></td
      
      <
td class="vbmenu_control"><a href="http://www.graphicsanonymous.net/forums/arcade.php">Arcade</a></td
      
       <!-- 
dropdown start --> 
      <
td id="1" class="vbmenu_control"><a href="#1">Tutorials</a
        <
script type="text/javascript"vbmenu_register("extra"); </script></td
      <!-- 
dropdown end --> 
       
      <
td class="vbmenu_control"><a href="link">link</a></td
     
      <
td class="vbmenu_control"><a href="link">link</a></td
      
      <
td class="vbmenu_control"><a href="link">link</a></td
       
      <
td class="vbmenu_control"><a href="link">link</a></td
     
      <
td class="vbmenu_control"><a href="link">link</a></td
     </
tr
  </
table
</
div>
<!-- / 
nav2 buttons bar --> 
<if 
condition="$show['popups']"
<!-- 
NAVBAR POPUP MENUS --> 

<!-- 
extras pop start --> 
<
div class="vbmenu_popup" id="1" style="display:none"
  <
table cellpadding="4" cellspacing="1" border="0"
    <
tr
      <
td class="thead">Tutorials</td
    </
tr
    <
tr
      <
td class="vbmenu_option"><a href="http://www.graphicsanonymous.net/forums/forumdisplay.php?f=34">Animations</a></td
    </
tr
    <
tr
      <
td class="vbmenu_option"><a href="http://www.graphicsanonymous.net/forums/forumdisplay.php?f=36">Designs</a></td
    </
tr
    <
tr
      <
td class="vbmenu_option"><a href="http://www.graphicsanonymous.net/forums/forumdisplay.php?f=38">Photo Effects</a></td>     </tr
    <
tr
      <
td class="vbmenu_option"><a href="http://www.graphicsanonymous.net/forums/forumdisplay.php?f=40">Tools:  Brushes More</a></td
    </
tr
    <
tr
      <
td class="vbmenu_option"><a href="http://www.graphicsanonymous.net/forums/forumdisplay.php?f=73">Signature</a></td
    </
tr
    <
tr
      <
td class="vbmenu_option"><a href="http://www.graphicsanonymous.net/forums/forumdisplay.php?f=37">Effects</a></td
    </
tr
    <
tr
      <
td class="vbmenu_option"><a href="http://www.graphicsanonymous.net/forums/forumdisplay.php?f=39">Text</a></td
    </
tr
    <
tr
      <
td class="vbmenu_option"><a href="http://www.graphicsanonymous.net/forums/forumdisplay.php?f=41">Web Stuff</a></td
    </
tr>
  </
table>
  </if>
</
div>
<!-- 
extras pop end --> 
<!-- / 
NAVBAR POPUP MENUS --> 
<!--
####### end of navbar2 #######--> 
Reply With Quote
  #115  
Old 02-15-2007, 08:25 AM
Bat21 Bat21 is offline
 
Join Date: Jan 2003
Location: UK
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just installed this hack and IE users are getting an

'this.controlobj' is null or not an object

message either in the ststus bar (bottom left) or as an annoying popup message.

FireFox users don't ave any problems.

Any ideas?
Reply With Quote
  #116  
Old 02-15-2007, 10:13 AM
Bat21 Bat21 is offline
 
Join Date: Jan 2003
Location: UK
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sussed it, I had to remove this from the code to get rid of the error message:-

Quote:
<!-- dropdown start -->
<td id="1" class="vbmenu_control"><a href="#1">Drop down</a>
<script type="text/javascript"> vbmenu_register("extra"); </script></td>
<!-- dropdown end -->
All seems to work fine with it removed.
Reply With Quote
  #117  
Old 03-23-2007, 01:12 PM
molieman's Avatar
molieman molieman is offline
 
Join Date: Oct 2006
Location: Ocala, FL
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, I've upgraded to vBulletin 3.6.5 and just recently found out the TopNav is not working for FoxFire users.

Anyone else having this problem and is there a fix for this?
Reply With Quote
  #118  
Old 03-29-2007, 10:31 AM
MadKad's Avatar
MadKad MadKad is offline
 
Join Date: Mar 2006
Location: UK
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by molieman View Post
Hi, I've upgraded to vBulletin 3.6.5 and just recently found out the TopNav is not working for FoxFire users.

Anyone else having this problem and is there a fix for this?
still looking into this, I cant really see any problems my self
Reply With Quote
  #119  
Old 04-21-2007, 04:41 AM
MelH MelH is offline
 
Join Date: Feb 2007
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm using vBulletin 3.6.5 and the drop down is not working properly in Firefox. See the attached image.

Is there a fix for this?
Reply With Quote
  #120  
Old 04-21-2007, 04:08 PM
MadKad's Avatar
MadKad MadKad is offline
 
Join Date: Mar 2006
Location: UK
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

lol I hate Firefox they cant display code right, I will have a look and see what I can do.

can I have your link please
Reply With Quote
  #121  
Old 04-23-2007, 02:35 AM
MelH MelH is offline
 
Join Date: Feb 2007
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

I sent you a PM with the link.

Thanks for the mod and your help with this problem.

Regards,

Mel
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:00 AM.


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.05571 seconds
  • Memory Usage 2,355KB
  • 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_code
  • (1)bbcode_php
  • (4)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