Liqiud basics
Modules
API
Mailer
Community group
On this page
Overview
Below is a list of all the available drops on the commuity group object
| Name | Description |
| community.group.id | The id of the group |
| community.group.description | The description of the group |
| community.group.image_url | The url of the image used for the group |
| community.group.locale | The locale of the group |
| community.group.name | The name of the group |
| community.group.position | The group position |
| community.group.url | The group url |
| community.group.seo_title | The SEO title for the group |
| community.group.seo_description | The SEO description for the group |
| community.group.seo_keyword | The SEO keywords that are used for the group |
| community.group.title | Alias for name |
| community.group.link | Canonical URI for group |
| community.group.tags | List of tags for group |
| community.group.posts | List of top level posts in group |
| community.group.posts_count | Number of top level posts in group |
| community.group.posts_total | Total number of posts in group |
| community.group.children | List of sub-groups for group |
| community.group.children_count | Number of sub-groups for group |
| community.group.members_count | Number of members in group |
| community.group.members | Profiles of members in group |
| community.group.members_:key | Profiles of members with :key in role in group |
| community.group.parent | The parent of the group |
| community.group.ancestors | The ancestor of the group, starting with the root and ending with the parent |
| community.group.properties.:keys | The dynamic field called :key |
| community.group.has_right.:right | If the current account has the asked for right |
| community.group.active? | Is this group the main model of the page? |
| community.group.has_active_child? | Is any child of this group or post in the group active? (see note) |
| community.group.has_active_parent? | Is the parent of this group active? (Same as parent&.active?) |
| community.group.has_active_ancestor? | Is any ancestor of this group active? |
| community.group.has_active_descendant? | Is any descendant group or post of this group active? |
| community.group.active_or_ancestor? | Is this or any descendant of this group active? (Same as active? or has_active_descendant?) |
Plus: Also all attached file properties
has_active_child? works slightly different for posts and groups. Groups consider any post in the group to be a child while posts only consider direct replies.
Updated: 2021-01-08