michael-milette / moodle-filter_filtercodes

FilterCodes filter for Moodle enables content creators to easily customize and personalize course and site content using plain text tags (no HTML). For premium support, contact us at https://www.tngconsulting.ca/contact
https://moodle.org/plugins/filter_filtercodes
GNU General Public License v3.0
32 stars 44 forks source link

Some tags/URL's in custom menu are not rendered correctly #148

Closed michael-milette closed 3 years ago

michael-milette commented 3 years ago

Some tags/URL's in custom menu are not rendered correctly, showing FilterCodes and html tags instead.

Turns out that the Convert URLs into links and images filter is causing issues. A workaround is to disable this filter.

In the future, the patch (https://tracker.moodle.org/browse/MDL-61750) will be modified so that it is no longer applies this filter to custom menus.

michael-milette commented 3 years ago

The documentation has been updated and will be included in the next release of FilteCodes due out in May 2021.