Enrolment upon approval
Maintained by
Flotter Totte, emeneo Plugins
The enrolment plugin "enrol on approval" adds an approval step into the course enrolment process. Users will be informed by mail as soon as their course application has been approved/ rejected.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
thanks a lot!
Could you please send me the German lang file? I will send you my email in a pm
Flotter
$string['confirmenrol'] = 'Manage enrolment requests';
$string['cancelmailcontent'] = 'Mail für Verwerfen der Einschreibung';
$string['cancelmailcontent_desc'] = 'Bitte benutzen Sie die Spezialmarkierungen, um den gewünschten Mailinhalt zu ersetzen.
{firstname}:Registrierungsname; {content}:Kursname';
$string['cancelmailsubject'] = 'Mail-Betreff für Verwerfen der Einschreibung';
$string['confirmenrol'] = 'Einschreibeanfragen bearbeiten';
$string['confirmmailcontent'] = 'E-Mail für Bestätigung der Einschreibung';
$string['confirmmailcontent_desc'] = 'Bitte benutzen Sie die Spezialmarkierungen, um den gewünschten Mailinhalt zu ersetzen.
{firstname}:Registrierungsname; {content}:Kursname';
$string['confirmmailsubject'] = 'E-Mail-Betreff für Bestätigung der Einschreibung';
$string['description'] = 'Beschreibung';
$string['editdescription'] = 'Beschreibung anpassen';
$string['enrolusers'] = 'Benutzer manuell einschreiben';
$string['mailtoteacher_suject'] = 'Neue Anfrage zur Einschreibung';
$string['notification'] = 'Einschreibungsantrag wurde erfolgreich gesendet..
Sie werden via Mail informiert, sobald Ihre Einschreibung bestätigt wurde.';
$string['sendmailtoteacher'] = 'Sende eine Hinweis-E-Mail an den Trainer';
$string['setting_edit'] = 'Bearbeiten';
in case you are looking for a list of variables which can be used in the mail: this can be found in the plugin documentation (http://www.emeneo.com/em2/course/category.php?id=2)
Forum support for this plugin: https://moodle.org/mod/forum/discuss.php?d=189334
All the best,
Flotter
Received error:
Debug info: SQLState: 42000
Error Code: 102
Message: [Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near 'limit'.
select * from mdl_role where archetype="student" limit 1
[array (
)]
Error code: dmlreadexception
Stack trace:
◦line 426 of \lib\dml\moodle_database.php: dml_read_exception thrown
◦line 260 of \lib\dml\sqlsrv_native_moodle_database.php: call to moodle_database->query_end()
◦line 367 of \lib\dml\sqlsrv_native_moodle_database.php: call to sqlsrv_native_moodle_database->query_end()
◦line 779 of \lib\dml\sqlsrv_native_moodle_database.php: call to sqlsrv_native_moodle_database->do_query()
◦line 827 of \lib\dml\sqlsrv_native_moodle_database.php: call to sqlsrv_native_moodle_database->get_recordset_sql()
◦line 1382 of \lib\dml\moodle_database.php: call to sqlsrv_native_moodle_database->get_records_sql()
◦line 78 of \enrol\apply\lib.php: call to moodle_database->get_record_sql()
◦line 63 of \enrol\index.php: call to enrol_apply_plugin->enrol_page_hook()