From: moodler Date: Tue, 17 Feb 2004 06:33:04 +0000 (+0000) Subject: SOme info about $CFG->filterall X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=609a2b13b7202ccc10a27205b5e1255b7c0487d0;p=moodle.git SOme info about $CFG->filterall --- diff --git a/config-dist.php b/config-dist.php index 2ab5be73c1..8563a5a918 100644 --- a/config-dist.php +++ b/config-dist.php @@ -138,6 +138,11 @@ $CFG->admin = 'admin'; // This is especially useful for demonstration teacher accounts // $CFG->restrictusers = 'teacher,fred,jim'; // +// Turning this on will make Moodle filter more than usual, including +// forum subjects, activity names and so on (in ADDITION to the normal +// texts like forum postings, journals etc). This is mostly only useful +// when using the multilang filter. This feature may not be complete. +// $CFG->filterall = true;