Hide some Forum Categories in forumhome

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nestortoledo
    New Member
    • Mar 2010
    • 3
    • 4.0.0

    [vB4] Hide some Forum Categories in forumhome

    Hi, I just made this tweak, to hide some categories in in template.

    Code:
    <vb:if condition="in_array($forum['forumid'], array(8,4,104,105,6,111,5,11,12,10,7))">
    and this one to hide some categories in other template.
    Code:
    <vb:if condition="in_array($forum['forumid'], array(5,102,112,9))">
    The problems in that this tweak, disable the option in forum preference (Custom Style for this Forum).

    Any way, to use both, first use the first one and then check the Custom Style for this Forum.

    Thanks
  • nestortoledo
    New Member
    • Mar 2010
    • 3
    • 4.0.0

    #2
    OK, i made a research, in who override the forum preference, is not this line, is the plugin http://www.vbulletin.org/forum/showt...t=style+domain

    So i asked for help there.

    Thanks

    Comment

    Related Topics

    Collapse

    Working...