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)

o0Hubba0o 01-21-2008 04:37 PM

Quote:

Originally Posted by molieman (Post 1425730)
I couldn't find this anywhere... I could be blocking it:)

Does this mod work with 3.7?

Yes, I just tested on a site I'm redoing, and it works.

When you say you couldn't find it anywhere do you mean you tried installing it and it doesn't show up? Make sure you did the nabar template edit if that's the case.

molieman 01-21-2008 07:04 PM

Quote:

Originally Posted by o0Hubba0o (Post 1425977)
When you say you couldn't find it anywhere do you mean you tried installing it and it doesn't show up? Make sure you did the nabar template edit if that's the case.

No, I just meant posted here regarding V3.7. I've got 3.7 running and TopNav works fine :)

AngelBlue 02-04-2008 08:32 PM

Great hack. My only complaint is that the instructions are wrong (they tell you to go to style manager to find the option to edit the top navbar template... when in fact you have to go to template search and enter top_nav to find it). Other than that, great mod.

o0Hubba0o 02-04-2008 09:10 PM

Quote:

Originally Posted by AngelBlue (Post 1436364)
Great hack. My only complaint is that the instructions are wrong (they tell you to go to style manager to find the option to edit the top navbar template... when in fact you have to go to template search and enter top_nav to find it). Other than that, great mod.

Well actually the directions are right, it works both ways I suppose but I think most people probably go to style manager though. Then you click on "edit templates" in the drop down next to the style you want to edit the templates for.

MadKad 02-05-2008 11:40 AM

Quote:

Originally Posted by o0Hubba0o (Post 1436382)
Well actually the directions are right, it works both ways I suppose but I think most people probably go to style manager though. Then you click on "edit templates" in the drop down next to the style you want to edit the templates for.

I was going to say that :)

Thanks

j-n 02-08-2008 01:26 PM

Thank You

Kport 02-11-2008 05:27 PM

cool, thanks.

Chadi 02-19-2008 11:34 PM

Trying to fix some w3 errors here. Would appreciate some help.

http://validator.w3.org/check?uri=ht...lkjesus.com%2F

Example:

Line 864, Column 10: value of attribute "id" invalid: "2" cannot start a name.

Code:

        <td id="2" class="nav_menu_control" style="width: 77px"><a href="#1">Info</a>
The custom menu with drop downs are "Info", "Entertainment" and "Bible" on www.talkjesus.com

header template

Code:

<!-- Start Admin Log In As User -->
<if condition="$_REQUEST['admin_log_in_as_user'] OR $_COOKIE[COOKIE_PREFIX . 'admin_log_in_as_user']">
    <div align="center" style="color: red; background-color: white; border: 1px solid black; padding:2px"><a href="$vboptions[forumhome].php?$session[sessionurl]&amp;log_out_admin_log_in_as_user=true">$vbphrase[admin_log_out_as_user]</a></div>
</if>
<!-- End Admin Log In As User -->

<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center" class="header_bg">
<tr>
    <td align="$stylevar[left]" valign="top" height="112"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
    <td align="$stylevar[right]">
        <img border="0" src="http://www.talkjesus.com/images/element/misc/right-logo.gif" alt="Truth"/></td>
</tr>
<tr>
<td height="34" colspan="2">

<!-- nav buttons bar -->
<div align="center" style="z-index: 100;">
    <table  cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
    <tr align="center">
        <td class="nav_menu_control" style="width: 16px"><a href="http://www.talkjesus.com/index.php">
        <img src="http://www.talkjesus.com/images/home.gif" border="0" alt="Home"/></a></td>
        <td id="2" class="nav_menu_control" style="width: 77px"><a href="#1">Info</a>
        <script type="text/javascript"> vbmenu_register("2"); </script></td>

            <if condition="$show['member']"><else /><if condition="in_array(THIS_SCRIPT, array(index))"><else />
        <td class="nav_menu_control" style="width: 77px"><a id="toggle" href="#" name="toggle">$vbphrase[vbstyles_login]</a> </td></if></if>
            <if condition="$show['registerbutton']">
            <td class="nav_menu_control" style="width: 77px"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
        </if>
 $template_hook[navbar_buttons_left]
<!-- <td class="nav_menu_control"><a href="project.php$session[sessionurl_q]">$vbphrase[projects]</a></td> -->
        <td id="1" class="nav_menu_control" style="width: 77px"><a href="#1">
        Entertainment</a>
        <script type="text/javascript"> vbmenu_register("1"); </script></td>
        <td id="3" class="nav_menu_control" style="width: 77px"><a href="#1">
        Bible</a>
        <script type="text/javascript"> vbmenu_register("3"); </script></td>
        <if condition="$show['popups']">       
            <if condition="$show['searchbuttons']">
                <if condition="$show['member']">
                <td class="nav_menu_control" style="width: 77px"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">
                <span class="style1a">$vbphrase[new_posts_nav]</span></a></td>
                <else />
                <td class="nav_menu_control" style="width: 77px"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                </if>
                <td id="navbar_search" class="nav_menu_control" style="width: 77px"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td>
            </if>
            <if condition="$show['member']">
                <td id="journalnavbar" class="nav_menu_control" style="width: 77px"><a href="#journalnavbar">$vbphrase[journals]</a> <script type="text/javascript"> vbmenu_register("journalnavbar"); </script></td>
                <td id="usercptools" class="nav_menu_control" style="width: 77px"><a href="$show[nojs_link]#usercptools">My Account</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>       
            </if>
        <else />       
            <if condition="$show['searchbuttons']">
                <td class="nav_menu_control" style="width: 77px"><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
                <if condition="$show['member']">
                <td class="nav_menu_control" style="width: 77px"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                <else />
                <td class="nav_menu_control" style="width: 77px"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                </if>
            </if>
            <td class="nav_menu_control" style="width: 78px"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
            <if condition="$show['member']">           
                <td class="nav_menu_control" style="width: 78px"><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>           
            </if>           
        </if>
