Simple Machines Community Forum

SMF Support => Converting to SMF => phpBB => Topic started by: Pause on October 21, 2004, 07:48:30 AM

Title: Just insert topics from phpBB2?
Post by: Pause on October 21, 2004, 07:48:30 AM
Well, I already recreated my users etc. (and I also changed the boards in this one), but I want to still convert the posts that have been made and credit them to the users but put them all in the 'archive' board... is there a converter to do this?
Title: Re: Just insert topics from phpBB2?
Post by: packman on October 21, 2004, 04:13:09 PM
Not without some serious code modifications  :(

The message conversion process relies on the users, categories and boards (forums) having been created using known ID numbers matching the phpBB ID numbers. As you've already got users and new boards on your new system, your IDs won't match the old phpBB IDs which will make the conversion process much more tricky.

It's not impossible to code, but the current converter won't do it for you.
Title: Re: Just insert topics from phpBB2?
Post by: Oldiesmann on October 23, 2004, 03:50:13 PM
You'd pretty much have to do it manually, and this would be a pain in the rear to do, unless you've only got a few topics to move. Any more than about 10 or 20 is going to be a lot of work.
Title: Re: Just insert topics from phpBB2?
Post by: [Unknown] on October 23, 2004, 09:09:06 PM
Quote from: Mattitude on October 21, 2004, 07:48:30 AM
Well, I already recreated my users etc. (and I also changed the boards in this one), but I want to still convert the posts that have been made and credit them to the users but put them all in the 'archive' board... is there a converter to do this?

Why not use the existing converter and move all the topics into the archive board?

-[Unknown]