Topic: Bulk Move Topics From One Forum To Another

I want to confirm something I've tested.   Before I pull the trigger on a production site I wanted your feedback:

I'm spitting a forum into two.   I want to do a backend DB search so that all topics that contain the word "xxx" in the subject will have the forumID replaced with the new forumID.

From what I understand the topic / post counts will be wonky until people post new threads or on existing threads, correct?

Also, is there a script, plugin, DB query or whatever that will fix the post and forum counts?

Any other ways / suggestions on how to do this?

Thanks!

Re: Bulk Move Topics From One Forum To Another

Anybody?   Moving these topics manually is super time consuming... would love to do it on the backend, but am scared that it will break something or majorly screw up the stats / counts.

Re: Bulk Move Topics From One Forum To Another

It should be fine to just change the forum ID. And I believe there's a plugin for 1.2 that cleans up the topic count etc.

Ben
SVN repository for my extensions - The thread
Quickmarks 0.5
“Question: How does a large software project get to be one year late? Answer: One day at a time!” - Fred Brooks

Re: Bulk Move Topics From One Forum To Another

Isn't there a function to clean up the count? Or is that just 1.3? If not, you can just call it after your script...

Oh wait, which version are you using?

Re: Bulk Move Topics From One Forum To Another

Thanks guys! I'm on 1.2, so if there is some script, plugin, magic dust I can use to fix my counts, that would be FANTASTIC!

Re: Bulk Move Topics From One Forum To Another

Oh, sorry, just re-read elbekko's post.   I'll look for the plugin!