Recommender
Maintained by
Jenny Gray
This block offers three different recommendation services: popular activities on this course; popular courses on this site; and shared bookmarks. Each can be enabled and configured separately.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
for anyone interested in using this on more recent versions, you can find the code at:
https://github.com/danielneis/moodle-block_recommender/tree/MOODLE_310_STABLE
A JS error results from something within the call to M.core_dock.init - which causes JS execution to stop, and e.g. edit links within a course to remain inactive.
I can't see any other block except navigation (or simple_nav) calling M.core_dock.init, but I also can't find any docs on how block plugins should interact with the dock, so it's not clear to me whether recommender just should not be calling it or whether that "should" be ok (perhaps all the other block plugins "should" be calling it too?!) and some other interaction is causing it to fail in our case.
Any clues?