Go to file
Kumi d406c4ae16
Current status
2022-09-07 13:59:29 +00:00
backup/moodle2 Add missing HTML code to backup... 2021-12-02 10:48:45 +01:00
classes Current status 2022-09-07 13:59:29 +00:00
db Replaced plugin name and some logic 2021-11-24 08:29:43 +01:00
lang/en Workaround for Chrome hanging issue 2021-11-24 13:30:19 +01:00
mobile Replaced plugin name and some logic 2021-11-24 08:29:43 +01:00
pix Changed icon for downloading certificate from reports 2018-05-22 11:35:48 +08:00
templates Replaced plugin name and some logic 2021-11-24 08:29:43 +01:00
vendor Replaced plugin name and some logic 2021-11-24 08:29:43 +01:00
LICENSE.md Added LICENSE.md 2018-08-04 12:44:21 +08:00
README.md Changed references to old github name 2019-12-16 15:00:11 +01:00
composer.json Replaced plugin name and some logic 2021-11-24 08:29:43 +01:00
composer.lock Replaced plugin name and some logic 2021-11-24 08:29:43 +01:00
edit.php Actual workaround for Chrome hanging issue 2021-11-24 13:32:08 +01:00
index.php Replaced plugin name and some logic 2021-11-24 08:29:43 +01:00
lib.php Remove references to removed elements feature 2021-11-24 09:39:29 +01:00
load_template.php Remove references to removed elements feature 2021-11-24 09:39:29 +01:00
load_template_cli.php Replaced plugin name and some logic 2021-11-24 08:29:43 +01:00
manage_templates.php Replaced plugin name and some logic 2021-11-24 08:29:43 +01:00
mod_form.php Replaced plugin name and some logic 2021-11-24 08:29:43 +01:00
my_certificates.php Replaced plugin name and some logic 2021-11-24 08:29:43 +01:00
report.php Replaced plugin name and some logic 2021-11-24 08:29:43 +01:00
settings.php Replaced plugin name and some logic 2021-11-24 08:29:43 +01:00
styles.css Remove unused CSS rules 2021-11-24 08:30:34 +01:00
upload_image.php Replaced plugin name and some logic 2021-11-24 08:29:43 +01:00
verify_certificate.php Replaced plugin name and some logic 2021-11-24 08:29:43 +01:00
version.php Bump mod version 2021-11-24 13:32:32 +01:00
view.php Current status 2022-09-07 13:59:29 +00:00

README.md

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/mdjnelson/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.