Go to file
Kumi 6ac6ba53c1
Current status
2022-09-07 13:54:03 +00:00
.github/workflows GHA: ROW_FORMAT=COMPRESSED deprecated in MariaDB 10.6 2021-08-03 17:56:54 +08:00
amd Change JS to please GHA 2021-10-27 13:30:04 +08:00
backup/moodle2 Added alignment to activity backup/cloning (#121) 2021-10-17 20:54:42 +08:00
classes Current status 2022-09-07 13:54:03 +00:00
db Add custom HTML field which takes precedence over template pages 2021-11-05 08:02:24 +00:00
element Minor code changes (#415) 2021-08-04 11:28:03 +08:00
includes #88 Make plugins DB codechecker happy 2017-02-25 11:38:30 +08:00
lang/en Added elements alignment support (#121) 2021-10-17 20:44:55 +08:00
mobile Mark certificates as viewed in mobile app (#342) 2020-05-30 13:03:02 +02:00
pix Changed icon for downloading certificate from reports 2018-05-22 11:35:48 +08:00
templates Adapt mobile app code to Ionic 5 (#431) 2021-07-06 17:03:49 +08:00
tests Fix error message when we have custom profile fields (#465) 2021-10-27 15:30:13 +08:00
yui Rebuilt moodle-mod_customcert-rearrange-min.js 2020-11-27 14:25:02 +08:00
.gitignore Current changes 2021-11-09 13:42:54 +00:00
CHANGES.md Update CHANGES.md 2021-10-27 16:46:50 +08:00
LICENSE.md Added LICENSE.md 2018-08-04 12:44:21 +08:00
README.md Current changes 2021-11-09 13:42:47 +00:00
ajax.php Add new lines at end of files 2021-08-03 17:39:34 +08:00
composer.json Current changes 2021-11-09 13:42:47 +00:00
composer.lock Current changes 2021-11-09 13:42:47 +00:00
edit.php #203 Consistency among headings/titles on all pages 2018-06-26 19:25:16 +08:00
edit_element.php #203 Consistency among headings/titles on all pages 2018-06-26 19:25:16 +08:00
index.php #203 Removed 'issued' string and replaced with 'receiveddate' 2018-06-19 21:02:01 +08:00
lib.php Add ability to show description on course page (#406) 2021-04-03 10:37:15 +08:00
load_template.php Add new lines at end of files 2021-08-03 17:39:34 +08:00
load_template_cli.php Current status 2022-09-07 13:54:03 +00:00
manage_templates.php Respect multiple languages in manage template page title (#467) 2021-10-27 16:44:49 +08:00
mod_form.php Add ability to choose how to deliver the certificate (#401) 2021-04-05 16:49:10 +08:00
my_certificates.php Fix Moodle Code Checker complaints 2021-05-27 18:24:01 +08:00
rearrange.php Added elements alignment support (#121) 2021-10-17 20:44:55 +08:00
report.php #207 Follow-up UX improvements 2018-07-01 20:37:20 +08:00
settings.php #180 Add possibility to set default values of activity instance 2018-08-06 18:44:44 +08:00
styles.css Added elements alignment support (#121) 2021-10-17 20:44:55 +08:00
upload_image.php #203 Consistency among headings/titles on all pages 2018-06-26 19:25:16 +08:00
verify_certificate.php Removed usaged of deprecated functions (#423) 2021-05-27 22:46:53 +08:00
version.php Add custom HTML field which takes precedence over template pages 2021-11-05 08:02:24 +00:00
view.php Current status 2022-09-07 13:54:03 +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.

First, make sure that wkhtmltopdf is installed on your server and available on $PATH.

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.