5649fcdb7dbd231847dcaa940bc87e1fbcdd59c0
[atutor.git] / mods / wiki / fragments / patches / nowikiwords
1 If you desire to disable WikiWord linking in ewiki (which we of course
2 strongly discourage), leaving your users with the square brackets linking
3 feature; you will need to edit the regular expressions (called "regexs" in
4 programmer lingo) that are responsible for rendering.
5
6 In ewiki.php search for the "variable configuration settings" defaults,
7 which later would be copyied into $ewiki_config. There you have to tweak
8 the "wiki_link_regex" block and (optionally) the "wiki_pre_scan_regex".
9 There just strip any line that contains 'EWIKI_CHARS'. This should be it.