How To Move From SMF to bbPress Forum in WordPress – Importing SMF to bbPress
In this guide, i’ll teach you how you can easily import your SMF forum into your bbPress forum which you’ve installed on your wordpress site.
Note: This tutorial won’t be teaching you how to setup or install bbPress forum on your wordpress site, instead it focuses on how you can convert or import your already existing SMF forum into your WordPress blog. Although, installing bbPress follows the same principles as installing any other plugin on your blog.
Prerequisites
- You must have an already existing SMF site which you will be importing into wordpress.
- You must install bbPress on your wordpress site.
- Make SURE you BACKUP your wordpress site incase things go wrong.
Importing SMF Forum into bbPress on Your WordPress Site
1. Login to your WordPress dashboard, Install bbPress plugin and activate it.2. On your left sidebar in your WP’s dashboard, Go to Tools > Forum. Click on Forum to take you to the page we are going to do the importation.
3. In the new page that loads up, You’ll find 3 Tabs namely; Repair Forums, Import Forums and Reset Forums. You’ll have to click on Import Forums tab as that’s the process we are going to do.
4. Before you proceed, you need to get down the database details of your SMF forum and this is how it’s done.
- Login to the cPanel of your SMF site.
- Go to File Manager and locate the path your SMF was installed, in the very root folder of the SMF forum, locate and edit the settings.php file.
- This file contains the Database Name, Database User and Database Password, copy them out as well make use of them in the following steps.
5. Once you are in the Import Forum Tab, you’ll be prompted to select platform and fill in the Database details. Select SMF in platform and fill in the Database details you had copied earlier from the previous step.
6. Tick the Convert Users Checkbox and click on Start at the bottom of the page.
The process might take a lot of time depending on the size of your forum and users. It imports all forum posts, topics, and users.
How Not To Loose Your SEO
You probably must be worried about breaking your links especially when people who have bookmarked your links earlier on try visiting. All that can be fixed by setting u 301 redirect on your former domain using .htaccess .Place the below code in a .htaccess file which you’ll have to create in the SMF directory.
Redirect 301 / http://www.yoursite.com/forum/
I am assuming you setup bbPress on yourdomain.com/forum in this case. Don’t worry about the rest, wordpress has it’s way of fixing things.
Important Facts To Note
1. After I moved my forum into bbPress, I noticed that former members could not longer access their accounts with their former passwords until they reset the passwords using the reset password link.2. Make sure you set New User Default Role to Subscribers before doing the import. This can be done from Settings > General in your WordPress Dashboard, so that all converted users would automatically be assigned the Subscriber role. If left at default (Contributor), your forum users would be able to submit blog posts for review which I think is not something you would want.
3. If you have deleted some forum members earlier on before importing to bbPress, their posts would be assigned to your account.
I hope you find this piece of tutorial helpful, and feel free to let us know any difficulties you encountered while importing your SMF to wordpress.
No Comment to " how you can easily import your SMF forum into your bbPress forum which you’ve installed on your wordpress site. "