Does anyone know the function to move a thread? I rather have it move all the threads to a dedicated forum, then I can manually prune that single forum when my server is offline, since pruning is extremly CPU intensive when pruning thousands of threads.
I would like to change this:
PHP Code:
delete_thread($thread['threadid'], false, true, NULL, false, $thread);
To move the thread to a dedicated forumID, that I use as a recycle bin.