vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Top NavBar With Drop Down Menus (https://vborg.vbsupport.ru/showthread.php?t=129074)

Chadi 01-02-2007 12:29 AM

All of a sudden the menu is not dropping down, no option for drop down. Not sure what I did wrong, please help

navbar template

Code:

<script type="text/javascript">
<!--
function log_out()
{
    ht = document.getElementsByTagName("html");
    ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
    if (confirm('$vbphrase[sure_you_want_to_log_out]'))
    {
        return true;
    }
    else
    {
        ht[0].style.filter = "";
        return false;
    }
}
//-->
</script>

<br />

<!--  Nav -->
<div class="nav_border_out">
  <div class="nav_border_in">
    <if condition="is_array($navbits)">
      <table  cellpadding="4" cellspacing="0" border="0" width="100%" align="center">
        <tr>
          <td width="15"><a href="#" onclick="history.back(1); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td>
          <td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb] <img src="$stylevar[imgdir_button]/lastpost_1.gif" alt="" class="inlineimg" /> <a href="$scriptpath"><span class="navbar"><strong>$navbits[lastelement]</strong></span></a> </td>
        </tr>
      </table>
      <else />
      <table width="100%"  border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="50%"><if condition="$show['member']">
              <div class="smallfont"><img src="$stylevar[imgdir_button]/lastpost_1.gif" alt="" class="inlineimg" /> $bbuserinfo[username],
              <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
              </div>
              <if condition="$show['pmstats']">
                <div class="smallfont"> <img src="$stylevar[imgdir_button]/lastpost_1.gif" alt="" class="inlineimg" />
                  <if condition="$show['pmstats']"><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
            <if condition="$show['pmwarning']"><br /><img src="$stylevar[imgdir_button]/lastpost_1.gif" alt="" class="inlineimg" /><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></if>
                </div>
              </if>
              <else />
              <div class="smallfont"><img src="$stylevar[imgdir_button]/lastpost_1.gif" alt="" class="inlineimg" /> <a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[nav_register]</a></div>
            </if>
          </td>
          <td width="50%" align="right"><if condition="$show['member']">
            <form action="search.php?do=process" method="post">
          <input type="hidden" name="do" value="process" />
            <input type="hidden" name="quicksearch" value="1" />
            <input type="hidden" name="s" value="$session[sessionhash]" />
          <input type="text" class="navbar_forms" name="query" size="20" onfocus="this.value=''" value="$vbphrase[nav_search_form]" tabindex="1001" />
                <input  type="image" src="$stylevar[imgdir_button]/go.gif" style="vertical-align: middle;"/>
               
              </form>
              <else />
              <!-- login form -->
              <form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
        <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script>
                <div class="smallfont">
                  <input type="text" class="navbar_forms" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="16" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" />
                  <label for="cb_cookieuser_navbar"><input type="hidden" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" /></label>
                  <input type="password" class="navbar_forms" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="16"  tabindex="102" onfocus="this.value=''" value="Password" />
                  <input  type="image" src="$stylevar[imgdir_button]/go.gif" style="vertical-align: middle;"/>
                </div>
                <input type="hidden" name="s" value="$session[sessionhash]" />
                <input type="hidden" name="do" value="login" />       
                <input type="hidden" name="vb_login_md5password" />
                <input type="hidden" name="vb_login_md5password_utf" />
                </form>
              <!-- / login form -->
            </if>
          </td>
        </tr>
      </table>
    </if>
  </div>
</div>
<!-- /Nav -->

<!-- Forum Description -->
<if condition="$show['forumdesc']">
<div class="spacer_small"></div>
<div class="forumdesc_border"><div class="forumdesc"><span class="smallfont"><strong>$foruminfo[title]</strong> $foruminfo[description]</span></div></div>
</if>
<!-- /Forum Description -->

<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->

   
    <if condition="$show['searchbuttons']">



    <!-- header quick search form -->
    <div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
        <form action="search.php?do=process" method="post">
        <table cellpadding="4" cellspacing="1" border="0">
        <tr>
            <td class="thead">$vbphrase[search_forums]</td>
        </tr>
        <tr>
            <td class="vbmenu_option" title="nohilite">
                <input type="hidden" name="do" value="process" />
                <input type="hidden" name="quicksearch" value="1" />
