<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Moodle Plugins directory: Custom certificate: Comments</title>
    <link>https://moodle.org</link>
    <description>Enables the creation of dynamically generated certificates with complete customisation via the web browser.</description>
    <generator>Moodle</generator>
    <language>en</language>
    <copyright>(c) 2026 Moodle - Open-source learning platform | Moodle.org</copyright>
    <image>
      <url>https://moodle.org/theme/image.php/moodleorg/core/1776241734/i/rsssitelogo</url>
      <title>moodle</title>
      <link>https://moodle.org</link>
      <width>140</width>
      <height>35</height>
    </image>
    <item>
      <title>Sunday, 22 March 2026, 3:28 PM - Neil Krshna</title>
      <link>https://moodle.org/plugins/mod_customcert#comment-89881</link>
      <pubDate>Sun, 22 Mar 2026 07:28:11 GMT</pubDate>
      <description>by Neil Krshna. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;I have used this plugin successfully on my moodle site and it works as expected. Thanks! &lt;a href=&quot;https://www.fellocraft.com&quot; target=&quot;_blank&quot; rel=&quot;noreferrer&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/mod_customcert#comment-89881</guid>
    </item>
    <item>
      <title>Friday, 16 January 2026, 3:14 PM - Aditya Dubay</title>
      <link>https://moodle.org/plugins/mod_customcert#comment-89305</link>
      <pubDate>Fri, 16 Jan 2026 07:14:33 GMT</pubDate>
      <description>by Aditya Dubay. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Its not supporting Hindi unicode utf 8&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/mod_customcert#comment-89305</guid>
    </item>
    <item>
      <title>Friday, 14 November 2025, 3:50 AM - daniel oso</title>
      <link>https://moodle.org/plugins/mod_customcert#comment-88892</link>
      <pubDate>Thu, 13 Nov 2025 19:50:34 GMT</pubDate>
      <description>by daniel oso. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Hi! The issue is that certificate codes with dashes (e.g., `0000-0000-0000`) fail because `PARAM_ALPHANUM` removes the hyphens. Changing it to `PARAM_ALPHANUMEXT` keeps the dashes and fixes the validation problem.&lt;br&gt;
&lt;br&gt;
Current code: $code = optional_param('code', '', PARAM_ALPHANUM);&lt;br&gt;
Suggested code: $code = optional_param('code', '', PARAM_ALPHANUMEXT);&lt;br&gt;
&lt;br&gt;
Bugtracker URL: &lt;a href=&quot;https://github.com/mdjnelson/moodle-mod_customcert/issues/727&quot; class=&quot;_blanktarget&quot; target=&quot;_blank&quot; rel=&quot;noreferrer&quot;&gt;https://github.com/mdjnelson/moodle-mod_customcert/issues/727&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/mod_customcert#comment-88892</guid>
    </item>
    <item>
      <title>Thursday, 16 October 2025, 2:42 AM - Suzana de Andrade Ferreira</title>
      <link>https://moodle.org/plugins/mod_customcert#comment-88622</link>
      <pubDate>Wed, 15 Oct 2025 18:42:14 GMT</pubDate>
      <description>by Suzana de Andrade Ferreira. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Hi, Mark!&lt;br&gt;
