Joomdle 1.0 Installation

Joomdle My Certificates module

  • Atle Johnsen
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
7 years 3 months ago #1 by Atle Johnsen
Joomdle My Certificates module was created by Atle Johnsen
Joomdle My Certificate module does not support Moodle Custom Certificate type. Only Moodle Certificate type or Simplesertificate can be selected in the module.

Menu Item Type My certificates does however support Moodle Custom Certificate.

Please Log in or Create an account to join the conversation.

More
7 years 3 months ago #2 by Antonio Durán
Replied by Antonio Durán on topic Joomdle My Certificates module
Hi Atle. Thanks for the info. I checked and you are right. But worst thing is that we already modified this module to add custom certificate support, but then forgot to properly release it. We are doing some server maintenace now, so until we can release it, I have sent it to you via email. Please let me know if you try it and have any issues.

Please Log in or Create an account to join the conversation.

  • Atle Johnsen
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
7 years 3 months ago #3 by Atle Johnsen
Replied by Atle Johnsen on topic Joomdle My Certificates module
Thanks Antonio for the updated module you sent by email. It seems to work fine, but with one issue. When I set 'Show button to send certificate' to Yes, I can see the email button and it opens a new page in the browser requesting to fill in some details. When I fill in and try to send I get the following Notice:

Notice
You must provide at least one recipient email address.
Email not sent

It seems that the software does not capture my inputs for email address. I get the same if I use a menu item to display My Certificates.

Please Log in or Create an account to join the conversation.

More
7 years 3 months ago #4 by Antonio Durán
Replied by Antonio Durán on topic Joomdle My Certificates module
Thanks for the feedback and the bug report: I checked and I could replicate the problem, so I will look into it as soon as possible and get back to you.

Please Log in or Create an account to join the conversation.

More
7 years 3 months ago #5 by Antonio Durán
Replied by Antonio Durán on topic Joomdle My Certificates module
Hi.

I found the solution to this. If you want to do the change now, you need to edit file: components/com_joomdle/controllers/certificate.php
Change:
Code:
$email = $this->input->get('email');
By:
Code:
$email = $this->input->get('mailto', '', NULL);

Please Log in or Create an account to join the conversation.

  • Atle Johnsen
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
7 years 3 months ago #6 by Atle Johnsen
Replied by Atle Johnsen on topic Joomdle My Certificates module
Thank alot. Works fantastic :-)

Please Log in or Create an account to join the conversation.