./Themes/default/ManageMembergroups.template.php
- template_main
- template_new_group
- template_edit_group
- template_add_edit_group_boards_list
- template_group_members
- template_group_request_reason
template_main
function template_main(): void
The main page listing all the groups.
template_new_group
function template_new_group(): void
Add a new membergroup.
template_edit_group
function template_edit_group(): void
Edit an existing membergroup.
template_add_edit_group_boards_list
function template_add_edit_group_boards_list(bool $collapse = true, $form_id = 'new_group'): void
The template for determining which boards a group has access to.
Type | Parameter | Description |
---|---|---|
bool |
$collapse |
Whether to collapse the list by default |
template_group_members
function template_group_members(): void
Template for viewing the members of a group.
template_group_request_reason
function template_group_request_reason(): void
Allow the moderator to enter a reason to each user being rejected.