XF 1.0 Merge forums?

Is there a way of mass moving posts from one forum to another?
Run the following query:
Code:
UPDATE xf_thread SET node_id = y WHERE node_id = x;
Replace x with the node ID of the existing forum and y with the node ID of the new forum. Note that the forum cache and search index should be rebuilt in the ACP -> Tools -> Rebuild Caches.

http://xenforo.com/community/threads/frequently-asked-questions.5183/#post-282417


Is ACP mass move likely to be a feature sometime?
 
Top Bottom