MyBB Community Forums

Full Version: [solved] Problem with google recaptcha V2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
OK so I know how to get google captcha/re-captcha on my forum but I cant get I am not a robot to show. I put the java code in header include, but there is another code that is supposed to be put on the log in form. How can I install it because I do not like what I have, its too complicated for a free domain. That file looks like this:


<div class="g-recaptcha" data-sitekey=blabla</div>

do I need to install that file...where?

website:  https:ebookprism.com

Thank you
You have a pitfall...
Change:
<div class="g-recaptcha" data-sitekey=blabla</div>
to:
<div class="g-recaptcha" data-sitekey="blabla"></div>
ok but where do I install that file on the reg template?
I solved this and have it installed and working on my site but I would like to change the language in that file the reference is here
<span class="smalltext">{$lang->verification_note} on the member_register_regimage_recaptcha template but where would I find that?
You find it here inc/languages/english/global.lang.php:432
Thank you... I looked through every single language file but not there .. hahaha thank you broatcast sir...