Custom Text

If you want the certificate to print different names for the teacher than those who are assigned the role of teacher, do not select Print Teacher or any signature image except for the line image. Enter the teacher names in this text box as you would like them to appear. By default, this text is placed in the lower left of the certificate. You can change this placement in your certificate/type/"type name"/certificate.php file.

In that file, find the line of code similar to this at the very bottom of the page:

cert_printtext(150, 450, '', '', '', '', '');

The two numbers reflect the X placement (over from the left) and Y placement (down from the top) values for the text. You can change these if you would like.

You can also use the text box to enter html. For example, you can add a link or an image.

The following html tags are available:

Example html:

Mr. James Salesman, Manager<br><br>Sales Department<br><br><font color="#0000CC"><b>Your Company<font face="Symbol">&Ograve;</font></b></font><img src="http://yourmoodle.com/mod/certificate/pix/seals/Logo.png" width="100"><p><a href="http://www.site.com target="_blank">Click here</a></p>