admin管理员组

文章数量:1025259

I've searched a little and I could not find a straight working answer. I want to export all users and their bbPress(2.1.2) forums, topics and replies to another fresh WordPress installation?

If anyone has a suggestion. Thanks

I've searched a little and I could not find a straight working answer. I want to export all users and their bbPress(2.1.2) forums, topics and replies to another fresh WordPress installation?

If anyone has a suggestion. Thanks

Share Improve this question asked Oct 4, 2012 at 21:50 FnarpFnarp 652 silver badges9 bronze badges
Add a comment  | 

3 Answers 3

Reset to default 1

You will have to take the backup from database. If you need bbPress data only, you can only dump this tables from your WordPress installation:

bb_forums
bb_meta 
bb_posts 
bb_tagged 
bb_tags 
bb_terms 
bb_term_relationships 
bb_term_taxonomy 
bb_topics 
bb_topicmeta 
bb_users 
bb_usermeta

I wrote a small plugin that does it for you.

You have to do it one forum at a time, but it will handle all forums, topics, replies, and users.

Export the data with a database manager. The native WordPress exporter is written just for simple blogs. It will miss data like custom tables or users without posts.

I've searched a little and I could not find a straight working answer. I want to export all users and their bbPress(2.1.2) forums, topics and replies to another fresh WordPress installation?

If anyone has a suggestion. Thanks

I've searched a little and I could not find a straight working answer. I want to export all users and their bbPress(2.1.2) forums, topics and replies to another fresh WordPress installation?

If anyone has a suggestion. Thanks

Share Improve this question asked Oct 4, 2012 at 21:50 FnarpFnarp 652 silver badges9 bronze badges
Add a comment  | 

3 Answers 3

Reset to default 1

You will have to take the backup from database. If you need bbPress data only, you can only dump this tables from your WordPress installation:

bb_forums
bb_meta 
bb_posts 
bb_tagged 
bb_tags 
bb_terms 
bb_term_relationships 
bb_term_taxonomy 
bb_topics 
bb_topicmeta 
bb_users 
bb_usermeta

I wrote a small plugin that does it for you.

You have to do it one forum at a time, but it will handle all forums, topics, replies, and users.

Export the data with a database manager. The native WordPress exporter is written just for simple blogs. It will miss data like custom tables or users without posts.

本文标签: How to export bbPress (forumsTOPICSreplies) and all users