fm:UserAvatar
This component will display a users' avatar. If the user hasn't picked an avatar, the most appropriate avatar will be picked based on the users' gender.
Example
<fm:UserAvatar uid="11" />
Supported attributes
| Name | Required | Default | Description |
|---|---|---|---|
| femaleDefault | Optional | Same as male | |
| maleDefault | Optional | Relative link to the default male image you would like to show if the user has not specified any | |
| type | Optional | 12 | Either 11, 12 or 13 (depending on the size you want) |
| uid | Required | The users' id |
Template variables
This component defines no template variables.
developer documentation r17362