Moodle Plugins directory: Simple Certificate: Versions: 2.2.6 | Moodle.org

Simple Certificate
Activities ::: mod_simplecertificate
Maintained by
David Herney
This is a new activity module, Simple Certificate,which no needs to change any code to add a new certificate format, and moodle's administrator don't need to upload image files.
The certificate text are full customizable, using special text marks that will be replaced by variables (like student name, course name, grade, ...), don't need to change any translation file.
Simple Certificate 2.2.6
Moodle 3.0
Released: Tuesday, 3 October 2017, 9:30 PM
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/bozoh/moodle-mod_simplecertificate.git, remember to
rename the folder to certificate if you do not specify this in the clone command
Eg. Linux command line would be as follow -
git clone git://github.com/bozoh/moodle-mod_simplecertificate.git simplecertificate
Once cloned, checkout the branch that is specific to your Moodle version.
eg, MOODLE_22 is for Moodle 2.2, MOODLE_23 is for 2.3
Use git pull to update this branch periodically to ensure you have the latest version.
==================== Download the simplecertificate module. ====================
Visit https://github.com/bozoh/moodle-mod_simplecertificate, choose the branch
that matches your Moodle version (eg. MOODLE_22 is for Moodle 2.2, MOODLE_23 is for 2.3)
and download the zip, uncompress this zip and extract the folder. The folder will have a
name similar to bozoh-moodle-mod_simplecertificate-c9fbadb, you MUST rename this to simplecertificate.
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 simplecertificate
module. In the above method there is a simple command to update the files.
=============
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/bozoh/moodle-mod_simplecertificate.git, remember to
rename the folder to certificate if you do not specify this in the clone command
Eg. Linux command line would be as follow -
git clone git://github.com/bozoh/moodle-mod_simplecertificate.git simplecertificate
Once cloned, checkout the branch that is specific to your Moodle version.
eg, MOODLE_22 is for Moodle 2.2, MOODLE_23 is for 2.3
Use git pull to update this branch periodically to ensure you have the latest version.
==================== Download the simplecertificate module. ====================
Visit https://github.com/bozoh/moodle-mod_simplecertificate, choose the branch
that matches your Moodle version (eg. MOODLE_22 is for Moodle 2.2, MOODLE_23 is for 2.3)
and download the zip, uncompress this zip and extract the folder. The folder will have a
name similar to bozoh-moodle-mod_simplecertificate-c9fbadb, you MUST rename this to simplecertificate.
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 simplecertificate
module. In the above method there is a simple command to update the files.
Version information
- Version build number
- 2017100300
- Version release name
- 2.2.6
- Can be updated from
- 2.2.5
- Maturity
- Stable version
- MD5 Sum
- 3c7c7a59d7a0d818a822bd49cb21eebb
- Supported software
- Moodle 3.0
- Latest release for Moodle 3.0
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS branch
- MOODLE_30
- VCS tag
- v2.2.6-2017100300-moodle3.0
Default installation instructions for plugins of the type Activities
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "assignment") in the "mod" subdirectory.
- Visit http://yoursite.com/admin to finish the installation