Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Sign In
Not a member yet? Click here to register.
Forgot Password?
Navigation

reCAPTCHA v3

Last updated on 6 years ago
N
NetriXSenior Member
Posted 6 years ago
[mp]1081[/mp]
H
helmuthSenior Member
Posted 6 years ago
Does this work on v9?

Here it says v7.02.xx ... http://www.php-fusion.us/forum/viewth...#post_4025
H
HarlekinMember
Posted 6 years ago
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, 6 years ago
N
NetriXSenior Member
Posted 6 years ago

helmuth wrote:

@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

Not currently, it will be planned for v9.

Harlekin wrote:

@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?

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:

.grecaptcha-badge {
 display: none !important;
H
HarlekinMember
Posted 6 years ago
I have found it. grecaptcha-badge that is the way to set the position. For example putt the code in the recaptcha_panel.php:
echo "<style>
.grecaptcha-badge {
 bottom: 300px !important;
}
</style>";


And the position of the recaptcha will change
Posted 6 years ago
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, 6 years ago
F
FalkSuper Admin
Posted 6 years ago
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.
Edited by N/A on 16-05-2019 17:31, 6 years ago
Posted 6 years ago
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, 6 years ago
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot reply in this discussion thread.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You can download attachments in this forum.
You cannot up or down-vote on the post in this discussion thread.
You cannot set up a bounty in this discussion thread.