Seperate Forums and Categorys

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • colicab-d
    Senior Member
    • Dec 2002
    • 365
    • 3.0.0 'Gold'

    Seperate Forums and Categorys

    Hi Im looking to split the forums and categorys up on my board so that it.
    There is first the forum Category with the Forum Title, then this is followed by the seperate forums, such as forum 1, 2 , 3 etc

    An I want this to show for each forum.. a bit like the screen below.
    Attached Files
  • Colin F
    Senior Member
    • May 2004
    • 17689

    #2
    To do that, edit your FORUMHOME template.
    Find and remove:
    HTML Code:
        <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>
    Edit your forumhome_forumbit_level1_nopost template.
    Find:
    Code:
    $childforumbits
    Above, add this code:
    HTML Code:
        <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>
    Best Regards
    Colin Frei

    Please don't contact me per PM.

    Comment

    • colicab-d
      Senior Member
      • Dec 2002
      • 365
      • 3.0.0 'Gold'

      #3
      Anyway to further split them so that each is within its own seperate table?

      Comment

      • Colin F
        Senior Member
        • May 2004
        • 17689

        #4
        These instructions should help: http://www.vbulletin.com/forum/showthread.php?t=156783
        Best Regards
        Colin Frei

        Please don't contact me per PM.

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...
        😀
        😂
        🥰
        😘
        🤢
        😎
        😞
        😡
        👍
        👎