Go to file
2017-05-31 16:49:36 +08:00
amd #88 Make plugins DB codechecker happy 2017-02-25 13:00:55 +08:00
backup/moodle2 #102 Handle images during backup/restore 2017-04-27 22:21:21 +08:00
classes #82 Do not assume $COURSE represents the course for the certificate 2017-05-31 16:49:36 +08:00
db #78 Add setting to allow anyone to verify certificates 2017-05-31 16:49:28 +08:00
element #82 Do not assume $COURSE represents the course for the certificate 2017-05-31 16:49:36 +08:00
includes #88 Make plugins DB codechecker happy 2017-02-25 13:00:55 +08:00
lang/en #78 Add setting to allow anyone to verify certificates 2017-05-31 16:49:28 +08:00
pix Huge refactor 2016-02-20 16:35:19 +08:00
templates #48 Added task and settings responsible for emailing certificates 2017-04-26 21:44:04 +08:00
tests #82 Do not assume $COURSE represents the course for the certificate 2017-05-31 16:49:36 +08:00
yui #88 Make plugins DB codechecker happy 2017-02-25 13:00:55 +08:00
.travis.yml Update travis 2017-05-21 12:20:31 +08:00
ajax.php #88 Make plugins DB codechecker happy 2017-02-25 13:00:55 +08:00
composer.json #103 Added composer.json 2017-04-27 22:20:59 +08:00
edit.php Show a link to manage templates 2016-08-25 18:44:52 +08:00
edit_element.php Huge refactor 2016-02-20 16:35:19 +08:00
index.php #88 Make plugins DB codechecker happy 2017-02-25 13:00:55 +08:00
lib.php #88 Make plugins DB codechecker happy 2017-02-25 13:00:55 +08:00
load_template.php Huge refactor 2016-02-20 16:35:19 +08:00
manage_templates.php Uncapitalised usages of the 'context_*' classes 2016-08-25 17:04:10 +08:00
mod_form.php #78 Add setting to allow anyone to verify certificates 2017-05-31 16:49:28 +08:00
my_certificates.php #44 Added page to view all certificates for a user 2016-12-30 14:00:06 +08:00
README.md #106 Minor tweaks to README.md 2017-04-28 10:49:58 +08:00
rearrange.php #88 Make plugins DB codechecker happy 2017-02-25 13:00:55 +08:00
report.php Removed erroneous passing of $course to footer() 2016-12-29 17:22:34 +08:00
settings.php #41 Add setting to display the position X and Y elements 2016-12-30 13:59:14 +08:00
styles.css #88 Make plugins DB codechecker happy 2017-02-25 13:00:55 +08:00
upload_image.php Huge refactor 2016-02-20 16:35:19 +08:00
verify_certificate.php #78 Add setting to allow anyone to verify certificates 2017-05-31 16:49:28 +08:00
version.php #78 Add setting to allow anyone to verify certificates 2017-05-31 16:49:28 +08:00
view.php #48 Added task and settings responsible for emailing certificates 2017-04-26 21:44:04 +08:00

The custom certificate activity

This activity allows the dynamic generation of PDF certificates with complete customisation via the web browser.

Installation

There are two installation methods that are available.

Follow one of these, then log into your Moodle site as an administrator and visit the notifications page to complete the install.

Git

This requires Git being installed. If you do not have Git installed, please visit the Git website.

Once you have Git installed, simply visit your Moodle mod directory and clone the repository using the following command.

git clone https://github.com/markn86/moodle-mod_customcert.git customcert

Then checkout the branch corresponding to the version of Moodle you are using with the following command. Make sure to replace MOODLE_32_STABLE with the version of Moodle you are using.

git checkout MOODLE_32_STABLE

Use git pull to update this repository periodically to ensure you have the most recent updates.

Download the zip

Visit the Moodle plugins website and download the zip corresponding to the version of Moodle you are using. Extract the zip and place the 'customcert' folder in the mod folder in your Moodle directory.

More information

Visit the wiki page for more details. Also, it is a wiki, so please feel free to edit it. :)

License

Licensed under the GNU GPL License.