Go to file
2018-08-04 12:44:21 +08:00
amd Coding style fixes 2017-12-04 21:21:27 +08:00
backup/moodle2 #207 Follow-up UX improvements 2018-07-01 20:37:20 +08:00
classes #213 Allow element plugins to have admin settings 2018-07-27 16:42:47 +08:00
db #207 Changed download button between managers and non-managers on mobile 2018-07-10 14:47:02 +08:00
element Fixed misleading version number in requires comment 2018-07-28 12:43:03 +08:00
includes #88 Make plugins DB codechecker happy 2017-02-25 11:38:30 +08:00
lang/en #213 Allow element plugins to have admin settings 2018-07-27 16:42:47 +08:00
mobile #207 Changed font-size for awarded time in the report in mobile view 2018-07-09 22:50:44 +08:00
pix Changed icon for downloading certificate from reports 2018-05-22 11:35:48 +08:00
templates #207 Changed download button between managers and non-managers on mobile 2018-07-10 14:47:02 +08:00
tests #207 Follow-up UX improvements 2018-07-01 20:37:20 +08:00
yui #88 Make plugins DB codechecker happy 2017-02-25 11:38:30 +08:00
.travis.yml Update travis.yml to use Moodle 3.5 2018-05-17 17:29:15 +08:00
ajax.php #88 Make plugins DB codechecker happy 2017-02-25 11:38:30 +08:00
CHANGES.md Updated CHANGES.md 2018-07-13 22:03:59 +08:00
composer.json #103 Added composer.json 2017-04-27 15:32:33 +08: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 #207 Changed download button between managers and non-managers on mobile 2018-07-10 14:47:02 +08:00
LICENSE.md Added LICENSE.md 2018-08-04 12:44:21 +08:00
load_template.php #203 Added missing consistency changes for headings/titles 2018-06-26 20:11:01 +08:00
manage_templates.php #203 Consistency among headings/titles on all pages 2018-06-26 19:25:16 +08:00
mod_form.php #78 Add setting to allow anyone to verify certificates 2017-05-31 16:16:15 +08:00
my_certificates.php #140 Add text describing the my certificates list 2017-11-11 14:37:39 +08:00
README.md #106 Minor tweaks to README.md 2017-04-28 10:48:12 +08:00
rearrange.php #203 Added missing consistency changes for headings/titles 2018-06-26 20:11:01 +08:00
report.php #207 Follow-up UX improvements 2018-07-01 20:37:20 +08:00
settings.php #213 Allow element plugins to have admin settings 2018-07-27 16:42:47 +08:00
styles.css #35 Reworded 'addcertpage' string and changed button to a link 2017-08-07 17:08:17 +08:00
upload_image.php #203 Consistency among headings/titles on all pages 2018-06-26 19:25:16 +08:00
verify_certificate.php #203 Consistency among headings/titles on all pages 2018-06-26 19:25:16 +08:00
version.php Bumped version 2018-07-13 22:40:55 +08:00
view.php #207 No need to use a table/list when displaying only one issue 2018-07-10 11:13:42 +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.