Viewing active users
Page: 1
Is there a way to adjust AC to show me who was active in more then 15 minutes.
And also would be great to see when some of my staff wad active.
And also would be great to see when some of my staff wad active.
Ilija Studen
on Sep 2. 2007. 9:31 am
Both things are possible, but they require hacking.
1. There is Users::getWhoIsOnline() method. Only parameter this method accepts is number of minutes used to extract users (default is 15). Find where it is called an alter the parameter value to fit your needs.
2. Last activity time is stored in last_activity field in users table. In code it can be accessed through User::getLastActivity() method so you can show it in any template you wish. Don't forget to format it properly!
I don't hive time to write more detailed instructions but this should help get you started. Have fun :)
1. There is Users::getWhoIsOnline() method. Only parameter this method accepts is number of minutes used to extract users (default is 15). Find where it is called an alter the parameter value to fit your needs.
2. Last activity time is stored in last_activity field in users table. In code it can be accessed through User::getLastActivity() method so you can show it in any template you wish. Don't forget to format it properly!
I don't hive time to write more detailed instructions but this should help get you started. Have fun :)
activeCollab team member
Topic is locked. If you have something important to say about issues discussed on this page please write at hi@a51dev.com.



