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
91 stars 158 forks source link

Custom certificate doesn't respect Multi-Language Content (v2) in site name. #468

Closed Urpokarhu1 closed 2 years ago

Urpokarhu1 commented 2 years ago

Hello,

Custom certificate doesn't respect Multi-Language Content (v2) in site name.

Steps to repeat

  1. Open

/admin/settings.php?section=frontpagesettings&lang=en

set Full site name fullname

to

{mlang fi}Sivusto{mlang}{mlang en}Site{mlang}
  1. Save changes

  2. Open

/mod/customcert/manage_templates.php

  1. Notice how Site name is printed in both language and not by selected language.

lang4

mdjnelson commented 2 years ago

What version of the plugin are you using and what version of Moodle? A lot of these were fixed in https://github.com/mdjnelson/moodle-mod_customcert/pull/437.

Urpokarhu1 commented 2 years ago

Hello,

Moodle 3.9.10+ (Build: 20210917) and filter_multilang 2020061500

mdjnelson commented 2 years ago

What version of the plugin mod_customcert. I think the fixes are only on github and have not been released yet on the plugins DB.

mdjnelson commented 2 years ago

Closing as this is a filter related to one that does not ship with core. This should be solved in #467.