Page 1 of 1

SI Captcha Arranging Register page

PostPosted: January 19th, 2011, 10:32 pm
by retrieverbeliever
I installed SI Captcha and it appears to be working on my registration form as designed. However, it is not in the "correct" order. What file do I need to edit to move the SI Captcha fields to right above the registration button?

http://retrieverbeliever.com/wp-login.php?action=register

Thanks in advance,

Toni

Re: SI Captcha Arranging Register page

PostPosted: January 20th, 2011, 1:21 pm
by retrieverbeliever
Anybody out there? :(

Re: SI Captcha Arranging Register page

PostPosted: January 20th, 2011, 2:44 pm
by Jane1
I don't have the answer but if it makes you feel more sane, I'm having the same problem. I'm using Mike Challis' one and the captcha is mid-page and not at the bottom. I started looking for other plugins but haven't found one yet- not sure if that would be the fix though. let me know if you come across anything.

Unfortunately, it seems like there are only confused people out here.

Re: SI Captcha Arranging Register page

PostPosted: January 20th, 2011, 2:57 pm
by retrieverbeliever
Thanks for the response. I did find this thread:

http://www.primothemes.com/forums/viewtopic.php?f=4&t=937&p=5853#p5853

which lead me to editing wp-login.php. In the SI Captcha FAQ's it says this about issues with placement with regards to comments:

Your theme must have a <?php do_action('comment_form', $post->ID); ?> tag inside your comments.php form. Most themes do. The best place to locate the tag is before the comment textarea, you may want to move it if it is below the comment textarea. This tag is exactly where the captcha image and captcha code entry will display on the form, so move the line to before the comment textarea, uncheck the 'Comment Form Rearrange' box on the 'Captcha options' page, and the problem should be fixed. (WP3 with a WP3 theme will not have this problem)

I thought this might help. Around line 475 is the following php statement: <?php do_action('register_form'); ?> I tried moving this around to no avail but I am hoping I am at least starting down th right track.

Re: SI Captcha Arranging Register page

PostPosted: January 20th, 2011, 3:10 pm
by retrieverbeliever
Ok. I have made some headway. Turns out I had an FTP issue. Now when I move the <?php do_action('register_form'); ?> it does move but the First Name and Last Name Fileds are still below the Captcha field. I assume I need to do something in the register_form parameter. I am not sure where that is, however.