Seems to be working a day later. May have been a caching issue.
Thanks for your help!
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!