该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的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