How To Make Single Column Subforums, List Under Sub-Forum: Forumhome

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jose Amaral Rego
    Senior Member
    • Feb 2005
    • 11058
    • 1.1.x

    How To Make Single Column Subforums, List Under Sub-Forum: Forumhome

    How To Make Single Column Subforums, List Under Sub-Forum: Phrase

    The following will work for Forumhome index page
    1. Goto AdminCP -> vBulletin Options -> Forum Listings Display Options
      Edit to the following numbers in box provided to the right
    2. A. Depth of Forums - Forum Home ---2 This should be set at value [ 2 ] so that sub-forum will be viewed under Main Forum, decreasing value will place it in Main Catagory Strip and increasing will result in displaying in FourmDisplay page instead Forumhome index.
      B. Depth of Forums - Forum Display ---1
      C. Depth of Sub-Forums --------------1 The Depth Of the Sub-Forums should be set at value [ 1 ] to keep child forums seperate from the list of parent sub-forums. Increasing this value to greater than [ 1 ] will show child forums, child's child forums and parent forums, for each value above [ 1 ] on Forumhome index page.
    3. Goto AdminCP -> Styles & Templates -> Style Manager -> Expand «» Forum Home Templates -> forumhome_subforumseparator_nopost & forumhome_subforumseparator_post

      You will find the following in the template--> [ , ] <--without the brackets around it.

      Comment out the comma and add Break line Tag:
      Code:
       ,
      replace it with:
      Code:
      <!-- , --><br />
    Next you can either in step [ A ] comment out the phrase Sub-Forums: or in step [ B ] place a space by using a break after the phrase Sub-Forums: .
    1. To Comment Out phrase ' Sub-Forums: ' as shown in image #2 in attachments

      Goto AdminCP -> Styles & Templates -> Style Manager -> Expand «» Forum Home Templates -> forumhome_forumbit_level1_post & forumhome_forumbit_level2_post
      The changes to forumhome_forumbit_level1_post also apply to forumhome_forumbit_level2_post
      Find code in blue:
      Code:
       <if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px">[COLOR=blue]<strong>$vbphrase[subforums]</strong>:[/COLOR] $forum[subforums]</div></if>
      Add comment out highlighted in green to Sub-Forum phrase highlighted in blue, end result in image #2 attachment below:
      Code:
       <if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px">[COLOR=green]<!--[/COLOR] [COLOR=#ff0000][COLOR=blue]<strong>$vbphrase[subforums]</strong>:[/COLOR] [/COLOR][COLOR=green]-->[/COLOR] $forum[subforums]</div></if>
    2. To make column under phrase ' Sub-Forums: ' as shown in image #1 in attachments.
      Find same code as above and add after blue hilite this green highlighted code:
      Code:
       
      <if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px">[COLOR=blue]<strong>$vbphrase[subforums]</strong>:[/COLOR][COLOR=#2e8b57]<br />[/COLOR] $forum[subforums]</div></if>
    End result image #1 in attachments below
    Attached Files
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...