I really love custom certificate! But I got a problem...&lt;br&gt;
&lt;br&gt;
I created a custom field in the course and am capturing the information contained in this field. The field is a text box with line breaks, and the text is a list and settings like bold and italics (the course syllabus).&lt;br&gt;
&lt;br&gt;
When I capture this information in the template, it displays in a straight line, without line breaks, and it also doesn't display list elements, etc.&lt;br&gt;
&lt;br&gt;
How can I make the content appear as it is entered on the course setting page?&lt;br&gt;
&lt;br&gt;
Best regards,&lt;br&gt;
Suzana&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/mod_customcert#comment-88622</guid>
    </item>
    <item>
      <title>Thursday, 7 August 2025, 10:42 AM - Anachala Gupta</title>
      <link>https://moodle.org/plugins/mod_customcert#comment-87979</link>
      <pubDate>Thu, 07 Aug 2025 02:42:12 GMT</pubDate>
      <description>by Anachala Gupta. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Hello, I would like to know how I can add the 'Download All Certificates' functionality in an older version of Moodle. I'm unable to update to the latest version.&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/mod_customcert#comment-87979</guid>
    </item>
    <item>
      <title>Monday, 4 August 2025, 3:29 PM - IT INSERVER</title>
      <link>https://moodle.org/plugins/mod_customcert#comment-87934</link>
      <pubDate>Mon, 04 Aug 2025 07:29:05 GMT</pubDate>
      <description>by IT INSERVER. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Hi!&lt;br&gt;
Thank you for this plugin, which we've been using on our platforms for a long time. One of the latest improvements allows downloading all the certificates issued in a course in a single ZIP file, all at once. This is a feature that users have always requested.&lt;br&gt;
However, we’ve encountered two issues:&lt;br&gt;
1. The bulk download does not respect the group filter.&lt;br&gt;
2. If the course has many users and certificates, the plugin throws a 500 error.&lt;br&gt;
Is there any plan to allow filtering certificates in the bulk download, or to run the download as a background task?&lt;br&gt;
Thanks!&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/mod_customcert#comment-87934</guid>
    </item>
    <item>
      <title>Wednesday, 16 July 2025, 4:40 PM - Przemyslaw Skorupa</title>
      <link>https://moodle.org/plugins/mod_customcert#comment-87805</link>
      <pubDate>Wed, 16 Jul 2025 08:40:43 GMT</pubDate>
      <description>by Przemyslaw Skorupa. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Hello,&lt;br&gt;
I'm trying to download all issued certificates (it's 450 total), but after waiting 120 sec have an error &quot;Request Timeout&quot;. When we had around 100 issued certificates everything was fine. Moodle version 4.5.5, Customcert version 4.4.6&lt;br&gt;
Anyone had issue like this? &lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/mod_customcert#comment-87805</guid>
    </item>
    <item>
      <title>Wednesday, 4 June 2025, 9:13 PM - Dave Foord</title>
      <link>https://moodle.org/plugins/mod_customcert#comment-87481</link>
      <pubDate>Wed, 04 Jun 2025 13:13:20 GMT</pubDate>
      <description>by Dave Foord. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;@Amdemichael - do you have the configurable reports plugin on your Moodle. If you do, it is very easy (if you know how to write SQL queries in there) to write a report to list all certs issued, and whatever other information you want (e.g. course name, userid, username, etc.)&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/mod_customcert#comment-87481</guid>
    </item>
    <item>
      <title>Wednesday, 4 June 2025, 9:13 PM - Dave Foord</title>
      <link>https://moodle.org/plugins/mod_customcert#comment-87480</link>
      <pubDate>Wed, 04 Jun 2025 13:13:11 GMT</pubDate>
      <description>by Dave Foord. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;@Amdemichael - do you have the configurable reports plugin on your Moodle. If you do, it is very easy (if you know how to write SQL queries in there) to write a report to list all certs issued, and whatever other information you want (e.g. course name, userid, username, etc.)&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/mod_customcert#comment-87480</guid>
    </item>
    <item>
      <title>Thursday, 29 May 2025, 6:28 PM - Amdemichael Kidane</title>
      <link>https://moodle.org/plugins/mod_customcert#comment-87421</link>
      <pubDate>Thu, 29 May 2025 10:28:45 GMT</pubDate>
      <description>by Amdemichael Kidane. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;I'm using Moodle 4.3 and installed custom certificate 4.3.5, and my aim to capture specific events related to user interactions with certificates. Specifically, I want to obtain the userid and courseid when a certificate is issued or when a course is completed. However, my current version lacks the necessary events for when a certificate is viewed or downloaded.&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/mod_customcert#comment-87421</guid>
    </item>
    <item>
      <title>Tuesday, 20 May 2025, 2:54 AM - InforCom Soluciones Web</title>
      <link>https://moodle.org/plugins/mod_customcert#comment-87344</link>
      <pubDate>Mon, 19 May 2025 18:54:02 GMT</pubDate>
      <description>by InforCom Soluciones Web. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Good afternoon, I have upgraded my Moodle to version 5, and I am getting an error in the error_log&lt;br&gt;
