ILIAS UserStats Plugin Code
Brought to you by:
sebastianz1980
File | Date | Author | Commit |
---|---|---|---|
classes | 2014-02-27 |
![]() |
[a6ac1d] Recording support language update |
libs | 2013-02-22 |
![]() |
[6307dc] Initial commit |
sql | 2013-02-22 |
![]() |
[6307dc] Initial commit |
templates | 2014-02-27 |
![]() |
[a6ac1d] Recording support language update |
plugin.php | 2013-02-22 |
![]() |
[6307dc] Initial commit |
readme.txt | 2013-02-22 |
![]() |
[6307dc] Initial commit |
############################################################################## Install notes (min ILIAS 4.0.0) ############################################################################# 1. Copy the content of this folder in <ILIAS_directory>/Customizing/global/plugins/Services/UIComponent/UserInterfaceHook/UserStats 2. Access to ILIAS and go to the administration page. 3. Select "Modules, Services and Plugins" in the menu on the right. 4. Stat the action "Administrate". 5. Look for the UserStats plugin on the table and hit the "update" link. 6. When ILIAS update the plugin, hit the "activate" link that will appear instead of the "update" link. 7. For User Stats Bar Graph you need to call the cron Script (UserStats/classes/class.ilUserStatsCron.php) in your desired interval. Parameters of the script are username password and ClientID for example your entry in /etc/crontab could look like 0,15,30,45 * * * * root /usr/bin/php <ILIAS_directory>/Customizing/global/plugins/Services/UIComponent/UserInterfaceHook/UserStats/classes/class.ilUserStatsCron.php user password clientname > /dev/null 8. Now the script should work an you see an User Stats area on your personal desktop (if you have an admin account)