Go to file
Mark Nelson 16056f076f Updated the render function in the date element to be compatible with the parent function
Also made use of the function get_grade_items in the class customcert_element_grade to populate the list of items.
2013-04-24 18:10:58 +08:00
db Added a timemodified field to the customcert_elements table which is used to collapse the form elements that have already been modified by the user 2013-04-24 17:24:57 +08:00
elements Updated the render function in the date element to be compatible with the parent function 2013-04-24 18:10:58 +08:00
includes Moved the colourpicker form element into the includes folder 2013-04-11 19:09:25 +08:00
lang/en Updated the validation of the width and height for the customcert page 2013-04-24 18:10:52 +08:00
pix Module will install successfully with limited functionality 2013-02-18 11:48:16 +08:00
edit.php Added the ability to change the order the customcert elements are displayed 2013-04-12 17:33:23 +08:00
edit_form.php Updated the validation of the width and height for the customcert page 2013-04-24 18:10:52 +08:00
lib.php Included missing global values needed in function 2013-04-12 17:33:23 +08:00
mod_form.php Renamed the label for the customcert intro field 2013-04-24 15:44:13 +08:00
README.md Module will install successfully with limited functionality 2013-02-18 11:48:16 +08:00
styles.css Renamed CSS class so that it was not so specific 2013-04-09 15:52:24 +08:00
version.php Updated the version and the Moodle version required to the 2.5 beta release 2013-04-12 17:33:23 +08:00
view.php Included the TCPDF_COLORS file when viewing a customcert 2013-04-11 18:50:44 +08: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.