In drupal, is there a way to check or display which users are currently logged on? I want users who are logged on to be able to see who else is on. Is this possible and if so, how?
Thanks.
In drupal, is there a way to check or display which users are currently logged on? I want users who are logged on to be able to see who else is on. Is this possible and if so, how?
Thanks.
There is a Who's Online block in Drupal Core. Enable that to show a list of online users.
Check this page... It is for drupal 5 but there is probably some form of it for 6 also
One of the default blocks Drupal implements is titled "Who's online". There are two settings you can change for that block: user activity (how long users are still considered online after they viewed a page), and user list length (the maximum number of currently online users to display).