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

bbp user online status

外掛說明

Simply adds an “Online” or “Offline” under the author information in bbpress topics and replies.

Parts of code adapted from Robin Wilson’s bbp profile information, Raul Illana’s Awebsome! Online Registered Users Widget, and from onetrickpony at stackoverflow.

TODO

  • Make inactive time configurable
  • Include images in addition to text (configurable)
  • Make location configurable
  • Make text configurable

螢幕擷圖

  • Online status (redacted IP, line break isn't a bug)
  • Offline status
  • Settings

安裝方式

  1. Upload the plugin zip to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Activate the Online/Offline status message by going to ‘Settings’ -> ‘bbp user online status’
  4. Style li.bbp-online-status span.bbp-offline and li.bbp-online-status span.bbp-online

常見問題集

How does BBP User Online Status check keep track of who’s online?

Whenever a user logs in or logs out, a variable is set or unset respectively. If a user doesn’t logout,
if the user has been inactive for more than 15 minuets, there status is set as offline.

使用者評論

2018 年 11 月 13 日
Excellent simple and effective plugin works wonders. Thank you for the effort devoted to programming this excellent utility that bbpress lacks natively. Regards!!!
閱讀全部 2 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈bbp user online status〉的開發相關工作。

參與者

將〈bbp user online status〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.1

  • added CSS styling (from https://github.com/jacobwarduk/bbp-user-online-status/commit/55a3084ee106fe5d911ce2191a28091092da7b6c)

1.0

  • basic Online/Offline message