Attendance Certificates

More
6 years 1 month ago #111125 by Leo Baker
Replied by Leo Baker on topic Attendance Certificates
Hello Tuan,

Thats a very good idea. We should only send if they are checked in, otherwise if they never attended they would still get the certificate.

Also how can we have a button, so if they never received lost their email, we can re-send their diploma?

Thanks,

Leo

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

More
6 years 1 month ago #111127 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Attendance Certificates
That's the purpose of Send Certificate Button which will be implemented

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

More
6 years 1 month ago #111129 by Leo Baker
Replied by Leo Baker on topic Attendance Certificates
Hello Tuan,

Sounds perfect thanks!

Leo

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

More
6 years 1 month ago #111231 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Attendance Certificates
Just want to update that you can now send certificates manually to your registrants using Send Certificates button in version 3.3.1 Just want to update it is now included in version 3.3.1 of the extension www.joomdonation.com/forum/events-bookin...-3-3-1-released.html

Regards,

Tuan

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

More
6 years 1 month ago #111233 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Attendance Certificates
Also, the background image should be handled properly now. You just need to set the correct background size width and height (depends on the PDF size) as states in the release announcement, no need for override anymore

Tuan

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

More
6 years 1 month ago - 6 years 1 month ago #111237 by Addlink
Replied by Addlink on topic Attendance Certificates
Hello Tuan, I think that some of the new code is wrong.

In case there is no config set in the event, it should take it from the default one instead of be harcoded to 0 as its now.

This should be the code:

else
{
$backgroundImage = $config->get('default_certificate_bg_image');
$certificateBgLeft = $certificateBgTop = '';
$certificateBgHeight = $config->default_certificate_bg_height;
$certificateBgWidth = $config->default_certificate_bg_width;

}


P.D. Same for the margins but I did a quick fix since we use margins 0.
Last edit: 6 years 1 month ago by Addlink.

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

More
6 years 1 month ago #111240 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Attendance Certificates
@Addlink I see the mistake now. I updated download package on server with this fix. Could you please try to download latest version from My Downloads section, upgrade it to your site, then check it again and let us know if it's OK now?

Tuan

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

More
6 years 1 month ago #111242 by Leo Baker
Replied by Leo Baker on topic Attendance Certificates
Hello Tuan,

Thanks, I noticed on the certificate layout, if I use the tag [LOCATION] on the created PDF it's showing the Location as a hyperlink to the location of the event? Possible to have this just render without the hyperlink?

Thanks,

Leo

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

More
6 years 1 month ago #111244 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Attendance Certificates
Hi Leo

Maybe try using [LOCATION_NAME] tag?

Tuan

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

More
6 years 1 month ago #111263 by Leo Baker
Replied by Leo Baker on topic Attendance Certificates
Hello Tuan,

I tried this, but on the render pdf it says [LOCATION_NAME]?

Thanks,

Leo

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

Moderators: Tuan Pham Ngoc