You’ll be needing to modify
wp-content/plugins/bbpress/templates/default/bbpress/loop-single-topic.php
Hello @robin-w thanks for your answer 🙂
But I cant really figure out what I need to change in loop-single-topic.php can you help me please? ;x
I only see this concerning the author:
<?php do_action( ‘bbp_theme_before_topic_freshness_author’ ); ?>
<span class=”bbp-topic-freshness-author”><?php bbp_author_link( array( ‘post_id’ => bbp_get_topic_last_active_id(), ‘size’ => 14 ) ); ?></span>
<?php do_action( ‘bbp_theme_after_topic_freshness_author’ ); ?>
thank you 🙂
Hello again, I found a temporary fix thank you Robin 🙂
Great, glad you’re sorted.
If you’ve fixed it, would you like to post what you did here, it might help someone searching for a similar fix going forward 🙂
Hi again,
I just played with https://codex.bbpress.org/bbp_author_link/ and adapted it to my theme.