Go to file
Mark Nelson 355de679e8 Added a 'leftmargin' field
Also renamed the 'margin' field to 'rightmargin'
to easily distinguish between the two.
2015-12-11 12:10:45 +08:00
backup/moodle2 Added a 'leftmargin' field 2015-12-11 12:10:45 +08:00
classes/plugininfo Added new customcertelement class required in 2.6 to avoid debugging message 2013-10-31 14:53:34 +08:00
db Added a 'leftmargin' field 2015-12-11 12:10:45 +08:00
element Fixed issue when creating an image element 2015-12-11 12:09:08 +08:00
includes Removed the included TCPDF_COLORS class as it is now included in core 2013-10-31 14:58:56 +08:00
lang/en Added a 'leftmargin' field 2015-12-11 12:10:45 +08:00
pix Added drag & drop feature to rearrange elements 2015-08-05 14:19:55 -05:00
yui/src Added a 'leftmargin' field 2015-12-11 12:10:45 +08:00
adminsetting.class.php Created a dummy variable to avoid being redirected back to the upgrade settings page 2013-10-31 14:53:34 +08:00
edit.php Removed the 'Download grid' functionality 2015-12-06 16:54:19 +08:00
edit_element.php Moved file manager to the image element 2015-03-13 23:37:07 -07:00
edit_element_form.php Fixed issue when creating an image element 2015-12-11 12:09:08 +08:00
edit_form.php Added a 'leftmargin' field 2015-12-11 12:10:45 +08:00
index.php Fixed access control 2015-03-13 23:37:07 -07:00
lib.php Added drag & drop feature to rearrange elements 2015-08-05 14:19:55 -05:00
load_template.php Aligned SQL to conform to Moodle standards 2015-03-13 23:37:06 -07:00
load_template_form.php Added missing scope to functions 2013-07-25 13:08:11 +08:00
locallib.php Added a 'leftmargin' field 2015-12-11 12:10:45 +08:00
mod_form.php Replaced deprecated function 2015-08-09 17:48:53 -07:00
README.md Module will install successfully with limited functionality 2013-02-18 11:48:16 +08:00
rearrange.php Added a 'leftmargin' field 2015-12-11 12:10:45 +08:00
report.php Fixed access control 2015-03-13 23:37:07 -07:00
rest.php Minor changes 2015-12-10 11:40:25 +08:00
save_template.php Added ability to modify templates and save them with same name. 2015-08-05 12:23:51 -05:00
save_template_form.php Added ability to modify templates and save them with same name. 2015-08-05 12:23:51 -05:00
settings.php Images can now be saved into either the course or system context 2013-09-09 17:10:37 +08:00
styles.css Added a 'leftmargin' field 2015-12-11 12:10:45 +08:00
upload_image.php Moved internal functions to locallib.php 2015-03-13 23:37:06 -07:00
upload_image_form.php Images can now be saved into either the course or system context 2013-09-09 17:10:37 +08:00
version.php Added a 'leftmargin' field 2015-12-11 12:10:45 +08:00
view.php Fixed access control 2015-03-13 23:37:07 -07:00

QUICK INSTALL

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.

==================== MOST RECOMMENDED METHOD - Git ====================

If you do not have git installed, please see the below link. Please note, it is not necessary to set up the SSH Keys. This is only needed if you are going to create a repository of your own on github.com.

Information on installing git - http://help.github.com/set-up-git-redirect/

Once you have git installed, simply visit the Moodle mod directory and clone git://github.com/markn86/moodle-mod_customcert.git, remember to rename the folder to customcert if you do not specify this in the clone command

Eg. Linux command line would be as follow -

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

Use git pull to update this repository periodically to ensure you have the latest version.

==================== Download the customcert module. ====================

Visit https://github.com/markn86/moodle-mod_customcert and download the zip, uncompress this zip and extract the folder. The folder will have a name similar to markn86-moodle-mod_customcert-c9fbadb, you MUST rename this to customcert. Place this folder in your mod folder in your Moodle directory.

nb. The reason this is not the recommended method is due to the fact you have to over-write the contents of this folder to apply any future updates to the customcert module. In the above method there is a simple command to update the files.