On 02/07/12 03:55, Isabell Alcott wrote: > Hello, > > I know for this question I should ask the extensions programmer, but > he is not anzwering, so I am asking here, because maybe someone has a > solution for this: > > It is all about: http://www.mediawiki.org/wiki/Extension:ArticleComments > > I got it to work properly on my Mediawiki Installation, but it gets > spammed massive. That is why i would like to install the reCAPTCHA > Plugin, announced here: > www.mediawiki.org/wiki/Extension_talk:ArticleComments#Captcha_support > > I wrote "Jaroslav Tulach" and he is sending me some > article-comments.diff file which has the following code (see below). > > Is someone able to read this code and knows what to do so that > reCAPTCHA could be installed in that wonderful Article Comments > Extension? > > Your Help is highly appreciated > Isabell
I don't see why that code would need to require_once 'EditPage.php'; Also, adding the $wgCaptcha, ArticleComments extension would die if ConfirmEdit wasn't also installed. However, given that ArticleComments simply writes into a talk page, it should already obey the wiki captcha configuration settings... Do you have ConfirmEdit installed? PS: Is german law friendlier with reCaptcha? _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
