這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

BuddyPress Community Stats

描述

** IMPORTANT **
This plugin has been updated for BuddyPress 1.5.1

This plugin will display your buddypress community total counts for members, active members, status updates, group forums topics, posts(bbPress 1.0), forums, groups, blogs

Display in Footer or Widget – or various filters and templatetags can be used. A simple wp-admin dashboard widget is included (admin role only)

Related Links:

Extra Configuration

The constant BP_COMMUNITY_STATS_ACTIVE_DAYS can be defined in your wp-config to override the default 30 days of last_activity for active members.

Several templatetags are available if you wish to roll your own layout instead of the default widget/footer options

安裝

  1. Upload the full directory into your wp-content/plugins directory
  2. Activate the plugin at the plugin administration page
  3. Enable counts and widget via wp-admin page

常見問題

How do change the active members days?

Set this constant in your wp-config BP_COMMUNITY_STATS_ACTIVE_DAYS

The footer and widget is cool and all but i want to use this in my own theme

template tags are available for each count – have a look within the file bp-community-stats.php. such as bp_community_stats_members(), bp_community_stats_active(), bp_community_stats_status() and so on.

How do I include a certain count?

The wp-admin page includes an option to select which count to display

Deleting a Group with a forum does not change the forum count

This is a bug with BuddyPress – a trac ticket has been filed

My question isn’t answered here

Please contact me on http://etivite.com

評價

閱讀全部1個評價

貢獻者及開發者

“BuddyPress Community Stats” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 BuddyPress Community Stats 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

0.5.1

  • BUG: fix network admin settings page on multisite
  • FEATURE: support for locale mo files

0.5.0

  • WordPress 3.2.1/BP 1.5.1 only

0.3.1

  • Bug: wrong action to delete cache data

0.3.0

  • Feature: Added active members (default 30 days of last_activity)
  • all counts are now wp_cached
  • WordPress 3.0

0.2.0

  • Feature: Added simple wp-admin dashboard widget
  • Bug: Fixed issue with widget not displaying

0.1.0

  • First [BETA] version