Linux 软件免费装

bbPress Live

开发者 sambauers
更新时间 2008年12月14日 20:05
PHP版本: 2.6.2 及以上
WordPress版本: 2.6.2

标签

bbPress forums

下载

0.1.1 0.1.2

详情介绍:

bbPress Live allows the display of information from a bbPress 1.0 forum from inside a WordPress blog. Specifically, it provides two new widgets: 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 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.

安装:

  1. Upload bbpress-live.php to your plugins directory
  2. Activate the plugin through the Plugins menu in WordPress
  3. Configure your settings in the bbPress live section under the Plugins section

常见问题:

What parameters does the bbpress_live_get_forums() function accept?

The parameters are as follows:

  1. $parent integer|string The parent forum id or slug whose child forums are to be fetched. Default "0" means start at the root.
  2. $depth integer The depth to which child forums of the parent forum will be fetched. Default "0" means no limit.

What parameters does the bbpress_live_get_topics() function accept?

The parameters are as follows:

  1. $forum integer|string The forum id or slug whose child topics are to be fetched. Default "0" means get all forums.
  2. $page integer The the page number to fetch. Default is "1".
  3. $number integer The number of forums per page. Default "0" means use bbPress' default number per page.