Mass enrolments
Maintained by
Rogier van Dongen
A tool to all teachers to enrol existing users to their courses using CSV files (without bothering the admins)
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
All links should be fixed now. Cheers.
It's Moodle 2.7 and onwards. I personally recommend uninstalling an older version of the plugin before installing the new one, although it shouldnt be necessary.
Cheers!
Thanks
I installed this on Moodle 2.7 today and I cannot get the links to appear under the Users menu. I have added the line to the config.php file. The plugin works if you manually put the URL in the address bar.
Any ideas? Perhaps something has changed in 2.7. It works fine on 2.6
Thanks in advance - a really good plugin by the way.
Cheers
We've been very happy using the plug-in on Moodle 2.4, but now we're migrating to 2.6 and our sysadmins are balking at installing the plug-in since it isn't officially rated for 2.6. Has anyone tried it? Any problems?
It looks good to me if you do it in function mass_unenroll($cir, $course, $context, $data)
But in that case I guess that you do not plan to use the 'mass enrol by CSV' feature since this is handled by imsenterprise ?
Thus I would suggest to remove capability local/mass_enroll:enrol to teacher role and may be adjust some strings in local/mass_enroll/lang/en
Season's greetings.
I need to bulk unenrol students who have been enrolled via the ims enterprise plugin. It looks like I can just modify the code in lib.php in the function mass_unenroll and replace:
$plugin = enrol_get_plugin('manual');
with
$plugin = enrol_get_plugin('imsenterprise');
and
$instance = $DB->get_record('enrol', array('courseid' => $course->id, 'enrol' => 'manual'));
with
$instance = $DB->get_record('enrol', array('courseid' => $course->id, 'enrol' => 'imsenterprise'));
This seemed to work but do you know of any issues this might cause?
Many thanks
I purged the cache and the menue items are back now!
Thanks for migrating this great plugin/add on to Moodle 2.5!
In testing mode, ie by calling directly local/mass_enroll/mass_enroll.php the capabilty is also checked (see line 29 require_capability('local/mass_enroll:enrol', $context); thus
if they are not set, you should get a fatal error .
thus there is something else that prevents the two extra menus items to appear under Course admin/users ...
but what ?
the capability local/mass_enroll:enrol seems not to be set when I switrch to non-testing. Could this be the reason why the menu items don't show up in the admin.block? If so how and where should one set this?
Cheers,
Monica
I installed this plugin to our Moodle 2.5 platform. The testing worked fine, the translation too, but after leaving the testing url and opening the course again, the adminblock doesn't show the new menu items.
I added the line at the end of config.php for the feature set 1.
Could somethin gone wrong as I upgraded Moodle to 2.5 and installed your plugin newly, instead of upgrading it from 1.9 as well?
Cheers,
Monica