I would like to show online status of users in a block. The current production block is a CCK view using the user table user name and last activity date. I would like to add a column that shows whether they are online or not. Is there a simple way to do this in CCK or from the admin panels rather then coding behind the scenes?
This may be feature request , if so please move this issue.
The module is very useful and you have done a good job , it would be nice if you added IP country fields into the next release.
It installed bug free so far.

Comments

liam mcdermott’s picture

Glad to hear the module works alright with six. :)

I would like to add a column that shows whether they are online or not. Is there a simple way to do this in CCK or from the admin panels rather then coding behind the scenes?

In a word: no. Not with the online indicator. If you work out something with the Views API and User stats though, I'd be really happy if you contributed the patch back. :)

it would be nice if you added IP country fields into the next release.

Not on my shortlist of stuff to do at the moment. Did look at doing this, but there's already a module that provides this functionality. You could probably combine the two by running the result from User Stats through that module's API.

It might be cool to make User Stats do that automatically of course, hmmm. :)

liam mcdermott’s picture

Status: Active » Postponed
liam mcdermott’s picture

Status: Postponed » Fixed

This should now be possible using the latest Drupal 6 version of User Stats and Views 2.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.