A Wordpress plugin to show user online/offline statuses in bbpress topics and replies
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.
/wp-content/plugins/
directoryWhenever 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.