Forums

Join
bbPress Support ForumsPluginsFirst Poster Plugin?

Info

First Poster Plugin?

  1. 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.

  2. 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

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

  3. Thanks, ck.

    Working perfectly.

    One more question...

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

  4. Nevermind, I found the views plugin. Thanks.

  5. You must log in to post.