-
NoahY posted on the forum topic Adding the admin bar to a php file. in the group How-To and Troubleshooting 13 years, 4 months ago
In case anyone googles here, the article posted by r-a-y works for different subdomains, but needs a bit of tweaking, based on this post:
-
NoahY started the forum topic Adding friendship link to activity feed in the group How-To and Troubleshooting 13 years, 4 months ago
I have managed to add the friendship link to each activity post that is friendable. I wasn’t able to do this with a custom theme, since I wanted it in the activity header (beside the “View” link), and so I had to hard code […]
-
NoahY posted a new activity comment 13 years, 4 months ago
Hmpf! Try to be helpful and this is what you get 😉
-
NoahY posted on the forum topic simple reCaptcha for Buddypress /register page in the group Third Party Components & Plugins: 13 years, 4 months ago
I also use BWP-recaptcha for my other blogs on the network, so I can access the pub and priv keys from there, like so:
global $bwp_capt;
$publickey = $bwp_capt->options;and
global $bwp_capt;
$private_key = $bwp_capt->options;That way the keys are kept in one place.
-
NoahY posted on the forum topic simple reCaptcha for Buddypress /register page in the group Third Party Components & Plugins: 13 years, 4 months ago
The only problem I have with this is in Firefox I need to add css to put the div in the right place:
#recaptcha_widget_div {
clear:both;
}does the trick.
-
NoahY posted on the forum topic fyi: WP-reCAPTCHA works fine with BuddyPress in the group Third Party Components & Plugins: 13 years, 4 months ago
This code is working on my multi-site install:
Hopefully I’m not missing anything…
-
NoahY posted on the forum topic buddypress with si captcha and/or ReCaptcha in the group How-To and Troubleshooting: 13 years, 4 months ago
You could try this simple code:
Let me know if it works.
-
NoahY posted on the forum topic I want to use recaptcha in my buddypress site in the group Creating & Extending: 13 years, 4 months ago
-
NoahY joined the group Creating & Extending 13 years, 4 months ago
-
NoahY posted on the forum topic reCAPTCHA for registration in the group How-To and Troubleshooting: 13 years, 4 months ago
If you want a simple reCaptcha script, try this one:
-
NoahY posted on the forum topic reCaptcha + Buddypress in the group How-To and Troubleshooting: 13 years, 4 months ago
-
NoahY joined the group How-To and Troubleshooting 13 years, 4 months ago
-
NoahY started the forum topic simple reCaptcha for Buddypress /register page in the group Third Party Components & Plugins: 13 years, 4 months ago
After some fiddling, copying, more fiddling, I think I’ve got a working reCaptcha code. As it is, you just put this code in your theme’s functions.php file (I just made a child theme of the bp-default), edit the code to add a link to the recaptchalib.php file (get it here: http://code.google.com/p/recaptcha/downloads/list?q=label:phplib-Latest )…[Read more]
-
NoahY joined the group Third Party Components & Plugins 13 years, 4 months ago
@noahy
Not recently active