2
Thank you for this job simon!
It 'easier to modify the beta version for xoops 2.4.x, as this is also good for comments?
the code that I used and arises to change is this:
register.php
/* reCaptcha hack */
xoops_load('XoopsRecaptcha');
$xoopsRecaptcha =& XoopsRecaptcha::getInstance();
$xoopsRecaptcha->getConfig();
if (!$xoopsRecaptcha->doValidate() )
{
$stop .= $xoopsRecaptcha->getErrors(true);
}
forms.php
/* hack reCaptcha */
if ($step_no == 1)
{
$caption= 'Codice di verifica'; $privatekey=''; $publickey='';
$reg_form->addElement( new XoopsFormRecaptcha($caption, $privatekey, $publickey ), true );
}
does not work if I send the registration, blank page