Any normal WPMU plugin that actually ties into the signup process would work. I haven’t looked in awhile, but I am thinking it was probably found at http://wpmudev.org/plugins/ or from a search on WPMU support forums. Hopefully Andy will see the thread and tell us what plugin he used!
Trent
the standard MU compatible reCaptcha plugin works like a charm
Thanks Trent, I think Andy adapted WPMU-Signup-Captcha …
to add extra sign up fields you can use this action add_action( ‘signup_extra_fields’, ‘function_name’ );
put the captcha code in the function.
use add_filter( ‘wpmu_validate_user_signup’, ‘function_name’, 10, 1 ); for validation
I would very much like to to add the “Captcha field” to the registration form.
The one Andy is using on this demo site is great. But I can’t seem to get there yet.
Based on this discussion the right plugin could be this one: WPMU-Signup-Captcha
However, it does not seem to appear anywhere after I upload the plugin.
Any ideas please?
Thank you so much;
Vida
So, I have gotten the other plugin to work, this one -> “WP-reCaptcha”.
But I think the one Andy is using on this site, looks so much better.
Any ideas if we can get there?
Thank you so much;
Vida
Verify to just simply upload the wpmu-signup-captcha.php in the mu-plugins directory (not in the plugins directory) !?
Hi Mark,
I still can’t see any settings option or a place where I can include Captcha field on the profile page at the time of registration.
Any ideas?
Thank you so much.
Vida
Just upload the wpmu-signup-captcha.php in the mu-plugins directory. Then the captcha appears automatically in your registration form.
Hi Mark:
Thank you for replying. That’s exactly what I did. The folder in MU Plugin. But it does not appear anywhere at all
Vida
For those of you who haven’t figured out how to get the plugin working here’s some quick details I figured out after installing this myself.
1. When you download the WPMU-Signup-Captcha from WPMUDev you’ll get three files that you’ll need to dig out of the directory structures wp-captcha.php, wp-captcha.tff, and wpmu-signup-captcha.php.
2. wpmu-signup-captcha.php belongs in wp-content/mu-plugins
3. wp-captcha.php and wp-captcha.tff are supposed to be placed in the root directory of where your wordpress MU installation is running from.
Good Luck!
I have buddypress 1.1 installed and it seems to work perfectly except for spammers or sploggers or whatever..
I downloaded WPMU-Signup-Captcha from WPMUDev and put the 3 files in the directories, just like you said.
I don’t see it in the plugins section of the admin, and I still don’t have any captcha applied to new registrations.
Same problem.
Other plugins I had problems with permissions on files, but even after setting all permissions to 0777 still not working