]> git.mjollnir.org Git - moodle.git/commitdiff
SOme info about $CFG->filterall
authormoodler <moodler>
Tue, 17 Feb 2004 06:33:04 +0000 (06:33 +0000)
committermoodler <moodler>
Tue, 17 Feb 2004 06:33:04 +0000 (06:33 +0000)
config-dist.php

index 2ab5be73c1fa15eabc83ad3dd7737cb9fbc9974d..8563a5a91845243c4c898c931f41fab38cc1778a 100644 (file)
@@ -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;