&lt;br&gt;
[19-May-2025 18:45:25 UTC] No subplugintypes defined in /home/miaula.com.pe/mod/customcert/db/subplugins.json. Falling back to deprecated plugintypes value. See &lt;a title=&quot;Auto-link to Moodle Tracker&quot; href=&quot;https://moodle.atlassian.net/browse/MDL-83705&quot; target=&quot;_blank&quot; rel=&quot;noreferrer&quot;&gt;MDL-83705&lt;/a&gt; for further information.&lt;br&gt;
&lt;br&gt;
What is the reason for this error? Could you help me please&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/mod_customcert#comment-87344</guid>
    </item>
    <item>
      <title>Sunday, 20 April 2025, 12:22 AM - Dr. Nellie Deutsch</title>
      <link>https://moodle.org/plugins/mod_customcert#comment-87031</link>
      <pubDate>Sat, 19 Apr 2025 16:22:46 GMT</pubDate>
      <description>by Dr. Nellie Deutsch. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Will be releasing a version for Moodle 5.0? Thank you.&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/mod_customcert#comment-87031</guid>
    </item>
    <item>
      <title>Sunday, 6 April 2025, 5:43 PM - Fadhili Ngalawa</title>
      <link>https://moodle.org/plugins/mod_customcert#comment-86902</link>
      <pubDate>Sun, 06 Apr 2025 09:43:29 GMT</pubDate>
      <description>by Fadhili Ngalawa. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Is there a possibility of adding a custom field in certificate reports?&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/mod_customcert#comment-86902</guid>
    </item>
    <item>
      <title>Thursday, 20 February 2025, 9:50 PM - Thomas Romig</title>
      <link>https://moodle.org/plugins/mod_customcert#comment-86424</link>
      <pubDate>Thu, 20 Feb 2025 13:50:42 GMT</pubDate>
      <description>by Thomas Romig. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Hello,&lt;br&gt;
&lt;br&gt;
We have a scenario where participants receive certificates in courses. Each participant has been assigned a mentor via the parent role in Moodle. This mentor should be able to see which certificates their mentees have already earned. However, access to the certificates is not possible because the certificate viewing permissions do not apply to user-specific roles.&lt;br&gt;
&lt;br&gt;
Mentors must be activated as a global role, and users must be assigned there. However, this setup ignores the connection between mentors and mentees, meaning all users with the global Mentor role can see certificates for all participants, not just their own mentees.&lt;br&gt;
&lt;br&gt;
Is there a solution for this? Perhaps the certificate viewing permission in the profile could be linked to the mentor-mentee relationship?&lt;br&gt;
&lt;br&gt;
I hope I have explained the problem clearly and that a solution is possible.&lt;br&gt;
&lt;br&gt;
Best regards&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/mod_customcert#comment-86424</guid>
    </item>
    <item>
      <title>Tuesday, 17 December 2024, 12:44 AM - Graeme Scott</title>
      <link>https://moodle.org/plugins/mod_customcert#comment-85787</link>
      <pubDate>Mon, 16 Dec 2024 16:44:08 GMT</pubDate>
      <description>by Graeme Scott. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt; I am using this custom plug in. Is there any way to modify/edit the award date of a certificate?&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/mod_customcert#comment-85787</guid>
    </item>
  </channel>
</rss>