Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [MJB] Bulk move posts

Quote Reply
Re: [MJB] Bulk move posts In reply to
I don't think there's a bulk move, so you'll have to write something to do it for you. If you fetch all posts that have a forum_id_fk of the forum you've deleting and also have a post_root_id of 0, then those will be all the threads in the forum. Then you can use GForum::Post::move to move the post.

Adrian
Subject Author Views Date
Thread Bulk move posts MJB 2508 Jul 27, 2006, 1:37 PM
Post Re: [MJB] Bulk move posts
brewt 2401 Jul 27, 2006, 3:05 PM