bbPress

Simple, fast, elegant

bbPress Plugin Browser »

Forum Last Poster (0.0.5)

  • Install forum-last-posters.php to my-plugins/ and activate

  • Edit your front-page.php and/or forum.php templates to add FRESHNESS column in the forum list like so:

    > ' ); ?>">' ); ?>

(Notice the new Freshness and forum_time() lines, compared to the default template)

  • You may also use any of the other topic-like functions in any combination, see the FAQ for the list.

  • You may specify a specifc forum by id if using a custom query/template, ie. forum_time(3) - otherwise it will automatically figure out the current forum id from the forum loop

Code is Poetry.