How to move sub forums to the bottom?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Make Money?-old
    Senior Member
    • Aug 2005
    • 207
    • 3.0.7

    How to move sub forums to the bottom?

    I have several sub forums above the main forums and its annoying to have to scroll past the "less used" child / sub forums to get to the main thread list on the parent forum.

    Can I locate the sub forums at the bottom of the parent forum?

    Or is there another tip to over come this issue?

    Shrink them? Make all the sub forum titles appear in one line, in small lettering?

    Many thanks in advance
    Last edited by Make Money?-old; Tue 17 Apr '07, 3:10pm.
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 73981

    #2
    Open your FORUMDISPLAY template and move:
    HTML Code:
    <if condition="$show['forumslist']">
    <!-- sub-forum list  -->
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
    <tr>
     <td class="tcat" width="100%">$vbphrase[subforums]<span class="normal"> : $foruminfo[title]</span></td>
     <if condition="$show['forumsearch']">
     <td class="vbmenu_control" id="forumsearch.subforums" nowrap="nowrap"><a href="search.php?$session[sessionurl]f=$foruminfo[forumid]" rel="nofollow">$vbphrase[search_this_forum]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("forumsearch.subforums"); </script></if></td>
     </if>
    </tr>
    </table>
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <thead>
     <tr align="center">
       <td class="thead">&nbsp;</td>
       <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
       <td class="thead" width="175">$vbphrase[last_post]</td>
       <td class="thead">$vbphrase[threads]</td>
       <td class="thead">$vbphrase[posts]</td>
       <if condition="$vboptions[showmoderatorcolumn]">
       <td class="thead">$vbphrase[moderator]</td>
       </if>
     </tr>
    </thead>
    $forumbits
    </table>
    <br />
    <!-- / sub-forum list  -->
    </if>
    To just above $footer.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • Make Money?-old
      Senior Member
      • Aug 2005
      • 207
      • 3.0.7

      #3
      Thanks

      Comment

      • k9pound
        New Member
        • Apr 2007
        • 1

        #4
        problems

        I've tried making the change you suggest on my forum but things don't seem to be cooperating. I want my sub-forums to look like this http://www.ultimatesubaru.org/forum/index.php

        I want all the sub-forums on one line, directly under the main heading. Is there a way to do this?

        Thanks!

        Comment

        • Wayne Luke
          vBulletin Technical Support Lead
          • Aug 2000
          • 73981

          #5
          Originally posted by k9pound
          I've tried making the change you suggest on my forum but things don't seem to be cooperating. I want my sub-forums to look like this http://www.ultimatesubaru.org/forum/index.php

          I want all the sub-forums on one line, directly under the main heading. Is there a way to do this?

          Thanks!
          This is a completely different issue. All that site did was set their sub-forum depth to 1.

          Admin CP -> vBulletin Options -> vBulletin Options -> Forum Listing Display Options -> Depth of Subforums
          Translations provided by Google.

          Wayne Luke
          The Rabid Badger - a vBulletin Cloud demonstration site.
          vBulletin 5 API

          Comment

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