jerichox (@jerichox)

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • @jerichox

    Participant

    bump

    @jerichox

    Participant

    Thanks in advance BTW!

    In reply to: Topic Icons?

    @jerichox

    Participant

    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?

    In reply to: Topic Icons?

    @jerichox

    Participant

    ok so here is a crazy question.. what Function file do these go in? LOL or am i totally lost.

    In reply to: Topic Icons?

    @jerichox

    Participant

    Well this is an awesome page.. thanks so much!

Viewing 5 replies - 1 through 5 (of 5 total)