Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 04-29-2006, 10:38 PM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default quick links menu broken?

I have no idea what has happened, suddenly the quick links menu on top header, centered is broken. I have not touched the header template in ages, neither any other template but footer and forumhome

www.talkjesus.com

Any help appreciated

Attached is header template

Code:
<!-- Header vbdesigns radio_dream -->
<a name="top"></a>
<table  width="100%"  border="0" cellpadding="0" cellspacing="0" align="center">
 <tr>
  <td>
<table  width="100%"  border="0" cellpadding="0" cellspacing="0" align="center">
 <tr>
  <td><img src="/designs/radio_dream/rd_02.jpg" width="48"  alt="" /></td>
  <td style="background: url('/designs/radio_dream/rd_03.jpg');" width="50%"></td>
  <td><img src="/designs/radio_dream/rd_04.jpg" width="271" alt="" /></td>
<if condition="$show['member']">
   <td id="usercptools"><a href="#usercptools" onmouseover="turnOn('quicklinks');"
 onmouseout="turnOff('quicklinks');"><img name="quicklinks" class="imgTrans"
  src="/designs/radio_dream/rd_05.jpg" border="0" alt="Quicklinks" /></a><script type="text/javascript">vbmenu_register("usercptools", true);</script></td>
  </if>
  <if condition="$show['registerbutton']">
   <td><a href="register.php?$session[sessionurl]"><img src="/designs/radio_dream/re_05.jpg"   alt="" border="0" /></a></td>
  </if>
  <td><img src="/designs/radio_dream/rd_06.jpg" width="263"  alt="" /></td>
  <td style="background: url('/designs/radio_dream/rd_07.jpg');" width="50%"></td>
  <td><img src="/designs/radio_dream/rd_08.jpg" width="55"  alt="" /></td>
  
 </tr>
 </table>
<!-- 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" method="post">
    <input type="hidden" name="do" value="process" />
    <input type="hidden" name="showposts" value="0" />
    <input type="text" class="bginput" name="query" size="20" />$gobutton<br />
   </form>
   </td>
  </tr>
  <tr>
   <td class="vbmenu_option"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[advanced_search]</a></td>
  </tr>
  </table>
 </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=getnew">$vbphrase[new_posts_nav]</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]">$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['pmstats']"><tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]">$vbphrase[private_messages]</a></td></tr></if>
  <tr><td class="vbmenu_option"><a href="subscription.php?$session[sessionurl]">$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>
  <if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php?$session[sessionurl]">$vbphrase[whos_online]</a></td></tr></if>
  
  </table>
 </div>
 <!-- / user cp tools menu -->
 </if>
<!-- 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 -->
<!-- / NAVBAR POPUP MENUS -->
 <table  width="100%"  border="0" cellpadding="0" cellspacing="0">
 <tr>
  <td ><img src="/designs/radio_dream/rd_10.jpg" width="48" height="38" alt="" /></td>
  <td style="background: url('/designs/radio_dream/rd_11.jpg');" width="50%"></td>
  <td><img src="/designs/radio_dream/rd_12.jpg" width="271" height="38" alt="" /></td>
  <td><img src="/designs/radio_dream/rd_13.jpg" width="134" height="38" alt="" /></td>
  <td><img src="/designs/radio_dream/rd_14.jpg" width="263" height="38" alt="" /></td>
  <td style="background: url('/designs/radio_dream/rd_15.jpg');" width="50%"></td>
  <td><img src="/designs/radio_dream/rd_16.jpg" width="55" height="38" alt="" /></td>
 </tr>
 </table>
 <table  width="100%"  border="0" cellpadding="0" cellspacing="0">
 <tr>
  <td><img src="/designs/radio_dream/rd_17.jpg" width="48" height="138" alt="" /></td>
  <td style="background: url('/designs/radio_dream/rd_18.jpg');" width="50%"></td>
  <td><img src="/designs/radio_dream/rd_19.gif" width="271" height="138" alt="" /></td>
  
    <td  ><img src="/designs/radio_dream/rd_20.jpg" alt="" width="134" height="138" border="0" usemap="#sitemap" /></td>
    <td> <img src="/designs/radio_dream/rd_21.jpg" alt="" width="263" height="138" border="0" /></td>
  <td style="background: url('/designs/radio_dream/rd_22.jpg');" width="50%"></td>
  <td ><img src="/designs/radio_dream/rd_23.jpg" width="55" height="138" alt="" /></td>
 </tr>
 </table> 
 
 
<map id="sitemap" name="sitemap">
  <area shape="poly" coords="91,48,106,27,93,16,81,13,74,12,71,24,70,33,71,36" href="index.php?$session[sessionurl]" alt="Home" />
  <area shape="poly" coords="51,44,60,39,67,38,68,28,70,13,60,13,50,17,43,19,34,24,31,27" href="search.php?do=getdaily" alt="New Post Last 24hrs" />
  <area shape="poly" coords="97,64,108,64,123,64,123,56,123,51,118,44,115,38,111,34,104,35,99,41,95,48" href="calendar.php?$session[sessionurl]" alt="Calendar" />
  <area shape="poly" coords="90,84,96,88,102,95,108,100,112,95,116,90,118,86,122,80,122,74,121,68,116,68,109,68,101,68" href="search.php?$session[sessionurl]" alt="Search" /> 
  <area shape="poly" coords="71,89,69,101,71,109,71,116,76,115,85,113,93,110,101,105,105,104,95,94,90,89,85,87" href="memberlist.php?$session[sessionurl]" alt="Member List" />
  <area shape="poly" coords="51,83,45,90,40,94,31,101,39,106,42,110,49,112,59,114,66,116,66,108,66,103,66,95,66,91" href="faq.php?$session[sessionurl]" alt="FAQ " />
  <area shape="poly" coords="44,64,35,64,26,64,12,64,15,69,17,77,18,84,21,92,26,96,30,94,36,90,41,85,46,83" href="usercp.php?$session[sessionurl]" alt="User Control Panel" />
  <area shape="poly" coords="48,46,39,37,28,28,23,34,19,42,13,52,11,60,24,61,40,61" href="search.php?do=getnew" alt="New Posts" />
</map>
<!-- Header vbdesigns radio_dream -->
<!-- content table -->
<table  width="100%"  border="0" cellpadding="0" cellspacing="0">
 <tr>
  
  <td style="background: url('/designs/radio_dream/rd_24.jpg');" width="27"></td>
<td>
$spacer_open
 
$_phpinclude_output
 
<body>
<script type="text/javascript" src="http://www.makepovertyhistory.org/on...small_right.js"> </script><noscript><a href="http://www.one.org/"> http://www.one.org</a></noscript></body>
Strange the search function on the right side is not working either.

Any help appreciated
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 04:45 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.03279 seconds
  • Memory Usage 2,195KB
  • Queries Executed 13 (?)
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)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete