Hello,
Is there a Backdrop CMS module similar to the Drupal 7 “Who's online” module. Or another way to see which users are currently online on the site.
Thanks
Hello,
Is there a Backdrop CMS module similar to the Drupal 7 “Who's online” module. Or another way to see which users are currently online on the site.
Thanks
To show the total number of users online in the last 5 minutes.
Install modules
Create a view... "Who's online"... Make it a Block
Add Field - Hostname
Add Filter - Timestamp <= 5 minutes
Add Sort - Hostname
Use Aggregation = Yes
Change Sort Aggregation settings to Count Distinct
If you want to show the user names of the people logged in... it gets a little more involved.
Thank you for the advice! I also had a vague idea that this could be done via Views, but the suggestion of the Views autorefresh module, which I didn't know existed, makes the implementation more achievable.
Yes, that works and is much more configurable then Drupal 7 “Who's online”.
Thanks again!
Here is my (quite similar) approach:
This might be a simple but useful recipe?
Here is my (quite similar) approach: