MoveTopic.template.php
Simple Machines Forum (SMF)
Tags
Table of Contents
Functions
- template_move() : mixed
- Show an interface for selecting which board to move a post to.
- template_redirect_options() : mixed
- Redirection topic options
- template_merge_done() : mixed
- Confirmation page shown when finished merging topics.
- template_merge() : mixed
- Merge topic page.
- template_merge_extra_options() : mixed
- Extra options related to merging topics.
Functions
template_move()
Show an interface for selecting which board to move a post to.
template_move() : mixed
template_redirect_options()
Redirection topic options
template_redirect_options(string $type) : mixed
Parameters
- $type : string
-
What type of topic this is for - currently 'merge' or 'move'. Used to display appropriate text strings...
template_merge_done()
Confirmation page shown when finished merging topics.
template_merge_done() : mixed
template_merge()
Merge topic page.
template_merge() : mixed
template_merge_extra_options()
Extra options related to merging topics.
template_merge_extra_options() : mixed