oh thanks i thought it was optional! tanks for the help!
i cut the ifs but nothing happens, should have said this before, i am in no mean a programmer i did this
<?php do_action( 'bbp_theme_before_topic_started_in' ); ?>
<span class="bbp-topic-started-in"><?php printf( __( 'in: <a href="%1$s">%2$s</a>', 'bbpress' ), bbp_get_forum_permalink( bbp_get_topic_forum_id() ), bbp_get_forum_title( bbp_get_topic_forum_id() ) ); ?></span>
<?php do_action( 'bbp_theme_after_topic_started_in' ); ?>
is this correct?
ah thanks, the command is there, i tried to modify the syntax a bit but nothing shows up! can i get a little more details? thanks!