Doing something wrong - Hiding sub-forum last post on Forum Home

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • iardon
    Senior Member
    • Jun 2005
    • 291
    • 3.8.x

    Doing something wrong - Hiding sub-forum last post on Forum Home

    Hi, hopefully one of you guys can help me out. I'm trying to hide last post info from a sub-forum on forum home. I've edited the forum home template below (37 being the forum ID I want to not display).

    <thead>
    <tr align="center">
    <td class="thead">&nbsp;</td>
    <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
    <td class="thead"><if condition="$forum[forumid] == 37">-<else />$vbphrase[last_post]</if></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>
    But it isn't working. Any ideas?

    Thanks!
    DMCTalk.com forums - For DeLorean owners and enthusiasts.
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...