<input type="hidden" name="childforums" value="1" />
                <input type="hidden" name="exactname" value="1" />
                <input type="hidden" name="s" value="$session[sessionhash]" />
                <div><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="$vbphrase[go]" tabindex="1004" /></div>
            </td>
        </tr>
        <tr>
            <td class="vbmenu_option" title="nohilite">
                <label for="rb_nb_sp0"><input type="radio" name="showposts" value="0" id="rb_nb_sp0" tabindex="1002" checked="checked" />$vbphrase[show_threads]</label>
                &nbsp;
                <label for="rb_nb_sp1"><input type="radio" name="showposts" value="1" id="rb_nb_sp1" tabindex="1003" />$vbphrase[show_posts]</label>
            </td>
        </tr>
<tr>
            <td class="thead">$vbphrase[nav_search_options]</td>
        </tr>
<tr>
<td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getnew">$vbphrase[nav_new_posts]</a></td>
        </tr>
        <tr>
            <td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[nav_todays_posts]</a></td>
        </tr>
        <tr>
            <td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
        </tr>
        </table>
        </form>
    </div>
    <!-- / header quick search form -->
    </if>

    <if condition="$show['member']">
    <!-- user cp tools menu -->
    <div class="vbmenu_popup" id="usercptools_menu" style="display:none">
        <table cellpadding="4" cellspacing="1" border="0">
       
        <tr><td class="thead">$vbphrase[quick_links]</td></tr>       
        <if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td></tr></if>
        <tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
        <tr><td class="vbmenu_option"><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=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>
               
        <tr><td class="thead"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>
        <if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
        <!--<if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>-->
        <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
        <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
       
        <tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
        <if condition="$show['pmmainlink']"><tr><td class="vbmenu_option"><a href="private.php$session[sessionurl_q]" rel="nofollow">$vbphrase[private_messages]</a></td></tr></if>
        <tr><td class="vbmenu_option"><a href="subscription.php$session[sessionurl_q]" rel="nofollow">$vbphrase[subscribed_threads]</a></td></tr>
        <tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
<tr><td class="vbmenu_option"><a href="psistats.php$session[sessionurl_q]">$vbphrase[psistats_link]</a></td></tr>
        <if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>
       
        </table>
    </div>
    <!-- / user cp tools menu -->
    </if>
  <div class="vbmenu_popup" id="journalnavbar_menu" style="display:none">
    <table cellpadding="4" cellspacing="1" border="0">
    <tr><td class="thead" align="center">$vbphrase[journal_links]</td></tr>
    <tr><td class="vbmenu_option"><a href="journal.php$session[sessionurl_q]">$vbphrase[journal_index]</a></td></tr>
    <if condition="$bbuserinfo!=0">
    <tr><td class="vbmenu_option"><a href="journal.php?$session[sessionurl]do=gotomyjournal">$vbphrase[my_journal]</a></td></tr>
    </if>
    </table>
  </div>
<!-- extras pop start --> 
<div class="vbmenu_popup" id="1_menu" style="display:none"> 
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">
Fun Zone
</td>
</tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/arcade.php">Arcade</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/journal.php">Journals</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/misc.php?do=flashchat">Live Chat</a></td></tr> 
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/gallery/index.php">Photo Gallery</a></td></tr>
<tr>
<td class="thead">
Special Tools
</td>
</tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/calendar.php">Calendar</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/vaispy.php">iSpy</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/usercp.php#Notepad">Personal Notepad</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/usercp.php">Refer A Friend!</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/worldtimes.php">World Time Zones</a></td></tr>
<tr>
<td class="thead">
Forum Help Center
</td>
</tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/faq.php">FAQ</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/forum-rules-ten-commandments/53-talk-jesus-10-commandments-rule.html">Forum  Rules</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/tutorials.php">Tutorials</a></td></tr>
</table></if>     
</div> 
<!-- extras pop end -->
<!-- / NAVBAR POPUP MENUS -->

<!-- PAGENAV POPUP -->

    <div class="vbmenu_popup" id="pagenav_menu" style="display:none">
        <table cellpadding="4" cellspacing="1" border="0">
        <tr>
            <td class="thead" nowrap="nowrap">$vbphrase[go_to_page]</td>
        </tr>
        <tr>
            <td class="vbmenu_option" title="nohilite">
            <form action="$vboptions[forumhome].php" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
                <input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
