Search User From Last Activity ?

tafreehm

Well-known member
How can I search user from Last activity? For example I wanna list of user who did not visit forum from last 4 months....
 
well, I was hoping to put those user in separate category with other other critera. and also to send email....
So I guess this criteria is not available via admincp ?
 
I've added a "empty" method which is being run after the mail notification, so it's very easy to add own extensions o this (e.g. set new usergroup, log data,...)

PHP:
    protected function _runAfterNotification($users)
    {
 
    }
 
Top Bottom