This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of 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.

ریویو

نومبر 13, 2018
Excellent simple and effective plugin works wonders. Thank you for the effort devoted to programming this excellent utility that bbpress lacks natively. Regards!!!
سارے 2 ریویو پڑھو

Contributors & Developers

“bbp user online status” is open source software. The following people have contributed to this plugin.

حصہ پاوݨ آلے

“bbp user online status&#8221 دا آپݨی زبان وچ ترجمہ کرو۔

ڈیویلپمنٹ وچ دلچسپی ہے؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

تبدیلی لاگ

1.1

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

1.0

  • basic Online/Offline message