ActiveCampaign

[memb_groupaccount_list_children]

Summary
This shortcode can be used to list out the child users that the parent has added.

Description

This shortcode can be used to list out the child users that the parent has added.

Shortcode Examples

[memb_groupaccount_list_children]

Hide the search box and show only Email and First name column:

[memb_groupaccount_list_children no_search=1 columns="Email|FirstName" fields="Email|FirstName"]

Show custom fields:

[memb_groupaccount_list_children columns="Email|FirstName|Custom" fields="Email|FirstName|CustomFieldName"]

Shortcode Parameters

can_disconnectValues are “y” or “n“. Allows you to show/hide the disconnect button. By default, the disconnect button is displayed so that the parent can disconnect the child users. Optional.
search_textSpecify text for the search button. Defaults to “Search.”
no_search0/1. Allows you to show/hide the search box. By default, the search box is displayed. Set this to “1” to hide the search.
columnsShow/hide different columns. For example, “Email|FirstName”. Split column names by |
fieldsAllows you to specify the fields to show to the users. For example, “Email|FirstName”.
limitAllows you to specify the number of child users per page. For example, 10.
name_singularSpecify a message to show when only a single child user is being shown.
name_pluralSpecify a message to show when multiple child users are being shown.
no_css0/1. Allows you to enable/disable CSS. Set this to “1” to disable cSS.
parent_idSpecify a parent ID.
css_classThe CSS class for the container. Defaults to none. (Optional)
css_idThe CSS ID to apply to the container. Defaults to none. (Optional)
pageSpecify a page number. Defaults to 1.

Additional Information

This is a shortcode for Group accounts feature of Memberium for ActiveCampaign.