Hi,

I have a view setup which checks for "Is_Online".. I have added "Is_Online" as a filter, but didn't select "Online" or "Offline" because I want to show both status initially in the view. However, I exposed the filter and set an optional value so that it's not mandatory. Now when the user logs in, and you go to the view of users it only shows offline users, then if you reload the filters it will display online and offline users. Then when the user logouts, the view isn't updated to reflect that the user is logged out. I guess, is there a way to clear users status so that it reflects more accurate statistics? Or what is the proper way to accomplish this? Are these bug issues that are known and not fixed?

Comments

tseven’s picture

I am experiencing the same behavior using Views, except my filter is hidden.

Liam McDermott’s picture

Title: Views not update Online Status » Online status is not updated
Category: support » bug
Status: Active » Fixed

Thanks for the report, and sorry for taking a while to get to it.

This is fixed with one caveat: an error is generated in Postgres, due to a bug in Views 2 (#506818: [Postgres] GROUP BY uses field names instead of aliases). Should be alright for most users though, Postgres users should just avoid using the -dev version until Views is fixed.

The -dev release on the project front page will update within the next 24 hours, please test and re-open this bug if the problem is still there. Thanks. :)

Status: Fixed » Closed (fixed)

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