Support Forum
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..
YELLOW
SWORDFISH
|
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.
YELLOW
SWORDFISH
|
1 Guest(s)