This will be added in 3.7.19
To fix the issue, edit bfa_post_parts.php and change line 134 (versiion 3.7.18) from
HTML Code:
OR is_page()
HTML Code:
OR is_page() OR function_exists('is_bbpress')
HTML Code:
if ( is_page() AND !is_front_page() AND !is_home() ) {
HTML Code:
if (( is_page() AND !is_front_page() AND !is_home() ) OR (function_exists('is_bbpress')) ) {