$template_hook[navbar_buttons_right]
        <if condition="$show['member']">
            <td class="nav_menu_control" style="width: 78px"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">$vbphrase[log_out]</a></td>
        </if>
    </tr>
    </table>
</div>
<!-- / nav buttons bar -->
</td></tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output
<if condition="$show['member']"><else /><if condition="in_array(THIS_SCRIPT, array(index))"><else />
<div class="spacer"></div>
<div id="vbstyles_element" align="right" style="z-index: 10;">
<div id="vbstyles_element_in" align="center">
                  <!-- 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" style="z-index: -6;">
                  <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 -->
</div>
</div>
<div class="spacer_small"></div></if></if>

...will post navbar template in next post

Chadi 02-19-2008 11:34 PM

navbar template

Code:

<script type="text/javascript">
<!--
function openRadioAndTV(){
radioAndTVWindow = window.open('radioandtv.php', 'radioandtv', 'directories=no,height=500,width=700,location=no,menubar=no,resizable=yes,status=no,scrollbars=yes,toolbar=no');
}
//-->
</script>

<if condition="in_array(THIS_SCRIPT, array(index))"><br /><else /></if>
<if condition="$show['member']"><if condition="in_array(THIS_SCRIPT, array(index))"><else /><br /></if><else /></if>

<!--  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" />
                  <label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar2" accesskey="c" />$vbphrase[remember_me]</label>
                  <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 -->

<div class="spacer"></div>
<br />


<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">
       
        <table cellpadding="4" cellspacing="1" border="0">
        <tr>
            <td class="thead">$vbphrase[search_forums]</td>
        </tr>
        <tr>
            <td class="vbmenu_option" title="nohilite">
 <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="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>
                    <div style="margin-top:$stylevar[cellpadding]px">
                        <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>
                    </div>                 
                </form>
            </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>
 $template_hook[navbar_search_menu]
        </table>
       
    </div>
    <!-- / header quick search form -->
    $zointstags_searchform
    </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>
    $template_hook[navbar_quick_links_menu_pos1]           
        <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>
        $template_hook[navbar_quick_links_menu_pos2]
        <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" id="vbfavorites"><a href="usercp.php?$session[sessionurl]">My Favorites</a></td></tr>
        <tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</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>
                $template_hook[navbar_quick_links_menu_pos3]
        </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>

<!-- / 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">
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"><if condition="in_array($bbuserinfo['usergroupid'], array(2,6,7))">
<a href="http://www.talkjesus.com/misc.php?do=page&template=chat">Live Chat</a><else />Live Chat: Members Only</if></td></tr> 
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/gallery/index.php">Photo Gallery</a></td></tr>
<tr><td class="vbmenu_option"><a href="javascript:openRadioAndTV()">$vbphrase[rs_radiostations]</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/streaming-audio/">Streaming Audio</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/streaming-video/">Streaming Video</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 / Events</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="worldmap.php$session[sessionurl_q]">Members World Map</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/tags/">Tag Cloud</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/worldtimes.php">World Time Zones</a></td></tr>
</table>   
</div> 
<!-- extras pop end -->

<!-- extras pop start --> 
<div class="vbmenu_popup" id="2_menu" style="display:none"> 
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">
Appreciation
</td>
</tr>
<tr><td class="vbmenu_option"><a href="billspaypal.php?">$vbphrase[billspp_donate]</a></td></tr>
<tr>
<td class="thead">
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/press-stand/12096-forum-etiquette.html">Forum  Etiquette</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/showgroups.php">Moderators</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/press-stand/3028-statement-faith.html">Statement of Faith</a></td></tr>
<tr>
<td class="thead">
Info Center
</td>
</tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/blog/">Forum Blog</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/rss_feeds.php">Forum RSS Feeds</a></td></tr>
<tr><td class="vbmenu_option"><a href="memberlist.php$session[sessionurl_q]">Members List</a></td></tr>
<tr><td class="vbmenu_option"><a href="news.php">RSS News</a></td></tr>
<tr><td class="vbmenu_option"><a href="psistats.php">Site Statistics</a></td></tr>
<tr><td class="vbmenu_option"><a href="misc.php?do=topstats">Top Statistics</a></td></tr>
</table></div>
<!-- extras pop end -->

<!-- extras pop start --> 
<div class="vbmenu_popup" id="3_menu" style="display:none"> 
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">
Study Resources
</td>
</tr> 
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/misc.php?do=page&template=bible_kjv">Bible (KJV)</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/misc.php?do=page&template=bible_web">Bible (World English)</a></td></tr>
<tr><td class="vbmenu_option"><a href="glossary.php$session[sessionurl_q]">$vbphrase[glossary]</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://www.talkjesus.com/glossary.php?do=listglossary&c=4">Maps</a></td></tr>
</table>   
</div> 
<!-- extras pop end -->

<!-- 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]" />
            </form>
            </td>
        </tr>
        </table>
    </div>

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


Mysterious Ride 05-04-2008 01:49 PM

I'm very new at all of this and I was wondering what do I use to upload the product-top nav XML Document?


All times are GMT. The time now is 02:06 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.01517 seconds
  • Memory Usage 1,897KB
  • 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
  • (3)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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