bbPress

Simple, Fast, Elegant

bbPress plugin browser »

My Views (0.1.2)

My Views adds the following features to bbPress Views:

* adds html page titles to Views which are missing by bbPress default
* adds proper view title and dropdown Views box  if you edit "view.php" template and put <? my_views_header(); ?> after <h3>..</h3> section
* adds optional dropdown views list  anywhere you put <? my_views_dropdown(); ?> in your templates (themes)
* adds forum total view count if bb-Topic-Views is installed. Edit "front-page.php" template to show <? echo $forum->views; ?>; in desired column.

Built-in bbPress Views

* Topics with no replies        (no-replies)
* Topics with no tags       (untagged)

Appended bbPress Views by My Views

* Latest Discussions        (latest-discussions)
* Topics I've Started       (my-topics)
* Topics I've Participated In   (my-posts)
* Topics with the most posts    (most-posts)
* Topics with the least posts   (least-posts)

Extended bbPress Views by My Views if optional "bb Topic Views" plugin by Mike Wittmann is installed http://bbpress.org/plugins/topic/53

* Topics with the most views    (most-views)
* Topics with the least views   (least-views)
* Forum Statistics          (statistics)

Extended bbPress Views by My Views if optional "Plugin Browser for bbPress" plugin by Sam Bauers is installed http://bbpress.org/plugins/topic/57

  • Installed bbPress Plugins (installed-plugins)
  • Available bbPress Plugins (available-plugins)

Extended bbPress Views by My Views if optional " bbPress Theme Switcher" plugin by _ck_ is installed

  • Installed bbPress Themes (available-themes)

Extended bbPress Views not publicly available

  • Top 100, Top 1000 bbPress Forums

Code is Poetry.