Trouble with quicklinks on navbar after 3.5.1 upgrade

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mholtum
    Senior Member
    • May 2004
    • 298
    • 3.5.x

    Trouble with quicklinks on navbar after 3.5.1 upgrade

    Here is the header template that holds all the navbar links:
    Code:
    <!-- begin disturbed header-->
    <div align="center">
    <table width="770" border="0" cellpadding="0" cellspacing="0"  class="border">
    <tr>
    <td>
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tr>
     <!-- This is where the top logo image goes -->
      <td width="355" height="89" align="left" valign="top"><img src="$stylevar[imgdir_misc]/dis_hdr_logo.jpg" width="355" height="89" alt="" /></td>
     <!-- End top logo area -->
      <td width="386" height="89" align="left" valign="top"><img src="$stylevar[imgdir_misc]/dis_hdr_sliced_rs-top.jpg" width="386" height="89" alt="" /></td>
      <td width="100%" height="89" align="right" valign="top" style="background-image: url($stylevar[imgdir_misc]/dis_hdr_rs.gif)"><img src="$stylevar[imgdir_misc]/dis_hdr_rs.gif" width="100%" height="89" alt="" /></td>
     </tr>
      </table>
    <table bgcolor="#111210" width="100%"  border="0" cellpadding="0" cellspacing="0"> 
     <tr>
     <!-- This is navigation/button area -->
      <td width="13" height="40" align="left" valign="top"><img src="$stylevar[imgdir_misc]/dis_hdr_nav_repeat.gif" width="13" height="40" border="0" alt="" /></td>
      <td width="106" height="40" align="left" valign="top"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img src="$stylevar[imgdir_misc]/dis_hdr_nav_home.gif" width="106" height="40"  border="0" alt="" /></a></td>
      <td width="106" height="40" align="left" valign="top"><a href="usercp.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/dis_hdr_nav_userCP.gif" width="106" height="40" border="0" alt="" /></a></td>
      <if condition="$show['registerbutton']">
      <td width="106" height="40" align="left" valign="top"><a href="register.php$session[sessionurl_q]" rel="nofollow"><img src="$stylevar[imgdir_misc]/dis_hdr_nav_register.gif" width="106" height="40" border="0" alt="" /></a></td>
      <else />
      <td width="106" height="40" align="left" valign="top"  id="usercptools"><a href="$show[nojs_link]#usercptools"><img src="$stylevar[imgdir_misc]/dis_hdr_nav_menu.gif" width="106" height="40" border="0" alt="" /></a><script type="text/javascript"> vbmenu_register("usercptools" ,1); </script></td>
      </if>
      <td width="106" height="40" align="left" valign="top"><a href="memberlist.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/dis_hdr_nav_members.gif" width="106" height="40" border="0" alt="" /></a></td>
      <td width="106" height="40" align="left" valign="top"><a href="calendar.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/dis_hdr_nav_calendar.gif" width="106" height="40" border="0" alt="" /></a></td>
      <td width="106" height="40" align="left" valign="top" id="navbar_search"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow"><img src="$stylevar[imgdir_misc]/dis_hdr_nav_search.gif" width="106" height="40" border="0" alt="" /></a><script type="text/javascript"> vbmenu_register("navbar_search" ,1); </script></td>
      <td width="108" height="40" align="left" valign="top"><a href="faq.php$session[sessionurl_q]" accesskey="5"><img src="$stylevar[imgdir_misc]/dis_hdr_nav_faq.gif" width="108" height="40" border="0" alt="" /></a></td>
      <td width="100%" height="40" align="left" valign="top" style="background-image: url($stylevar[imgdir_misc]/dis_hdr_nav_rs_x.gif)"><img src="$stylevar[imgdir_misc]/dis_hdr_nav_rs_x.gif" width="100%" height="40" border="0" alt="" /></td>
      <!--End navigation/button area -->
     </tr>
      </table>
         <table bgcolor="#111210" width="100%" border="0" cellpadding="0" cellspacing="0"> 
     <tr>
      <td width="2" height="56" align="left" valign="top"><img src="$stylevar[imgdir_misc]/dis_hdr_bottom_bg.gif" width="2" height="56" alt="" /></td>
      <td width="765" height="56" align="left" valign="top"><img src="$stylevar[imgdir_misc]/dis_hdr_bottom_main.gif" width="765" height="56" alt="" /></td>
      <td width="100%" height="56" align="left" valign="top" style="background-image: url($stylevar[imgdir_misc]/dis_hdr_bottom_rs.gif)"><img src="$stylevar[imgdir_misc]/dis_hdr_bottom_rs.gif" width="3" height="56" alt="" /></td>
     </tr>
    </table>
    <!-- end disturbed header-->
    <!-- begin main inner table area-->
    <table border="0" width="100%" cellpadding="10" cellspacing="0" bgcolor="#34353B">
    <tr><td>
    <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#34353B">
      <tr>
        <td width="12" align="left" valign="top"><img src="$stylevar[imgdir_misc]/ls_main_table_top.gif" width="12" height="8" alt="" /></td>
        <td width="100%" align="left" valign="top"><img src="$stylevar[imgdir_misc]/expand_main_table.gif" width="100%" height="8" alt="" /></td>
        <td width="12" align="left" valign="top"><img src="$stylevar[imgdir_misc]/rs_main_table_top.gif" width="12" height="8" alt="" /></td>
      </tr>
    </table>
    <!-- content table -->
    <table bgcolor="#191b21" width="100%" cellpadding="0" cellspacing="0" border="0">
    <tr>
      <td>
    $spacer_open
    $_phpinclude_output
    The Menu button is thew same as the "quicklinks" drop down from the navbar in the default skin.

    It worked fine before now it has stopped working.. How might I fix it?
    Home of the free, Because of the brave.
  • mholtum
    Senior Member
    • May 2004
    • 298
    • 3.5.x

    #2
    I got it. Duh
    Home of the free, Because of the brave.

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...