FMCorz / moodle-block_xp

A gamification plugin for Moodle allowing students to gain experience points and level up.
https://levelup.plus/?ref=github
150 stars 41 forks source link

Block appearance settings title and introduction do not support multilanguage filters #96

Closed dasistwas closed 5 years ago

dasistwas commented 5 years ago

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