Thought I would help you guys out. Go to the following file:
library/structure/content-extensions.php
Find the function named attitude_theloop() and in the opening if statement change:
if( is_page() ) {
TO
if( is_page() || is_bbpress() ) {
That should do it!