Menu

Tree [a6ac1d] master /
 History

HTTPS access


File Date Author Commit
 classes 2014-02-27 sebastian sebastian [a6ac1d] Recording support language update
 libs 2013-02-22 sebastianz1980 sebastianz1980 [6307dc] Initial commit
 sql 2013-02-22 sebastianz1980 sebastianz1980 [6307dc] Initial commit
 templates 2014-02-27 sebastian sebastian [a6ac1d] Recording support language update
 plugin.php 2013-02-22 sebastianz1980 sebastianz1980 [6307dc] Initial commit
 readme.txt 2013-02-22 sebastianz1980 sebastianz1980 [6307dc] Initial commit

Read Me

##############################################################################
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)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.