Style selection only for certain usergroups?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vwturbo
    Member
    • Jul 2004
    • 37
    • 3.0.3

    Style selection only for certain usergroups?

    On my forum I have a usergroup that pays a yearly fee and I offer them extra's over just a normal registered user. Currently for all user's I display a sidebar. For my Exclusive members I want to take that sidebar away. How could I go about doing this? I was going to create a new style minus the sidebar but I can't find a way to have only the one usergroup be allowed to change the style.

    Any suggestions?
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    There is no feature to restrict a style by usergroup.

    I recommend using a template conditional to hide the side bar code for usergroupids X, Y, Z:

    Code:
    <if condition="!is_member_of($bbuserinfo, [color=red]X, Y, Z[/color])">
    	SIDE BAR CODE
    </if>

    Comment

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