Jump to main content Jump to doc navigation

Peoples's tpl Chunk

This is the Chunk displayed with the &tpl property on the Peoples snippet.

Default Value

<li class="[[+cls]]">[[+username]]</li>

Available Placeholders

Name Description
id The ID of the User.
username The username of the User.
active Either 1 or 0, if the User is active or not.
cls The current CSS class(es) for the item.

Also available is any field in the User's profile, such as email, fullname, etc.

Extended and Remote Data fields can be accessed via:

[[+extended.nameOfExtendedAttribute]]
[[+remote_data.nameOfRemoteDataAttribute]]

See Also