User profile
user.tpl - user profile template.
| Tag |
Description |
| {name} |
Username. |
| {avatar} |
User avatar. |
| {registration} |
registration date. |
| {visited} |
Date of last visit. |
| {role} |
User group name. |
| {status} |
User status. |
| Conditional tags Adding the prefix not- means the reverse action, do not display the content. |
|
| [self]...[/self] |
Displays content if the user views their profile. |
| [edit]...[/edit] |
Profile editing form wrapper. |
| [form] |
Beginning of form for user editing. |
| [/form] |
End of user edit form. |
| {edit-name} |
Name edit field. |
| {old-password} |
Field for specifying the old password. |
| {edit-password} |
A field for specifying a new password. When adding this tag, be sure to add the tag {old-password} |
| {edit-avatar} |
New avatar image selection field. |
| {save} |
Save button. |