FMCorz/moodle-block_xp

Block appearance settings title and introduction do not support multilanguage filters

dasistwas opened this issue · 0 comments

How to reproduce:

  1. Got to the block xp "settings": blocks/xp/index.php/config/123
  2. In the section "Block appearance" add the following tags for multi language filter in "title" and "Introduction":
    {mlang en}Get to the VIP deck {mlang} {mlang ar} قم بالوصول إلى منصة كبار الزوار {mlang}
  3. Save the settings
  4. The block shows the tags instead of the correct language

How to solve

Add format_text or format_string in order to properly format text input done by users.

I will provide a fix and hopefully you can merge.

Kind regards,
David