
Blocks: User favourites / favorite / bookmark
block_user_favorites
Maintained by
Luuk Verhoeven,
Gemma Lesterhuis
Marking Moodle pages as user favourites.
416 sites
97 downloads
20 fans
Current versions available: 2
Contributors
Luuk Verhoeven (Lead maintainer)
Gemma Lesterhuis
Please login to view contributors details and/or to contact them
This looks a great plugin. I am wanting to connect it with some custom sql - where exactly does a user's favourite list get stored?
thanks
Ken
This information is stored in `mdl_user_preferences` with the name "user_favorites" the data is a serialized array.
Cheers, Luuk
Ken
You can add this request to GitHub issue tracker https://github.com/MFreakNL/moodle-block-user_favorites/issues
Greets, Luuk
Yes, you should add it manual to each course. It's a normal block instance.
You can make it a default course block see this comment:
https://moodle.org/mod/forum/discuss.php?d=363912#p1467851
@Fabian the block is not ready for the Moodle Mobile App, I am actually not sure if it would really work properly. You are always free to make changes to the block and push it back to the community. You could find more information on how to make it work on the Moodle website, by example: https://docs.moodle.org/dev/Mobile_support_for_plugins