so I got it to work.. the only one not working is the NEW post one..
// New Topic
function rk_new_topics() {
$offset = 1800;
if ( get_post_time() > date('U') - $offset )
echo '<span class="new"><span class="dashicons dashicons-smiley"></span></span>';
}
add_action( 'bbp_theme_before_topic_title', 'rk_new_topics' );
does that code look right?
ok so here is a crazy question.. what Function file do these go in? LOL or am i totally lost.
Well this is an awesome page.. thanks so much!