Hi,
First assure that ‘Allow guest users without accounts to create topics and replies’ is checked.
To allow guest just to create topics, in wp-content/plugins/bbpress/templates/default/bbpress/form-topic.php one line 28 change with:
<?php if ( bbp_current_user_can_access_create_topic_form() && !bbp_is_anonymous() ) : ?>
To allow guest just to create topics, in wp-content/plugins/bbpress/templates/default/bbpress/form-reply.php one line 28 change with:
<?php if ( bbp_current_user_can_access_create_reply_form() && !bbp_is_anonymous() ) : ?>