<input type="button" class="button" id="pagenav_ibtn" value="$vbphrase[go]" />
                <input type="button" class="button" id="pagenav_ibtn" value="$vbphrase[go]" />
            </form>
            </td>
        </tr>
        </table>
    </div>

<!-- / PAGENAV POPUP -->
</if>

$welcomeheaders

<br />

header

Code:

<td class="nav_menu_control" width="84"><a href="#1">Navigation</a>
<script type="text/javascript"> vbmenu_register("1"); </script></td>


MadKad 01-02-2007 06:42 PM

Is it just one drop down that isnt working? also can I have the template for the mod nav as you gave me the template called navbar template

Chadi 01-02-2007 06:45 PM

header and navbar are the only templates involved and its that custom mod (yours) drop down menu called "navigation" (you can see it now) the only one that does not work. It does not show the drop down arrow, nor does anything happen on click.

MadKad 01-02-2007 06:50 PM

Can I have a look at the website in question :)

also please can I have a look at the code in template named top_nav

Chadi 01-02-2007 07:01 PM

Even though it is there, I am not using "top nav" but here is the code

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.mkpitstop.co.uk/forum" target="_blank">Webmaster Forum</a></td>
         
      <td class="vbmenu_control"><a href="link">link</a></td>
     
      <td class="vbmenu_control"><a href="link">link</a></td>
         
          <!-- 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 -->
     
      <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_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 #######-->

If you look at header / navbar they related to each. My actual vb navbar is in header template (due to the way the custom skin was created). But the code to pull it up is in navbar template (code for your mod)

The site is www.talkjesus.com

Using 3.6.4

If you read page 3-5 in this thread, that is where (page 5) I finally got this to work. That was two months ago and it did work. Last night something went wrong but I cannot remember what I did (or perhaps didn't do) to make this happen.

Terminatoronly 01-02-2007 08:09 PM

Installed nice hack btw

MadKad 01-03-2007 11:28 AM

Thank you :)

Chadi 01-03-2007 12:03 PM

Can someone please help me

MadKad 01-03-2007 07:38 PM

^^ is that vbadvanced?

Chadi 01-04-2007 06:26 PM

Mine? No. You can see so by visiting my site www.talkjesus.com which I posted before. I don't know why this stopped working

Chadi 01-04-2007 06:33 PM

Nevermind. Fixed :)

Table in header was missing this
id="1"

No clue how that happened, but appreciate the help offerred.

MadKad 01-04-2007 06:48 PM

ok np sorry I couldnt help much on that, I still cant see it so I take it you have it set for a usergroup?

SkippySkippy 01-04-2007 06:49 PM

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

MadKad 01-04-2007 07:36 PM

Quote:

Originally Posted by SkippySkippy (Post 1150808)
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


the truble is as said here its down to the other mod this and not to my mod

it works in these demos:

photoplog
Arcade
Links and Downloads Manager
VBImage host
User pages
home made non VB page with VB styles

If I install any other mods I will say if they dont work, it doesnt show in VBdrupal but that is because the verable isnt taken from the main vb forum template like said in the past post.

If any one has other hack pages that this shows in please say.

DanCan 01-13-2007 12:00 PM

Have installed this hack, ought to be simple, but the drop down menu doesn't appear to work. It points to http://www.mysite.com/forum/#1.

What shall I do to make it work?

MadKad 01-13-2007 05:29 PM

you have to change the links to what you want, can I see the webite?

Sooner95 01-13-2007 06:59 PM

Beauty. many thanks for this!

DanCan 01-14-2007 06:08 PM

Quote:

Originally Posted by MadKad (Post 1158214)
you have to change the links to what you want, can I see the webite?

Sure: You can find the forums here

Code used for the test drop down example:

Code:

<!-- dropdown start -->
      <td id="1" class="vbmenu_control"><a href="#1">test</a>
        <script type="text/javascript"> vbmenu_register("extra"); </script></td>
      <!-- dropdown end -->
     
     
    </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">test</td>
    </tr>
    <tr>
      <td class="vbmenu_option"><a href="http://www.iihf.com">IIHF</a></td>
    </tr>
    <tr>
      <td class="vbmenu_option"><a href="http://www.swehockey.se">Euro Hockey Tour</a></td>
    </tr>
    <tr>
      <td class="vbmenu_option"><a href="http://www.icehockeychallenge.net">EIHC</a></td>
    </tr>
  </table>
  </if>
