Home Page Category Strip Header

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jrcal
    Member
    • Apr 2004
    • 46
    • 3.8.x

    Home Page Category Strip Header

    I've been searching the forum for about 15 minutes trying figure this out but have had no luck, so I'm sorry if this is repetitive.

    http://www.thinnertimesforum.com

    How do I make the information above the Gastric Bypass category appear below each category? For example, I want it to say "Forum, Last Post, Threads, Posts" below each category on the home page.

    Thanks!
  • Steve Machol
    Former Customer Support Manager
    • Jul 2000
    • 154488

    #2
    Edit the forumhome_forumbit_level1_nopost template and add the section in red:

    Code:
    <if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
      </td>
     </tr>
    </tbody>
     
    [color=red] <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>[/color]
    
    <if condition="$childforumbits">
    <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
    $childforumbits
    </tbody>
    </if>
    And this in the forumhome_forumbit_level2_nopost template:

    Code:
    <if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
     </td>
    </tr>
     
    [color=red] <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>[/color]
    $childforumbits
    You can also remove that same section from the FORUMHOME template if you want.
    Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
    Change CKEditor Colors to Match Style (for 4.1.4 and above)

    Steve Machol Photography


    Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


    Comment

    • jrcal
      Member
      • Apr 2004
      • 46
      • 3.8.x

      #3
      What does the forumhome_forumbit_level2_nopost do?
      I also noticed the icon doesn't look the same as it does on the home page for "Recipes" - http://www.thinnertimesforum.com/forumdisplay.php?f=7.

      Thank you for your help!

      Comment

      • Steve Machol
        Former Customer Support Manager
        • Jul 2000
        • 154488

        #4
        That template is only used when you have a category that has another category as the parent.

        Not sure what you mean by the icon. My changes only affect forumhome.
        Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
        Change CKEditor Colors to Match Style (for 4.1.4 and above)

        Steve Machol Photography


        Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


        Comment

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