Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Filter settings.

Talk:Filter settings

From MoodleDocs

Filter settings in Moodle 1.5

For earlier versions of Moodle, the filter/config.php file will need to be changed. The following two settings affect the glossary, activity and resource linking filters:

To convert only the first matching title on a page, insert or uncomment the following line in config.php: $CFG->filtermatchoneperpage = true;

To convert only the first matching title in a discrete block of text, insert or uncomment the following line in config.php: $CFG->filtermatchonepertext = true;

--Helen Foster 09:04, 5 October 2007 (CDT)