Conversation
|
Excuse me for not responding for so long. I don't clearly understand, for what is needed stats block on dashboard page. On first page block shows overall site visits. On course page it shows course visits. What should it show on dashboard page? |
I deployed this patch on some of my moodle instances it logically show same stats as on frontpage because $COURSE->id = 1 on the dashboard. I think this behavior is fine. Note : I think this PR could (and maybe should) be completed by an upgrade into db/access.php to prevent all users to add this block on their dashboard by default. |
add possibility to add this block on my/dashboard page.