
07-14-2007, 01:12 PM
|
 |
|
|
Join Date: Dec 2001
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by telc
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.
|
Anyway I can do this?
Thanks
|