To move all threads/posts in a particular forum to another one, you would run the following sql query in phpmyadmin:
Code:
Code:
UPDATE xf_thread SET node_id = 123 WHERE node_id = 456;
123 being the ID of the new forum, and 456 being the ID of the old forum. (Thanks to Mike for the query)
Then you would go to your ACP > Tools > Rebuild Caches > Rebuild Thread Information & Rebuild Forum Information.