-
Peter Kirn posted on the forum topic fyi: WP-reCAPTCHA works fine with BuddyPress in the group Third Party Components & Plugins: 14 years, 6 months ago
Scratch that — spoke to Blaenk, and I’ll just contribute to his project. So R-a-y, if you have any more thoughts for improvements looking at that, let me know, as I’ll try to clean this all up this weekend and make it less of a hack. 🙂 The beauty of Friday evening (and maybe Mercury […]
-
Peter Kirn joined the group BuddyPress Moderation 14 years, 6 months ago
-
Peter Kirn joined the group Invite Anyone 14 years, 6 months ago
-
Peter Kirn joined the group Tweetstream 14 years, 6 months ago
-
Peter Kirn joined the group Creating & Extending 14 years, 6 months ago
-
Peter Kirn joined the group How-To and Troubleshooting 14 years, 6 months ago
-
Peterkirn posted on the forum topic fyi: WP-reCAPTCHA works fine with BuddyPress in the group Third Party Components & Plugins: 14 years, 6 months ago
Full code…
http://pastebin.com/mWUALgdD
And again, apologies if I’m a bit slow on this stuff; as I said, part of why I wanted to tackle this. -
Peterkirn posted on the forum topic fyi: WP-reCAPTCHA works fine with BuddyPress in the group Third Party Components & Plugins: 14 years, 6 months ago
Just tested it; that code does indeed work. I did need to then add an error display function, of course; right now that looks like this:
http://pastebin.com/v65A8mrkSome cleanup to do on CSS, but otherwise this is functioning! Thanks!
I’ll keep you posted.
-
Peterkirn posted on the forum topic fyi: WP-reCAPTCHA works fine with BuddyPress in the group Third Party Components & Plugins: 14 years, 6 months ago
Hi Ray, Thanks for that help! That’s great; now much clearer to me. Huge help! I did email the author. I haven’t heard back yet. I’m not intending to release a fork without permission. In fact, on the contrary, my main goal here is just to learn a bit about BP development before we move […]
-
Peterkirn posted on the forum topic fyi: WP-reCAPTCHA works fine with BuddyPress in the group Third Party Components & Plugins: 14 years, 6 months ago
PS, I think now based on your other posts I can help with that wiki documentation; it’d be my pleasure — I just have to understand what I’m doing *before* I document it, not the other way around. 😉 (and then happy to have you tech edit it to see if I’ve gotten it right)
-
Peterkirn posted on the forum topic fyi: WP-reCAPTCHA works fine with BuddyPress in the group Third Party Components & Plugins: 14 years, 6 months ago
Here we go, here’s the issue: I understand how to hook in now, and I’m correctly writing errors to $bp->signup->errors. I’m just unclear on how to accurately display those errors for the ‘captcha’ field. Right now, my signup is validating properly and even recording the correct errors; I just can’t display the errors on the […]
-
Peter Kirn posted an update 14 years, 6 months ago
@r-a-y Just to make sure you don’t miss this — I’ve *very nearly gotten it*. My plug-in now validates. I’m just stuck on a dumb problem, which is I’m unclear how to make sure that the error message itself displays on the form.
That is, if I have this:
http://noisepages.com/register/I just don’t know how to make bp->signup->error echo properly…[Read more]
-
Peterkirn posted on the forum topic fyi: WP-reCAPTCHA works fine with BuddyPress in the group Third Party Components & Plugins: 14 years, 6 months ago
Okay, very nearly there. I now have registration working – unless you don’t enter the captcha correctly, in which case I get a page not found (curiously, still for /register) Any sense why this might happen when porting code from WPMU to BP? So obviously more work to do. But it’s at least part way […]
-
Peterkirn posted on the forum topic fyi: WP-reCAPTCHA works fine with BuddyPress in the group Third Party Components & Plugins: 14 years, 6 months ago
Sorry, I realize I read that last post incorrectly. I’ve dug into the code myself and have nearly everything working, but I’m unclear on the function for bp_signup_validate. In the WPMU plugin, there’s already validation checking for WPMU. Why not simply use: add_action(‘bp_signup_validate’, ‘check_recaptcha_wpmu’); ? For the WPMU code, this is…[Read more]
-
Peterkirn posted on the forum topic fyi: WP-reCAPTCHA works fine with BuddyPress in the group Third Party Components & Plugins: 14 years, 6 months ago
Hi r-a-y — would you be interested in posting your validation function code? (pastebin it perhaps?) Just want to avoid reinventing the wheel. I also found a plugin in bpdev that appears to be doing this, as well, even down to adapting the existing WPMU recaptcha plugin, but it doesn’t seem to work / was […]
-
Peterkirn joined the group Third Party Components & Plugins 14 years, 6 months ago
@peterkirn
Not recently active