Talk:Filter settings

From MoodleDocs

Revision as of 14:04, 5 October 2007 by Helen Foster (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

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)