I usually figure these things out by finding where it's done in the code. In this case I looked in inlinemod.php at the section that starts with "if ($_POST['do'] == 'domovethreads')", around line 2119. It looks like it basically just updates the forumid field in the thread table, but it also does a lot of permission checks and validation before, and some clean-up tasks after.
|