Course Request Manager
Maintained by
Michael Milette
Do you struggle to manage requests for moodle courses from your users? No more!! Course Request Manager allows you to create custom request forms with mandatory or optional fields. The tool allows for quick approval of course requests and can automatically send users details of their new courses including enrollment keys etc. Simplify your admin role by installing this essential plugin!
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
New documentation coming this week!
https://github.com/Kylegoslin/Course-Request-Manager/issues?milestone=&page=1&state=open
So we can ensure we get back to you!
This problem has been addressed in the new version of CRM, due this week!
Not Found
The requested URL /my/blocks/cmanager/installer_build_config/build.php was not found on this server.
have enyoen teh same problem?
We are using this to great effect on www.freemoodle.org
However, I've noticed that the values of the new course are not being take from Settings > Site administration > Courses > Course default settings.
It would be perfect if these values could be applied to the course created by this Block. If that's too awkward, then maybe there could be setting in the Block configuration to allow this.
(If it was the former, then this code could be considered for addition into Core because it's much more powerful than the standard Course Request functionality.
As we don't have any of this yet, is it possible to add some Help documentation about where to change the course creation values?
Stu
most of the php scripts including the one that displays the block on the page includes a style sheet reference and other html code before the opening <?php tag which seems to be inappropriate. This means that a bunch of code is interpreted before it hits the opening tag which should be the first line of any page in Moodle. I got it working by copying the normal opening tags at the beginning of each php script. Technically, there are now 2 of the same tag generated in each page now, which isn’t tidy but the 2nd one gets ignored. This means the page can be rendered correctly in IE.
The version for 1.9 was very stable, 2.2.3 version had some reported bugs, So the version (CRM 2.2) for 2.3.1 is the most stable and bug free.