This is a test site. Any changes will be lost!

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)