ManageMembergroups.template.php
Simple Machines Forum (SMF)
Tags
Table of Contents
Functions
- template_main() : mixed
- The main page listing all the groups.
- template_new_group() : mixed
- Add a new membergroup.
- template_edit_group() : mixed
- Edit an existing membergroup.
- template_add_edit_group_boards_list() : mixed
- The template for determining which boards a group has access to.
- template_group_members() : mixed
- Template for viewing the members of a group.
- template_group_request_reason() : mixed
- Allow the moderator to enter a reason to each user being rejected.
Functions
template_main()
The main page listing all the groups.
template_main() : mixed
template_new_group()
Add a new membergroup.
template_new_group() : mixed
Tags
template_edit_group()
Edit an existing membergroup.
template_edit_group() : mixed
Tags
template_add_edit_group_boards_list()
The template for determining which boards a group has access to.
template_add_edit_group_boards_list([bool $collapse = true ][, mixed $form_id = 'new_group' ]) : mixed
Parameters
- $collapse : bool = true
-
Whether to collapse the list by default
- $form_id : mixed = 'new_group'
template_group_members()
Template for viewing the members of a group.
template_group_members() : mixed
Tags
template_group_request_reason()
Allow the moderator to enter a reason to each user being rejected.
template_group_request_reason() : mixed