Unofficial SMF API Documentation

./Themes/default/ManagePermissions.template.php

template_permission_index

function template_permission_index(): void

The main manage permissions page

template_by_board

function template_by_board(): void

THe page that shows which permissions profile applies to each board

template_edit_profiles

function template_edit_profiles(): void

Edit permission profiles (predefined).

template_modify_group

function template_modify_group(): void

Modify a group’s permissions

template_modify_group_display

function template_modify_group_display(string $type): void

The way of looking at permissions.

Type Parameter Description
string $type The permissions type

template_inline_permissions

function template_inline_permissions(): void

A form for displaying inline permissions, such as on a settings page.

template_postmod_permissions

function template_postmod_permissions(): void

Edit post moderation permissions.

Suggest an edit to this page on GitHub