{user-options}
Plugin: Scaffolding Plugin
Creates a set of list options linking to users matching the filter options.
Description
Must be contained inside a list-data macro.
Usage
{user-options:groups=[group list]|spaces=[space list]|users=[user list]|match=[any|all]}
Parameters
| Name | Required | Default | Description |
|---|---|---|---|
| groups | | Only users in the specified groups will be listed. | |
| spaces | | Only users with the required access to the specified spaces will be listed. Permissions can be specified for each space. You can use '@self' as the spacekey for the current space. Eg:
| |
| users | | Only users specified will be listed. | |
| match | | 'any'
| If set to 'all', the user must match all settings specified. |
Sorting and additional filtering (Since 3.2.0)
If you have the Reporting Plugin installed, it is possible to sort and filter the results of {user-options} with any of the 'sort' and 'filter' macros available with that plugin, such as text-sort or number-filter. Just add them inside your {user-options} macro as you would for a 'reporter' macro. Eg:
{list-data:Children}
{user-options:group=my-group|match=all}
{text-sort:user:full name}
{date-filter:signup date|minValue=-1y}
{content-options}
{list-data}
Discussions