how to hide/remove subforums from specific forumID

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bartek24m
    Member
    • Oct 2006
    • 30
    • 3.5.x

    how to hide/remove subforums from specific forumID

    Hello how can i hide/remove on main page (forumhome) subforums but only from specific forumd_id

    i try to do like that
    in
    forumhome_forumbit_level1_post
    &
    forumhome_forumbit_level2_post

    find

    <strong>$vbphrase[subforums]</strong>: $forum[subforums]

    and add condition

    but it doesnt work

    Code:
    <if condition="!in_array($foruminfo[forumid], array(24,25))">
    <strong>$vbphrase[subforums]</strong>: $forum[subforums]
    </if>
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...