Hello, I am importing phpBB posts into a new bbPress forum, which will be integrated with Wordpress. How can I do this with the least bit of headache? Thanks a ton!
bbPress support forums » Installation
phpBB -> bbPress and Wordpress together
(5 posts)-
Posted 1 year ago #
-
Sorry to get back to you late here. I would imagine that importing from phpBB into bbPress will associate the users into bb_users. Being integrated, bbPress uses wp_users. That might cause some problems. Maybe you can edit the phpBB => bbPress importer to put the users into wp_users versus bb_users. That being said, *****BACKUP EVERYTHING FIRST******
You might want to install a test install on your server and try it there first as I am not sure what the consequences of doing it would be. Nothing too painful, but it might make you have to make a few changes to make sure the posts get associated with the right authors! One way to find out! Good luck!
Trent
Posted 1 year ago # -
Trent,
Thanks. What I did was edited the importer to use wp_users instead of bb_users and it worked perfectly.
Posted 1 year ago # -
One thing you may run into is conflicting user IDs between phpbb users and existing wordpress/bbpress users. If so, you can change the user IDs in phpbb before you import it by using this mod:
http://www.phpbb.com/phpBB/viewtopic.php?t=388155&sid=3d5e8f776a7086b6fec64c3e80c7cbca
By changing the user IDs in phpbb to 99991, 99992, and so on, so they don't conflict when they come over.
Posted 1 year ago # -
wittmania,
Fortunately I haven't noticed any of that yet, as I started from scratch with a clean WP and bbPress install before doing the import. Thanks!
Posted 1 year ago #
Reply
You must log in to post.