On Sat, Nov 28, 2009 at 12:13 AM, Thomas Quinet <[email protected]> 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. > > > When I go to the wiki... there is just nothing occurring on the edits... > > Does anyone have a clue?
Are you logged in as sysop, perhaps? Sysops are exempt from captcha triggres. Try editing as an anon. -- Lucas 'TOR' Garczewski Wikia Tech Team _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
