mdjnelson / moodle-mod_customcert

Enables the creation of dynamically generated certificates with complete customisation via the web browser.
https://moodle.org/plugins/mod_customcert
GNU General Public License v3.0
89 stars 155 forks source link

When disable the plugin, the "My certificates" link still shows on the Miscellaneous of user profile. #626

Open duranchen opened 1 week ago

duranchen commented 1 week ago

On our moodle site, we decided not to use the customcert. When I disable it on the page: plugins->Activity modules->Manage activities, the "My certificates" link still shows on the Miscellaneous of user profile. image

mdjnelson commented 1 week ago

Do you have mod_certificate installed? What does the URL look like?

duranchen commented 1 week ago

Do you have mod_certificate installed? What does the URL look like?

No, I don't. the link looks like - https://www.mydomain.com/mod/customcert/my_certificates.php?userid=15709 image

mdjnelson commented 1 week ago

Seems like a bug in Moodle that is still loading the URLs from plugins even though they are disabled.

I would file a bug at tracker.moodle.org with instructions on how to replicate it (feel free to use my plugin in your testing instructions).

Are you able to do this?