S45 Group Membership Indicator

Use the S45 Tag to confirm group membership. The tag returns True if the current, logged-in user is a member of the specified group; otherwise, it returns False.

Application

Contacts

Can You Add This S-Tag in the WYSIWYG content editor?

Unlike most S-Tags, S45 Tags are added in the WYSIWYG content editor toolbar by clicking the Conditional button rather than clicking the Component button.

Click Conditionals and select Groups > Is in group/Is not in Group.

Can You Add This S-Tag in the Luminate CMS WYSIWYG content editor?

Yes, the S-Tag can be added using the Content Editor.

  1. In the CMS WYSIWYG editor, click Insert Component.

  2. Select CRM Content from the Component Type list.

  3. In the Content Editor, click Conditional.

  4. On the Insert Conditional menu, select Groups > Is in group/Is not in Group and click Insert.

  5. Click Finish to close the Content Editor.

Format

  • Standard

    [[S45:group_ID]]

  • XML

    <convio:session name="45" param="group_ID"/>

Parameters

  • group_ID - The ID of the group to check

Sample Code

  • Standard

    [[?[[S45:1001]]::TRUE::Welcome, Road Runner!::Join the Road Runners!]]

  • XML

    <convio:session name="45" param="1001"></convio:session>