</div>
<!-- extras pop end -->
<!-- / NAVBAR POPUP MENUS -->
<!--####### end of navbar2 #######-->


MadKad 01-14-2007 06:14 PM

Quote:

Originally Posted by DanCan (Post 1159118)
Sure: You can find the forums here

Code used for the test drop down example:

Code:

<!-- dropdown start -->
      <td id="1" class="vbmenu_control"><a href="#1">test</a>
        <script type="text/javascript"> vbmenu_register("extra"); </script></td>
      <!-- dropdown end -->
     
     
    </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">test</td>
    </tr>
    <tr>
      <td class="vbmenu_option"><a href="http://www.iihf.com">IIHF</a></td>
    </tr>
    <tr>
      <td class="vbmenu_option"><a href="http://www.swehockey.se">Euro Hockey Tour</a></td>
    </tr>
    <tr>
      <td class="vbmenu_option"><a href="http://www.icehockeychallenge.net">EIHC</a></td>
    </tr>
  </table>
  </if>
</div>
<!-- extras pop end -->
<!-- / NAVBAR POPUP MENUS -->
<!--####### end of navbar2 #######-->


you have set the id to 1 on one part of the code and id="1_menu" to the other change the id="1_menu"

to

id="1"

that should sort it I think :)

DanCan 01-14-2007 06:37 PM

Quote:

Originally Posted by MadKad (Post 1159131)
you have set the id to 1 on one part of the code and id="1_menu" to the other change the id="1_menu"

to

id="1"

that should sort it I think :)

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.

Terminatoronly 01-20-2007 11:19 AM

i dont know its not working for me well you please explain it more for me???

MadKad 01-20-2007 01:55 PM

What isnt working?

Chadi 01-25-2007 04:23 AM

How do I create two menus instead of one?

MadKad 01-25-2007 07:31 AM

Quote:

Originally Posted by chadi (Post 1166837)
How do I create two menus instead of one?

copy the menu that is in, and change the id that is for the menu this will add another menu, also it says in the html file that is added :) thank you hope this helps any more problems please say :)

Chadi 01-25-2007 04:31 PM

[edit] thank you , figured it out now

MadKad 01-25-2007 06:24 PM

lol ok np :) I was just reading this in my email and coming on to help :D

killugood9000 01-29-2007 11:06 PM

I have added and used your topnav. its great, but I would also like it to show up on my home page in the same location as my forums (at top of forums). Could you tell me how to do that. I am using vbulletin 3.6.4 with vBadvanced CMPS 2.2.1. I dont think you will need it but here is a link to my site www.alltogethergaming.com. As you can see my regular nav bar on homepage is getting full.
thank you

killugood9000 01-30-2007 02:24 AM

ok sorry about this but I copy and pasted the top nav code into the navbar template. It worked I now have the topnav on all of my pages. Should I now remove the topnav template from my template styles.

MadKad 01-30-2007 08:10 AM

you can do if you want, but remember you will need to edit the templates in about two places I think if you do any changes :)

killugood9000 01-30-2007 09:08 PM

I have made changes to both of my nav bars (top and bottom) through just the navbar template and it works like a charm. Thanks for your response and the topnav.

KILL clicks installed

Ryloth 02-04-2007 02:35 PM

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

curriertech 02-04-2007 02:37 PM

Quote:

Originally Posted by SkippySkippy (Post 1150808)
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.

o0Hubba0o 02-10-2007 11:58 PM

Quote:

Originally Posted by DanCan (Post 1159160)
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 #######--> 


Bat21 02-15-2007 08:25 AM

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?

Bat21 02-15-2007 10:13 AM

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.

molieman 03-23-2007 01:12 PM

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?

MadKad 03-29-2007 10:31 AM

Quote:

Originally Posted by molieman (Post 1210355)
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 :(

MelH 04-21-2007 04:41 AM

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?

MadKad 04-21-2007 04:08 PM

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 :)

MelH 04-23-2007 02:35 AM

Hi,

I sent you a PM with the link.

Thanks for the mod and your help with this problem.

Regards,

Mel


All times are GMT. The time now is 12:23 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.01745 seconds
  • Memory Usage 1,980KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (1)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete