Merge Forums

You can use this query to move all threads from one forum to another:

Code:
UPDATE xf_thread
SET node_id = y
WHERE node_id = x

Where x is the current node ID and y is the new node ID.
 
Top Bottom