enti342 Posted April 27, 2010 Report Share Posted April 27, 2010 A new pilot is having issues registering. On the registration page the field "What does this add up to" has no numbers to choose from. http://keystoneairlines.com/index.php/registration Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted April 27, 2010 Moderators Report Share Posted April 27, 2010 A new pilot is having issues registering. On the registration page the field "What does this add up to" has no numbers to choose from. http://keystoneairlines.com/index.php/registration by the 2.1 update. a rechapta was added. That needs to be updated. It tells me you have 2.1 and rechapta was installed in the registration form. You might need to update your current skin. on what you have. You have ObsessBlue and it was desgined for 2.0, but you can still fix it up. Remove the last text box, and the title of the "What does this add up to?" and the php code. and add that to your registration_main on line 200, <dt>reCaptcha</dt> <dd> <?php echo recaptcha_get_html(Config::Get('RECAPTCHA_PUBLIC_KEY'), $captcha_error); ?> </dd> Quote Link to comment Share on other sites More sharing options...
enti342 Posted April 27, 2010 Author Report Share Posted April 27, 2010 Ok. How do I update the skin like that? I just installed this skin yesterday Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted April 27, 2010 Administrators Report Share Posted April 27, 2010 Compare it to the stock template in core/templates/registration_mainform.tpl 1 Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted April 27, 2010 Moderators Report Share Posted April 27, 2010 Compare it to the stock template in core/templates/registration_mainform.tpl Excatly, like what nabeel says. Quote Link to comment Share on other sites More sharing options...
enti342 Posted April 27, 2010 Author Report Share Posted April 27, 2010 Got it. Thanks! Quote Link to comment Share on other sites More sharing options...
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.