10378 Posts in 2194 Topics by 1710 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 204 Views |
-
SpamProtectorManager and Comments on SS3

14 March 2013 at 1:53pm Last edited: 14 March 2013 1:56pm
Do I need to update the page comment form myself? I do not see my captcha.
In _config.php I have:
RecaptchaField::$public_api_key = 'xxxxxxxxxxxxx';
RecaptchaField::$private_api_key = 'xxxxxxxxxxxxx';
SpamProtectorManager::set_spam_protector('RecaptchaProtector');I have modules installed: comments, SpamProtectionModule, and recaptcha
No captcha showing on page comments. Do I need to add the captcha myself, extend page comments or something and update the form like so;
$protector = SpamProtectorManager::update_form($form);
?
Thanks
-
Re: SpamProtectorManager and Comments on SS3

16 March 2013 at 9:53pm
You need to apply the optional extension CommentSpamProtection (https://github.com/silverstripe/silverstripe-spamprotection/blob/master/code/extensions/CommentSpamProtection.php).
-
Re: SpamProtectorManager and Comments on SS3

19 March 2013 at 5:24am
Oh...totally missed that. Thanks! Will to the rescue again, much appreciated :0)
-
Re: SpamProtectorManager and Comments on SS3

28 March 2013 at 7:28am
Sorry for the dumb question - but how does one apply that extension?
| 204 Views | ||
|
Page:
1
|
Go to Top |



