[Mediawiki-l] ConfirmEdit issues

Platonides Platonides at gmail.com
Sat Nov 28 14:17:58 UTC 2009


Thomas Quinet wrote:
> Hello All,
> 
> I have (tried) to install ConfirmEdit in my Wiki (www.titje.be).
> 
> I have unzipped and installed the files in /extensions/ConfirmEdit
> 
> I have modified the LocalSettings.php with the following:
> require_once( "$IP/extensions/ConfirmEdit/ConfirmEdit.php" );
> 
> I have changed the following files in ConfirmEdit.php (I want a check on
> each edit):
> $wgCaptchaTriggers['edit']          = true; // Would check on every edit
> $wgCaptchaTriggers['create']		= true; // Check on page creation.

You should add those lines to LocalSettings.php below the require, not
by changing ConfirmEdit.php. This way, all your changes are stored at
LocalSettings.php




More information about the MediaWiki-l mailing list