Popis
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
Instalace
- Upload the plugin zip to the
/wp-content/plugins/
directory - Activate the plugin through the ‚Plugins‘ menu in WordPress
- Activate the Online/Offline status message by going to ‚Settings‘ -> ‚bbp user online status‘
- Style li.bbp-online-status span.bbp-offline and li.bbp-online-status span.bbp-online
Nejčastější dotazy
- 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.
Recenze
Autoři
bbp user online status je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPřeložte “bbp user online status” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
1.1
- added CSS styling (from https://github.com/jacobwarduk/bbp-user-online-status/commit/55a3084ee106fe5d911ce2191a28091092da7b6c)
1.0
- basic Online/Offline message