V
vVv
Guest
I'm assuming, a database query like this, is correct? .. I'd like to mass move all MY threads to a specific forum to sort them out, and then I'll move them back once sorted.
I seen this, but not really looking for a paid resource for what I'm doing lol.
http://xenforo.com/community/resources/sonnb-messages-mass-actions.824
Code:
UPDATE xf_thread SET node_id = '<forum desination>' WHERE user_id = '1'
I seen this, but not really looking for a paid resource for what I'm doing lol.
http://xenforo.com/community/resources/sonnb-messages-mass-actions.824