bbSync
-
This is a WordPress plugin. It will not work as a plugin in bbPress. WordPress and bbPress must be integrated.
bbSync will integrate WordPress and bbPress pretty thoroughly. Any posts made on the blog will create a new topic on the forums (this supports slugs and anything else that will come). Any replies made to the topic in the forums can be shown under the WP post with <?php felbbreplies(); ?>, and it will show people’s avatars if you use Louisedade’s avatar upload plugin.
You can migrate the old synchronisation from bbPress Post and delete the unnecessary tables (this plugin keeps its data in topicmeta, with the key
wp_posts
).Hoping to add stuff later, either when I want it myself or when other people want it. I want feedback if you have it! I eat my own dog food and I’m finding it delicious. Will upload as official plugin when I get access.
bbPress Post and this plugin should not be running at the same time, otherwise you’ll get duplicate topics when you blog. If you get some error about a
call to member function of a non-object
, there’s a good chance adding this in the middle of your bbPress’ config.php file will help:global $bbdb;
This plugin does need configuring to do anything useful. Head to Options > bbSync and fill things in please.
- The topic ‘bbSync’ is closed to new replies.