lorlandi Posted March 7, 2010 Report Posted March 7, 2010 Hi again, on page "Registration" the field "What does this add up to? + " appear with no numbers. It's just me ???? Regards Quote
Moderators mark1million Posted March 7, 2010 Moderators Report Posted March 7, 2010 Hi, You need to edit the template registration_mainform.tpl, I take it you have just updated to the latest beta? Its around line 92 replace the existing captcha with, <dt>reCaptcha</dt> <dd> <?php echo recaptcha_get_html(Config::Get('RECAPTCHA_PUBLIC_KEY'), $captcha_error); ?> </dd> 1 Quote
lorlandi Posted March 7, 2010 Author Report Posted March 7, 2010 Yes, was installed the last beta 870, but in the template are the same rows like you tell me to replace : <dt>reCaptcha</dt> <dd> <?php echo recaptcha_get_html(Config::Get('RECAPTCHA_PUBLIC_KEY'), $captcha_error); ?> </dd> Regards and thanks anyway. Quote
lorlandi Posted March 7, 2010 Author Report Posted March 7, 2010 Upsss....Sorry, it was a big mistake, i do not update the template in the skin folder was just this, sorry again, and many thanks. Regards Quote
Moderators mark1million Posted March 7, 2010 Moderators Report Posted March 7, 2010 No problem, glad its sorted for you. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.