developer documentation r15960

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

NameRequiredDefaultDescription
groupIdRequiredN/AThe group id to fetch information for.

Template variables

NameDescription
group.idGroup id
group.nameGroup name
group.descriptionDescription
group.noteThe note field can be used to specify additional information about the group, generally this is only used within the mediafactory
group.logoThe logo is actually a media-id, use this in conjunction with the mediaviewers.
group.createdThe creation date in YYYY-MM-DD HH:MM:SS format
group.createdbyThis is a user-id
group.memberCountThis variable contains the total number of group members
group.mediaCountThis variable contains the total number of items associated with the group
group.approvedMediaCountThis variable contains the number of media items associated with the group that have been approved
group.notDeniedMediaCountThis variable contains the number of media items associated with the group that have not been denied
group.geo_longitudeThe longitude of the group.
group.geo_latitudeThe latitude of the group.
group.moderationStatusThe moderationstatus code for this group. This is a string containing either 'accepted', 'denied', or 'unmoderated'
group.addressAddress of the group.
group.cityCity the group is in.
group.state2-letter state or province
group.postalcodePostal/zip-code
group.country2-letter country code

See also

<< 7.3.12 fm:Gravatar 7.3.14 fm:GroupList >>