We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

*BUG* Expired on-line users sign out event | Forum

Sean
Sean Oct 1 '15
I'm developing a plugin that needs to run some code when a user signs out.


Looking at the Oxwall code when the base cron runs and deletes expired on-line users they are simply deleted from the table, the sign out event is not called.


This seems a bit silly to me, as they are essentially being logged out surely it should run?

Sean
Sean Oct 7 '15
Does anyone think this will be fixed?
ross Team
ross Oct 7 '15
This is the log out event: 

 OW_EventManager::ON_USER_LOGOUT

You can bind to it. 

ross Team
ross Oct 7 '15
Topic was moved from Bug reports and troubleshooting.
Sean
Sean Oct 7 '15
Yes I know what it is, but it doesn't seems to be called when Base Cron removes users from being on-line when they are inactive.