Moodle Plugins directory: Custom certificate | Moodle.org
Custom certificate
Activities ::: mod_customcert
Maintained by
Mark Nelson
Part of set MoodleCloud.
Enables the creation of dynamically generated certificates with complete customisation via the web browser.
Latest release:
27386 sites
12k downloads
506 fans
Current versions available: 18
This plugin allows the generation of dynamic PDF certificates with complete customisation via the web browser.
Currently supported versions: 4.4, 4.5 and 5.0
Please do not ask support questions here. For support please post on the support forums.
GDPR Compliant.
Contributors
Mark Nelson (Lead maintainer)
Please login to view contributors details and/or to contact them
Thanks in advance.
Thanks.... Brian
I just checked on Moodle 3.2 using the corresponding version of the custom certificate on Safari and the 'X' is no larger than normal. Have you tried purging the caches for your browser? I looked at the code and it simply does the following -
$icon = new \pix_icon('i/delete', get_string('delete'));
$link = new \moodle_url(...);
return $OUTPUT->action_icon($link, $icon, null, ['class' => 'action-icon delete-icon']);$OUTPUT->action_icon($link, $icon, null, ['class' => 'action-icon delete-icon']), so is using the standard
You can see it is simply using the standard pix_icon class combined with the standard action_icon function. Nothing out of the ordinary.
Have you tried inspecting the page on your safari browser and seeing what CSS setting is causing it to display that size?
I'm using your valuable plugin in a moodle installation in italy using the italian language for my users.
But in a course I need to produce a certificate in english and I have a problem with the issue date that is translated in italian.
In other words all the certificate is written in english (using english texts) but the date is in italian and it looks very strange.
Is it possible to customize the plugin specifying the date language?
Thank you in advance
Claudio
qual a possibilidade de incluir QRcode nesta nova versão assim como tinha na verão anterior??.... eu estava usando esta opção antes e senti falta nesta aqui que esta bem melhor!
Claudio - Currently the date's language defaults to whatever timezone is being set, so in your case it is most likely 'Europe/Rome'. This would be a bit tricky to fix. I have created https://github.com/markn86/moodle-mod_customcert/issues/145 to look into it.
Marcos - I have created https://github.com/markn86/moodle-mod_customcert/issues/146.
In Moodle 3.2 (huge icon in Yosemite/Safari), I see this:
img class="smallicon" alt="Delete" title="Delete" src="http://xxxxxxx/moodle32/theme/image.php/clean/core/1510616534/i/delete"
.action-icon img.smallicon {
vertical-align: text-bottom;
margin: 0 .3em
(note that in Moodle 3.2, the icon is sized correctly in Boost, and in both Clean and Boost on Chrome and Firefox; the icon is correctly sized in all themes/browsers in macOS Sierra and High Sierra)
In Moodle 3.3 (normal icon in Yosemite/Safari), I see this:
img class="icon " alt="Delete" title="Delete" src="http://xxxxxxxx/moodle33/theme/image.php/clean/core/1510613464/i/delete"
img.icon {
height: 16px;
vertical-align: text-bottom;
width: 16px;
padding-right: 6px
I hope this helps. Let me know I can provide any more info. Thanks.. Brian
I can't really tell without anymore information. Can you please turn on debugging and check what the errors are?