Directory

Import Forums · bbPress Codex
Skip to:
Content
Pages
Categories
Search
Top
Bottom

Import Forums

Codex HomeGetting StartedImporting Data → Import Forums

Supported Platforms

You can also make your own custom importer using the included Example.php located in /bbpress/includes/admin/converters/Example.php to setup an import from any SQL database.

Getting There

  1. Log in to your WordPress Admin Dashboard
  2. Select the ‘Tools’ tab select ‘Forums’ from the navigation menu
  3. Select the ‘Import Forums’ tab at the top of the screen.

Configuring the Importer

Database Settings

  • Select the source platform that you are importing from, bbPress, phpBB etc
  • Database Server: Leave as ‘localhost’ unless your hosting provider requires you to use an IP address.
  • Database Port: Use default 3306 if unsure
  • Database Name: Name of the database with your old forum data
  • Database User: User for your database connection
  • Database Password: Password to access the database
  • Table Prefix: (If converting from BuddyPress Forums, use “wp_bb_” or your custom prefix)

Optional Settings

  • Rows Limit
  • Delay Time
  • Convert Users
  • Start Over
  • Purge Previous Import

Importing the Data

  • Click ‘Start’

Finalizing the Import

  • After importing your forums/topics/replies you need update the relationships between forums, topics, replies, and topic tags, and users from the ‘Repair Forums’ tool and run each of these tools individually as substantial database overhead is created whilst running these tools.

Troubleshooting

  • For specific FAQ’s and known issues for each importer visit that importers codex page.
  • If the import gets ‘stuck’ whilst importing topic or replie see Import Troubleshooting

Redirecting your old URL’s

  • At this stage we do not have any documentation on redirecting your old URL’s to the new bbPress URL’s. You can keep your existing phpBB forum and redirect your old URL’s to bbPress using the method here. There are some good examples on Stack Overflow: vBulletin, …, …