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_disconnect | Values 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_text | Specify text for the search button. Defaults to “Search.” |
no_search | 0/1. Allows you to show/hide the search box. By default, the search box is displayed. Set this to “1” to hide the search. |
columns | Show/hide different columns. For example, “Email|FirstName”. Split column names by | |
fields | Allows you to specify the fields to show to the users. For example, “Email|FirstName”. |
limit | Allows you to specify the number of child users per page. For example, 10. |
name_singular | Specify a message to show when only a single child user is being shown. |
name_plural | Specify a message to show when multiple child users are being shown. |
no_css | 0/1. Allows you to enable/disable CSS. Set this to “1” to disable cSS. |
parent_id | Specify a parent ID. |
css_class | The CSS class for the container. Defaults to none. (Optional) |
css_id | The CSS ID to apply to the container. Defaults to none. (Optional) |
page | Specify a page number. Defaults to 1. |
Additional Information
This is a shortcode for Group accounts feature of Memberium for ActiveCampaign.