Downloaded the plugin and successfully installed it. Got active v2 API keys from Google. Checked it to be enabled for logged in users. Saved. Cleared browser cache and reloaded the site. reCAPTCHA v2 still does not appear on the any of my bbPress forms. Tried viewing it in other browsers with cleared caches, and it still doesn’t show up on any forms.
Is there somewhere else in bbPress that I need to activate reCAPTCHA so that it appears on all registration and login forms?
I am currently using the following bbPress plugins:
bbPress
bbPress Notify (No Spam)
bbPress WP Tweaks
bbP Private Groups
bbP Style Pack
bbPNNS Private Groups Bridge
and now reCAPTCHA for bbPress
Hello! I’m using BbPress v2.6.6 and I want to know if there is any free plugin for recaptcha V3. Until now every plugin I tried didn’t work. Thank you!
]]>Hi
any plans to support reCaptcha v3 anytime soon?
Regards
Maxx
in recaptcha-for-bbpress.php von line 88:
printf( "<div class='g-recaptcha' data-sitekey='%1$s'></div>", $site_key );
Is missing escaping og the $. Sincne the printf paramter is writtin with ” the dollarsign will be rendered as the actual variabel $s.
The line should be:
printf( "<div class='g-recaptcha' data-sitekey='%1\$s'></div>", $site_key );
This mistakes means the site key not being inserted and the html not being closed properly, resulting in the plugin and the following html to break.
]]>Sidebar problem how the plug works
How does the sidebar on my website disappear, some codes are looping and there is the forum itself without a sidebar and it does not display correctly for the recipatch code – only good for the administrator and logged in, but not for visitors on the site.
]]>Hello! I’m getting the following notices in my debug log:
PHP Notice: Undefined index: args in /plugins/bbpress/includes/admin/admin.php on line 370
PHP Notice: Undefined index: sanitize_callback in /plugins/bbpress/includes/admin/admin.php on line 374
I believe these come from the rfb_add_recaptcha_key_field
callback function missing these 2 expected indices.
For more information see:
bbpress\includes\admin\settings.php LN 82