tpl
Last updated Apr 8th, 2021 | Page history | Improve this page | Report an issue
Support the team building MODX with a monthly donation.
The budget raised through OpenCollective is transparent, including payouts, and any contributor can apply to be paid for their work on MODX.
Backers
Budget
$301 per month—let's make that $500!
Learn morePeoples'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]]