Moodle Plugins directory: Custom Course Menu | Moodle.org

Custom Course Menu
Blocks ::: block_custom_course_menu
Maintained by
Tony Box,
Matthew Davidson
A block to display enrolled courses in a highly configurable manner for both students and teachers.
Latest release:
185 sites
49 downloads
32 fans
Current versions available: 3
Custom Course Menu Block
A block to display enrolled course in a configurable manner for both students and teachers.
Features
- Simple install
- Intuitive controls
- Manually hide courses or categories from the list
- Customize sort order of courses and categories
- Expand/collapse course categories
- Favorites "category"
- Last # viewed courses "category"
- Site administrators get an All courses... link
Requirements
- Moodle 2.1+
Installation
Simply rename the moodle-block_custom_course_menu
to custom_course_menu
, move the folder into your blocks directory, and
run the Notifications admin link.
Instructions
- Turn block editing mode on by clicking the gear icon in the bottom right corner.
- Hide courses and cateogires by clicking the eye icon next to them. When a course or category has its eye shut and is
strikethroughit is hidden. - Sort courses and categories by dragging them into the order you would like.
- After you are finished customizing your course menu, click the gear icon once again to save your changes and turn editing mode off.
Developed by the University of Portland. Many features and additions contributed by Syxton https://github.com/Syxton
Contributors
Tony Box (Lead maintainer)
Matthew Davidson: Developer
Please login to view contributors details and/or to contact them
http://integration.moodle.org/job/Precheck%20remote%20branch/18174/artifact/work/smurf.html
Thanks guys for sharing this useful block with the community. I found it working well from usability perspective. When reviewing the code, I raised some suggestions for fixes into your issues tracker at github. I believe they would be better fixed before we approve the block here. Thanks for your patience with the review and approval process.
Please see my comments on issue #15 regarding the sesskey checking.
I believe we've got all of your concerns properly buttoned-up now. Sorry for all of the resubmissions.
Thanks!
Hi Tony. Thanks for fixing the issues promptly. If only I was also able to react on them same promptly! Sorry for the delays with the review.
I checked your latest code again but did not get too far with testing. I was immediately stopped by the issue #26 on PostgreSQL machine. Let me suggest to equip your block with PHPUnit and Behat tests and let these tests run via Travis CI on both MySQL and PostgreSQL to catch these things yourself.
Additionally, my comment on issue #15 from 29 Feb does not seem to have been addressed. Actually it makes me believe that it can't work as it is now.
I am sorry but I have to mark this as needing more work once again. Thanks for understanding.
Hi guys. Please see my comment left in the tracker. For now, I am happy to approve this. You are cleared to land, welcome to the plugins directory.