I could solve this by adding following code to function.php.
add_filter( ‘bbp_get_the_content’, ‘amend_new_topic’, 10, 3);
Function amend_new_topic ($output, $args, $post_content) {
if ($args[‘context’] == ‘topic’ && $post_content == ”) $output=str_replace(‘></textarea>’, ‘>question1
question2
question3</textarea>’,$output) ;
return $output ;
}
Thanks,
Thank you for your reply!
I understand “Site Role” and “Forum role” settings are seemingly similar but actually have quite different functions.
Thanks,