Statistics (Graph Stats)
Maintained by
Éric Bugnet, Vadim Dvorovenko
Little graph with visitors statistics
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
Can someone please explain, where/how we can see the stats?
PLugin has been installed, but I dont find a way how to use it.
MArtins
Bonjour s zed, en effet il y a une configuration qui empêche de placer ce bloc sur la dashboard.
En juin j'ai effectué une pull request sur github pour corriger cela mais c'est toujours en attente d'intégration. (https://github.com/vadimonus/moodle-block_graph_stats/pull/1)
En gros il faut appliquer ce commit (https://github.com/vadimonus/moodle-block_graph_stats/pull/1/commits/5fe6b6e992a4a943c944bce926154765b8cbda16) sur ton fichier block_graph_stats.php
Concernant les connexions en fait la requête exécutée lorsque l'on est dans un cours ne gère pas les accès multiples pour un même utilisateur. Je verrai pour fournir un patch quand j'aurai un peu de temps.
===================================
To sum up s zed ask :
- why he can not add this block to the dashboard. As i faced same issue on june i made reference to a related PR i opened.
- why there is only distinct course viewed display on the graph when you are in a course. As you can see the query (https://github.com/vadimonus/moodle-block_graph_stats/blob/master/locallib.php#L70) count only distinct user course_viewed event even if we have checked block_graph_stats|multi in config. I'll try to provide a patch when i'll have freetime.
So any suggestions for this ?
I have started using this block on my site (lms.iba-suk.edu.pk) and it works fine. It shows the Sats only on the homepage, Will it work for course page ? Teacher should know the traffic on its course. How to do that ?
These langpacks are old, they have unused strings and does not have some new strings, added by Wesley Ellis (uniquevisitors). I've deleted unused strings, but i cannot add missing.
Currently translation for all modules in Moodle plugins repository are maintained via AMOS (lang.moodle.org). Translation, made via AMOS (and downloaded with langpack) takes precedence over version in plugin's directory. So it's not needed any more to add translations to plugin. But for AMOS it is needed, that new version is uploaded to moodle Plugins directory. (http://lang.moodle.org/mod/forum/discuss.php?d=2485)
Only the maintainer (Éric Bugnet) can do so. If it's not possible to contact him to update version here, or ask him to transfer plugin to other maintainer, we should create alternate plugin record (e.g. graph_stats2)
Can you please add all languages strings to your version ?
https://github.com/jfruitet/block_graph_stats_m24/tree/master/lang
Regards.
Jean.