On Account Page
- On the My Account page, where users can view their profile, they will now see a count of their earned certificates
- In the Courses section, a certificate icon is displayed next to each course, allowing users to view the related course certificates.
- The total certificate count is also reflected in the student’s profile information, and each certificate can be downloaded directly from the My Account page.
User Certificates Display via Shortcode
The [mcsld_user_certificates] shortcode displays all certificates a user has achieved, whether from individual courses or groups.
- The certificates are categorized based on their target:
- Group-based Certificates – Certificates awarded for completing a group of courses.
- Course-based Certificates – Certificates awarded for individual course completion.
Customizing Displayed Certificates:
By default, the [mcsld_user_certificates] shortcode displays all certificates, including group, course, lesson, and quiz certificates. You can disable specific certificate types using the available parameters: You can disable particular certificate types using the shortcode parameters. The available parameters are:- [mcsld_user_certificates group=’false’]
Courses that belong to a group will still be listed in the course section, and all certificates related to those courses will be displayed.
However, the group hierarchy will not be maintained in the list. - [mcsld_user_certificates course=’false’]
Course-related certificates will not be displayed.
The course hierarchy will remain intact, and the group hierarchy will also remain intact if group=’false’ is not set. - [mcsld_user_certificates lesson=’false’]
Lesson certificates will not be displayed.
The course hierarchy will remain intact, and the group hierarchy will also remain intact if group=’false’ is not set. - [mcsld_user_certificates quiz=’false’]
Quiz certificates related to courses will not be listed.
The course hierarchy will remain intact, and the group hierarchy will also remain intact if group=’false’ is not set.
- [mcsld_user_certificates group=’false’]