Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
What do you mean?
Do you want to see all users that are currently Online in ICQ,AIM, Whatever?
Do you want to see if the "Online Visitors" are online in ICQ,bla bla bla.... too?
The first one is not possible, The Module refreshes the onlinestatus for each messenger on demand.
the second one could be added with an Theme-Hack.
Use this code to add an indicator image to your Site: theme('onlinestatus_indicator', $user, $messenger);
$user must be an object like $user or $node
$messenger is a string and could be aim,icq,jabber,yahoo,xfire,msn,skype
Comments
Comment #1
xeniac commentedWhat do you mean?
Do you want to see all users that are currently Online in ICQ,AIM, Whatever?
Do you want to see if the "Online Visitors" are online in ICQ,bla bla bla.... too?
The first one is not possible, The Module refreshes the onlinestatus for each messenger on demand.
the second one could be added with an Theme-Hack.
Use this code to add an indicator image to your Site:
theme('onlinestatus_indicator', $user, $messenger);$user must be an object like $user or $node
$messenger is a string and could be aim,icq,jabber,yahoo,xfire,msn,skype
Comment #2
kus commentedi meant the first one....but the first one is also nice. thanks.