Forums

Join
bbPress Support ForumsRequests and FeedbackLatest author - how?

Info

Tags

Latest author - how?

  1. Hi,

    I'm not very good at this, but I somehow managed to create a decent forum (mainly thanks to a super plugin!).

    But there is just one thing I can't figure out: How can I show the latest author from a topic on the front page?

    Right now it looks like this:

    " title="<?php bbp_topic_title(); ?>"><?php bbp_topic_title(); ?>
    <?php if ( $show_date == 'on' ) _e( 'af Brugernavn for ' . bbp_get_topic_last_active_time() . ' siden

    ' ); ?>

    I want the author of the lastest post instead of "Brugernavn" - but how?

  2. < a class="bbp-forum-title" href="<?php bbp_topic_permalink(); ?>" title="<?php bbp_topic_title(); ?>"><?php bbp_topic_title(); ?><?php if ( $show_date == 'on' ) _e( 'af <strongBrugernavn/strong> for ' . bbp_get_topic_last_active_time() . ' siden

    ' ); ?>

  3. You must log in to post.