Describe your feature request
Add "last seen" datetime attribute to the login table, that way we can query the database to determine login activity (count, list online users, etc)
Where did you see this?
It is very common nowadays, I wonder why we skip it?
Community interest
I tried that but i dont get an end point, which i need for the js script?
Here is a chatgpt summery of what i tried, and what it said:
I tried adding a “users online” counter via Chevereto theme custom hooks, the built-in /api-v1, and even dropping PHP in theme hook paths and an internal page—each failed (404 or...
Add "last seen" datetime attribute to the login table, that way we can query the database to determine login activity (count, list online users, etc)
Where did you see this?
It is very common nowadays, I wonder why we skip it?
Community interest
so i just put that PHP code i have for the user session count, in content/legacy/themes/Peafowl/custom_hooks/ and it gets detected automatically?
I tried that but i dont get an end point, which i need for the js script?
Here is a chatgpt summery of what i tried, and what it said:
I tried adding a “users online” counter via Chevereto theme custom hooks, the built-in /api-v1, and even dropping PHP in theme hook paths and an internal page—each failed (404 or...