Little help needed to print dates on Certificate

Little help needed to print dates on Certificate

by A B -
Number of replies: 0

Hello,

We have modified the certificate module to include the information of each test on the course. This is what the Text Options looks likes in Moodle 2.2. Like in the picture, we can Print the different dates the tests were taken in the course.

------------------------------------------------------------------------------------------------

Now I installed the custom code in Moodle 2.5 and everything seems to work fine, except the dropdown to print the different dates. This is what comes up in Moodle 2.5 right now. The dropdown dates are missing.

------------------------------------------------------------------------------

The function that was generating the dropdown dates is using

get_all_mods($COURSE->id, $mods, $modnames, $modnamesplural, $modnamesused);

and

$sections = get_all_sections($COURSE->id);

According to phpdocs, those functions are deprecated. So, I updated them with the help of this documentation: http://www.sourcexref.com/xref/moodle/nav.html?lib/deprecatedlib.php.source.html#l2979

But I am still not getting the desired result. If someone can shed the light, I'd really appreciate it.

If you have more questions to clarify, please feel free to ask. (if anyone wants me to share the function code, let me know)

Thank you.

Average of ratings: -