• Hi,

    I’m really enjoying my first pokes around the LMS. Thanks for putting this together!
    As I’m learning what you’ve got here with Namaste, I’m interested to understand how/where I could modify the certificate number generation such that it becomes more of a code than a number. Specifically, I’m looking to add something like, <?php echo substr(md5(rand()), 0, 7); ?> in order to randomize a code.

    Could you tell me which file I would need to modify in order to store this info as the certificate ID?

    thanks so much!

Viewing 1 replies (of 1 total)
  • Plugin Author Bob

    (@prasunsen)

    Hello,

    I would not recommend modifying files. You can not use the database ID field for this so you will have to also add a custom field.

Viewing 1 replies (of 1 total)
  • The topic ‘Randomize Certificate Numbers’ is closed to new replies.