You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Flotter Totte 964a818809
Merge pull request #83 from andil-elearning/enrol_period
7 years ago
amd Improve manage table (select menu for actions and toggle all checkbox) 9 years ago
backup Backup and restore feature 7 years ago
db Implements enrolments management 7 years ago
lang Implements enrolperiod 7 years ago
README.md Update README.md 11 years ago
apply_form.php Add info about max enrolled users on enrol screen 8 years ago
composer.json adding composer.json 9 years ago
edit.php Implements enrolperiod 7 years ago
edit_form.php Implements enrolperiod 7 years ago
lib.php Implements enrolperiod 7 years ago
manage.php Improve manage table (select menu for actions and toggle all checkbox) 9 years ago
manage_table.php Improve manage table (select menu for actions and toggle all checkbox) 9 years ago
notification.php Use Messaging API instead of email_to_user() function 9 years ago
renderer.php Improve manage table (select menu for actions and toggle all checkbox) 9 years ago
settings.php Implements enrolperiod 7 years ago
style.css Improve manage table (select menu for actions and toggle all checkbox) 9 years ago
unenrolself.php Format code (code checker) 9 years ago
version.php Fix version number 7 years ago

README.md

Description

The enrolment plugin "enrol on approval" add an approval step into the course enrolment process. Users will be informed by mail as soon as their course application has been approved/rejected.

Installation

Install from moodle.org

Install with git

  • use a command line interface of your choice on the destination system (server with moodle installation)
  • switch to the moodle enrol folder: cd /path/to/moodle/enrol/
  • git clone https://github.com/emeneo/apply.git
  • navigate on your moodle page to admin --> notifivations and follow the instructions

Install from zip