Skip to:
Content
Pages
Categories
Search
Top
Bottom

First Poster Plugin?

  • @ksmithtn

    Member

    This may be a ridiculous question, but I’m looking for a plugin that will simply list the author of the first post (maybe just below the topic).

    Is there one out there? Seems simple enough.

    From experience, I’d prefer to know who authored the post to begin with before clicking through to find out.

Viewing 6 replies - 1 through 6 (of 6 total)
  • @_ck_

    Participant

    Each topic already carries the name of the person that started it, so this is very easy to do without a plugin.

    Simply edit your front-page.php and forums.php templates and put

    <?php echo $topic->topic_poster_name; ?>

    where you’d like it.

    also see this tag

    https://bbpress.org/forums/tags/topic-author

    @_ck_

    Participant

    Each topic already carries the name of the person that started it, so this is very easy to do without a plugin.

    Simply edit your front-page.php and forums.php templates and put

    <?php echo $topic->topic_poster_name; ?>

    where you’d like it.

    also see this tag

    https://bbpress.org/forums/tags/topic-author

    @ksmithtn

    Member

    Thanks, ck.

    Working perfectly.

    One more question…

    Is there a tag for # of views a post has received?

    @ksmithtn

    Member

    Thanks, ck.

    Working perfectly.

    One more question…

    Is there a tag for # of views a post has received?

    @ksmithtn

    Member

    Nevermind, I found the views plugin. Thanks.

    @ksmithtn

    Member

    Nevermind, I found the views plugin. Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.
Skip to toolbar