| Re: class/captcha |
| by jagibu on 2012/8/3 17:06:16 Captcha config 'skipmember' => false, not works for xoops core comments system ( not needed? but useful for debug modules with captcha ). in include/comment_form.php hardcoded only user check : if (!$xoopsUser) { $cform->addElement(new XoopsFormCaptcha()); } |
| Re: class/captcha |
| by deka87 on 2011/11/26 17:31:04 I see Mamba. I don't know why I didn't have one. |
| Re: class/captcha |
| by Mamba on 2011/11/26 17:15:10 Quote: thanks Roby it works just fine. I had a problem first but it turned out that xoops 2.5.3 to 2.5.4 upgrade pack misses recaptcha library and I didn't have one XOOPS 2.5.3 includes recaptcha library, therefore it was not included in the "Update pack" |
| Re: class/captcha |
| by deka87 on 2011/11/26 12:03:37 thanks Roby it works just fine. I had a problem first but it turned out that xoops 2.5.3 to 2.5.4 upgrade pack misses recaptcha library and I didn't have one. Had to download those from the full pack. |
| Re: class/captcha |
| by Roby73 on 2011/11/25 15:49:05 For convert capatcha to recaptca in your site, you most modify mode in array $config in /class/captcha/config.php to le="color: #000000"><?php 'mode' => 'recaptcha', Add google key in /class/captcha/config.recaptcha.php 'private_key' and 'public_key'. Now your security code is in recaptcha mode. For add recaptcha in other module i see as work module profile. register.php and /include/forms.php files |