Function moveTopics
Moves one or more topics to a specific board. (doesn't check permissions.) Determines the source boards for the supplied topics Handles the moving of mark_read data Updates the posts count of the affected boards
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/MoveTopic.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/MoveTopic.php
integer|int[] |
$topics |
The ID of a single topic to move or an array containing the IDs of multiple topics to move |
integer |
$toBoard |
The ID of the board to move the topics to |