fm:GroupInfo
The fm:GroupInfo can be used to retrieve information about a user-defined group.
Example
<fm:GroupInfo groupId="12345">
<h1>{$$group.name}</h1>
<p>{$$group.description}</p>
</fm:GroupInfo>
Supported attributes
| Name | Required | Default | Description |
|---|
| groupId | Required | N/A | The group id to fetch information for. |
Template variables
| Name | Description |
|---|
| group.id | Group id |
| group.name | Group name |
| group.description | Description |
| group.note | The note field can be used to specify additional information about the group, generally this is only used within the mediafactory |
| group.logo | The logo is actually a media-id, use this in conjunction with the mediaviewers. |
| group.created | The creation date in YYYY-MM-DD HH:MM:SS format |
| group.createdby | This is a user-id |
| group.memberCount | This variable contains the total number of group members |
| group.mediaCount | This variable contains the total number of items associated with the group |
| group.approvedMediaCount | This variable contains the number of media items associated with the group that have been approved |
| group.notDeniedMediaCount | This variable contains the number of media items associated with the group that have not been denied |
| group.geo_longitude | The longitude of the group. |
| group.geo_latitude | The latitude of the group. |
| group.moderationStatus | The moderationstatus code for this group. This is a string containing either 'accepted', 'denied', or 'unmoderated' |
| group.address | Address of the group. |
| group.city | City the group is in. |
| group.state | 2-letter state or province |
| group.postalcode | Postal/zip-code |
| group.country | 2-letter country code |
See also