Once you have installed and configured Wp2BB, you are pretty much ready to go. Just need to insert the Wp2bb template in your WP theme and be aware of a few things.
Wp2BB template
Add the Wp2BB template to your WordPress theme to display links to the forum in your WordPress entries. You should only need to edit index.php, page.php and single.php, but it really depends of the theme you are using.
Simply add the following php code whenever you want your “x messages in the forum’” and “reply in the forum” links to be displayed:
<?php if (function_exists(”wp2bb”)) wp2bb(); ?>
It is recommended to insert the Wp2BB template within the