<is_in_group groupId1 (,groupId2, ...>.......</is_in_group>
Makes
the system to check if the current user is a member of ALL of the specified groups listed ( if more than one, separated by comma). If yes, the
contents are displayed for this user, otherwise nothing is displayed. Take note again that this checks
if the user is in ALL of groups, NOT ANY of them.
You can use this tag only in html mode and at the very beginning of the html text you should type <advancedparser/>!
|