MyBB Community Forums

Full Version: If Else Statement
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
deleted
content visible to users of groups x, y, z
<if in_array($mybb->usergroup['gid'], array('x', 'y', 'z')) then>
content visible to users of groups x, y, z
</if>