Unofficial SMF API Documentation

./Themes/default/ManageBoards.template.php

template_main

function template_main(): void

Template for listing all the current categories and boards.

template_modify_category

function template_modify_category(): void

Template for editing/adding a category on the forum.

template_confirm_category_delete

function template_confirm_category_delete(): void

A template to confirm if a user wishes to delete a category - and whether they want to save the boards.

template_modify_board

function template_modify_board(): void

Below is the template for adding/editing a board on the forum.

template_confirm_board_delete

function template_confirm_board_delete(): void

A template used when a user is deleting a board with child boards in it - to see what they want to do with them.

Suggest an edit to this page on GitHub