Thread subject: Official Home of the PHPFusion CMS :: reCAPTCHA v3

Posted by NetriX on 24-12-2018 08:56
#1

[mp]1081[/mp]

Posted by helmuth on 24-12-2018 09:10
#2

Does this work on v9?

Here it says v7.02.xx ... http://www.php-fusion.us/forum/viewth...#post_4025

Posted by Harlekin on 29-12-2018 11:35
#3

Nice. But it is display on the right bottom side. I use an other plugin, who display on the same position (Freichat). Where can i change the display of the recaptcha to top right side or to the middle right side of the website?

Edited by Harlekin on 29-12-2018 11:38

Posted by NetriX on 05-01-2019 19:47
#4

[quote name=helmuth post=205638]@helmuth - Does this work on v9?

Here it says v7.02.xx ... http://www.php-fusion.us/forum/viewthread.php?thread_id=651&pid=4025#post_4025[/quote]
Not currently, it will be planned for v9.

[quote name=Harlekin post=205700]@Harlekin - Nice. But it is display on the right bottom side. I use an other plugin, who display on the same position (Freichat). Where can i change the display of the recaptcha to top right side or to the middle right side of the website?[/quote]
Due to the nature of Google's TOS the badge must be visible, or text must be in place. But, you can hide the badge with the following code:

Code
.grecaptcha-badge {
 display: none !important;

Posted by Harlekin on 06-01-2019 09:47
#5

I have found it. grecaptcha-badge that is the way to set the position. For example putt the code in the recaptcha_panel.php:
Code
echo "
.grecaptcha-badge {
 bottom: 300px !important;
}
";


And the position of the recaptcha will change

Posted by jackspr1289 on 16-05-2019 16:50
#6

This addon is not working properly. Recaptcha is not displayed.

"This site is protected by reCAPTCHA and the Google
Privacy Policy and Terms of Service apply".

I used the keys for v3.

How to fix it?

Edited by jackspr1289 on 16-05-2019 16:53

Posted by Falk on 16-05-2019 17:29
#7

It is native in PHPFusion 8 and 9, upgrade your system. Also make sure that you have the Display validation code? set to yes in Registration settings.

Posted by jackspr1289 on 16-05-2019 18:05
#8

This addon also does not work on php-fusion.us/register.php - There are good settings on my site.

Yes I know, I will have to update my site to PHP-FUSION 8.

Thank you for your response.

Edited by jackspr1289 on 16-05-2019 18:05