Login or Register

RSS IconRecent posts in this topic

avatar
squallp on Sep 2. 2007. 3:55 am
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.
avatar
Ilija Studen on Sep 2. 2007. 4: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 :)
activeCollab team member
avatar
squallp on Sep 2. 2007. 7:09 am
I have manage it, it works :)
Topic is locked. If you have something important to say about issues discussed on this page please write at hi@a51dev.com.

RSS IconRecent posts in this topic