sorry, this one slipped by
add this code, changing ‘shortcode here’ to the actual shortcode you wish to execeute
add_action( 'bbp_theme_before_reply_form' , 'rew_add_shortcode');
function rew_add_shortcode () {
echo do_shortcode( '[shortcode here]' );
}
Put this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use