When you make a new blog post, this post will be turned into a new topic in your forums. Replies can be made to the topic. Comments made through the wp comments form will also be shown as replies to the corresponding thread. All comments/replies will show up automagically in wordpress, too.
This plugin will disable bbPress Post. It can clean up bbPress Post, use the data itself and get rid of the old tables. This plugin does not add tables.
There are a variety of options, like links back and so on. It's pretty rad!
Since it does not increment wordpress' comment count, you can add something like this to your template:
<?php if($topic_id = felwptobb( $id ) ) { echo '<a href="' . bbreplylink( $topic_id ) . '">Reply!</a>'; } else { comments_popup_link(' comments', '1 comment', '% comments','',''); } ?>
