ForumConverter
Migrates a phpBB forum into a bbPress forum.
4 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_fc_forum_latest | Stores fc forum latest data created by this plugin. | Static |
| wp_fc_map_forums | Stores fc map forums data created by this plugin. | Static |
| wp_fc_map_posts | Stores fc map posts data created by this plugin. | Static |
| wp_fc_users | Stores fc users data created by this plugin. | Static |
Core Table Usage
This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.
wp_optionsOption key:
fc_dst_databasenameOption key:fc_dst_hostnameOption key:fc_dst_passwordOption key:fc_dst_prefixOption key:fc_dst_typeOption key:fc_dst_upload_pathOption key:fc_dst_use_bbcode_liteOption key:fc_dst_usernameOption key:fc_dst_versionOption key:fc_op_methodOption key:fc_src_avatar_pathOption key:fc_src_databasenameOption key:fc_src_hostnameOption key:fc_src_passwordOption key:fc_src_prefixOption key:fc_src_typeOption key:fc_src_upload_pathOption key:fc_src_usernameOption key:fc_src_version