內容簡介
bbPress Live 允許在 WordPress 部落格中顯示 bbPress 1.0 論壇的相關資訊。
該外掛提供兩個新增的小工具:
bbPress 論壇列表 – 顯示論壇的列表或表格
bbPress 最新主題 – 顯示最新主題的列表或表格
每個小工具都可以使用多次,並進行單獨配置。
此外,還提供兩個在佈景主題中使用的函數。這些函數返回一個原始的 php 陣列,可以在佈景主題中進行操作:
bbpress_live_get_forums() – 提供論壇的陣列
bbpress_live_get_topics() – 提供最新主題的陣列
bbPress Live 只能連接運行版本為 1.0 或更高版本的 bbPress 論壇。bbPress 部落格必須在其設置中啟用 XML-RPC。
授權
bbPress Live 版本 0.1.2
版權所有 (C) 2008 Sam Bauers (http://unlettered.org/)
bbPress Live 不附帶任何保證。這是免費軟件,您可以在某些條件下重新分發它。
詳細信息請參閱附帶的 license.txt 文件。
版本歷史
0.1:
初始版本
0.1.1:
更改 get_topics 方法中的引數順序
修復了技術文件中糟糕的 markdown
0.1.2:
將 XML-RPC 調用與最新的 bbPress 方法同步
添加了選項管理頁面
外掛標籤
開發者團隊
原文外掛簡介
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
