Support Forum

migrate Simple Press over to new site

CB Charlie Badenhop
Charlie Badenhop
Member

We are building a completely new site, but we want to move over the Simple Press plugin and forums (including posts, forum topics, etc.). What would be the best way to do this?

Keep in mind that our new site will not have the same users as the old site does.

 

Thanks.

3 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

The last sentence there makes it a little more difficult.

As a plugin to WordPress SP utilises the WP user base and is built around those users. Normally we would answer this question by saying yes – you can do that but you DO need to take the users and usermeta tables with you as well as the SP tables. because that data is interlinked.

If you do NOT want to take the users with you first then you may have to work out how to re-assign all of the forum posts you already have to ‘guest’ status. Which can be done with some manually crafted queries..

CB Charlie Badenhop
Charlie Badenhop
Member

Okay, so let’s say we wanted to transfer over everything “as is”. What would be the steps in doing so? Thanks!

YS Yellow Swordfish
Yellow Swordfish
Member

Export the forum tables all starting with ‘sf’ and the WP users and usermeta tables as SQL inserts with DROP TABLE statements included.

Import into your new WP database although make sure the table prefix is the same ion both cases.

Work through the forum options as there will be some URL’s that are incorrect.

That is basically it. There will always be a few small tasks to clean things up but I do this and so have many users.