Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User list with "Not accepted, was online" doesn't work #47

Open
b-vetter opened this issue May 9, 2018 · 3 comments
Open

User list with "Not accepted, was online" doesn't work #47

b-vetter opened this issue May 9, 2018 · 3 comments
Labels
bug Something isn't working

Comments

@b-vetter
Copy link

b-vetter commented May 9, 2018

Describe the bug
If I try to see the not accepted, was online user, I see a empty list.

To Reproduce
I click on the User List Menu and than the drop down to "Not accepted, was online".

Expected behavior
List all users with already was online but haven't accepted the new policy.
It should be the same users that are in the reject group.

Webserver

  • phpBB Version: 3.2.2
  • PHP Version: 7.1.13
@tas2580 tas2580 added the bug Something isn't working label May 9, 2018
@tas2580
Copy link
Owner

tas2580 commented May 9, 2018

I use "user_lastvisit" to compare the date. But I think "user_lastvisit" has not really the last visit date. I run in this trap every time...

@derRichter
Copy link

derRichter commented May 28, 2018

i think i see i set when the user is logged out again, then the list is refreshed
Note: the User is show in this list only, when he clicked active "logout", only closing browser or somethink like that is not working...

i think is can be a solution:
https://www.phpbb.com/community/viewtopic.php?f=71&t=2113410#p12914062
(last post)

@tas2580
Copy link
Owner

tas2580 commented May 30, 2018

The problem is that you have to query the sessions table for each user...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants