<< Back
Message for this thread
Posted by Messages text
Sabou Dan

Noavatar
Total post : 1
> Profile
Written on : 19/06/2009 07:04 ( more than one month )
Object : Certificate text position problem

Thank you for this great software.
I have a problem with generating a template for a certificate. For certificates for inhouse training we have a blank pdf template with forms where the student and course data can be entered. I wanted to use the same template and converted the pdf to a jpg to use as a background picture.
Using html tags I wanted to get the variables [firstname] [lastname] [course_description] and [today] in the right position on the certificate. Unfortunately all html position tags for this text are stripped from the html code when saving the certificate. I also tried to insert the html code directly in the myql table but the result is the same on the pdf that is generated.
Has anybody solved this problem? How did you enter the information regarding text size and location in order to get it displayed right on the certificate?
Help on this issue would be very appreciated. Thank you very much for your support.

Best regards,
Dan

 
H Mimi

Avatar
Total post : 38
> Profile
Written on : 28/06/2009 22:36 ( more than one month )
Object : Re: Certificate text position problem
I'm experiencing a similar issue.  I've uploaded the image file in .jpg for the certificate background but when viewing the firstname, lastname, and coursename do not display.

I've asked for assistance for months and no help!  Please let me know when someone answers your question.

Thank you
 
H Mimi

Avatar
Total post : 38
> Profile
Written on : 28/06/2009 23:30 ( more than one month )
Object : Re: Certificate text position problem
Possible Solution:

  1. Go to your server or ftp and locate Docebo\files\docebolms\certificate
  2. Next, change the file permissions to 777 (write and execute permission to all and subfolders)
  3. Then, login to the Docebo as an administrator
  4. Click, Admin Area
  5. Next Click the following: Elearning > Certificate Management > Certificates
  6. Then, Click > New Certificate
  7. Next, Insert a Name, description, then Click >Insert
  8. Now, Copy and Paste the Code below into the empty Code Template Text Box (do not add html or body tags...also save this as a text file to use and edit later)
<!--CODE Start--> <br>
                <br>
                <br>
                <br>
                <br>
                <br>
                <br>
                <br><br>
                <br>
                <br>
                <br>
                <br>
                <br>
                <br>
                <br>
                <br><br> 
                                       <div

align="center">[firstname] [lastname]         </div>                    <br>
                <br>
                <br>
                <br>  <br><br><br><br>                        
<div align="center">[course_name]</div>   
<div align="left"><blockquote><blockquote><blockquote>[date_complete]

</blockquote></blockquote></blockquote>
       </div>
<!--CODE End-->
  1. Next, Select the radio button Orientation: Landscape
  2. Click , the Browse button (to locate and upload your certificate image in .gif or .jpg format)
  3. Finally, Click >Save Changes
NOW TO PREVIEW
  • Inside of the Certificate Page, Click the PREVIEW button (paper with magnifying glass icon) to preview your certificate
Message modified by : mtwhoner on : 28/06/2009 23:38
 
<< Back