Examples:
<?php bbp_reply_author_link( array( 'sep' => '<br />', 'show_role' => false, 'type' => 'name' ) ); ?>
“Displays only the current reply author user’s display name without their avatar or user role” via http://codex.bbpress.org/bbp_reply_author_link/
<?php bbp_topic_author_link( array( 'sep' => '<br />', 'show_role' => false, 'type' => 'name' ) ); ?>
“Displays only the current topic author user’s display name without their avatar or user role” via http://codex.bbpress.org/bbp_topic_author_link/
More examples are at each of the following links:
http://codex.bbpress.org/bbp_author_link/
http://codex.bbpress.org/bbp_reply_author_link/
http://codex.bbpress.org/bbp_topic_author_link/
Hope it helps 🙂