bbPress Live

bbPress Live allows you to pull data from a bbPress 1.0 forum using the new
XML-RPC publishing API in bbPress.

Author:Sam Bauers (profile at wordpress.org)
WordPress version required:2.6.2
WordPress version tested:2.6.2
Plugin version:0.1.2
Added to WordPress repository:01-10-2008
Last updated:08-10-2008
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://wordpress.org/extend/plugins/bbpress-l...
Total downloads:8 386
Active installs:10+
plugin download
Click to start download

bbPress Live allows the display of information from a
bbPress 1.0 forum from inside a WordPress blog.

Specifically, it provides two new widgets:

  • bbPress Forum List – Provides a list or table of forums
  • bbPress Latest Topics – Provides a list or table of the latest topics

Each widget can be used multiple times, and configured individually.

There are also two functions for use in themes. These functions return a raw
php array which can be manipulated inside the theme:

  • bbpress_live_get_forums() – Provides an array of forums
  • bbpress_live_get_topics() – Provides an array of the latest topics

bbPress Live can only connect to a bbPress forum running bbPress with a version of
1.0 or higher. The bbPress blog must have XML-RPC enabled in it’s settings.

License

bbPress Live version 0.1.2
Copyright (C) 2008 Sam Bauers (http://unlettered.org/)

bbPress Live comes with ABSOLUTELY NO WARRANTY This is
free software, and you are welcome to redistribute
it under certain conditions.

See accompanying license.txt file for details.

Version History

  • 0.1 :

    Initial release
  • 0.1.1 :

    Change order of arguments in get_topics methods

    Fix bad markdown in readme file
  • 0.1.2 :

    Sync up XML-RPC calls with latest bbPress methods

    Add administration page for options

FAQ