ManageBoards.template.php
Simple Machines Forum (SMF)
Tags
Table of Contents
Functions
- template_main() : mixed
- Template for listing all the current categories and boards.
- template_modify_category() : mixed
- Template for editing/adding a category on the forum.
- template_confirm_category_delete() : mixed
- A template to confirm if a user wishes to delete a category - and whether they want to save the boards.
- template_modify_board() : mixed
- Below is the template for adding/editing a board on the forum.
- template_confirm_board_delete() : mixed
- A template used when a user is deleting a board with child boards in it - to see what they want to do with them.
Functions
template_main()
Template for listing all the current categories and boards.
template_main() : mixed
template_modify_category()
Template for editing/adding a category on the forum.
template_modify_category() : mixed
template_confirm_category_delete()
A template to confirm if a user wishes to delete a category - and whether they want to save the boards.
template_confirm_category_delete() : mixed
template_modify_board()
Below is the template for adding/editing a board on the forum.
template_modify_board() : mixed
template_confirm_board_delete()
A template used when a user is deleting a board with child boards in it - to see what they want to do with them.
template_confirm_board_delete() : mixed