Notifications
Clear all

wpForo 1.x.x [Closed] Social Login - different behaviour on test and live version

5 Posts
2 Users
0 Reactions
620 Views
Posts: 33
Topic starter
(@stan1z)
Trusted Member
Joined: 4 years ago

Hello,

I use plugin Oneall Social Login (OSL), it adds social login buttons on WP Foro's registration and login page.

The problem is, that on registration page of my test site social buttons are displayed, on live site - no.

Login page and comment pages are OK on both sites - social buttons are dispalyed.

I have the same version on WP Foro (1.7.7) on both sites. The settings of OSL are the same - option to display social buttons on Registratiion page is on on both sites.

I wonder may be there is some option of WP Foro that makes that difference?

URLs:

https://waralbum.ru/community/?foro=signup (live site)

http://test.waralbum.ru/community/?foro=signup (test site)

 

4 Replies
Alvina
Posts: 1863
Moderator
(@alvina)
Member
Joined: 5 years ago

Hi @stan1z,

Sorry for the late response.

The wpForo does not have any relation to the issue. So it will be better if you contact the Oneall Social Login plugin support and let them know about the issue.

Also, please let us know if you have the external cache in the login form, but not in the register form.

Posts: 33
Topic starter
(@stan1z)
Trusted Member
Joined: 4 years ago

No exteranal cache for any WP Foro pages. Thanks, I'll write to OSL support.

Posts: 33
Topic starter
(@stan1z)
Trusted Member
Joined: 4 years ago

OSL support discovered the problem. It is Akismet integrated with wpForo. It puts his hidden input to the place of source code where social buttons should be displayed. May be you can do something with Akismet integration to fix it?

Thread from OSL support forum:

https://support.oneall.com/forums/discussion/8056/different-behaviour-on-test-and-live-site#latest

1 Reply
Alvina
Moderator
(@alvina)
Joined: 5 years ago

Member
Posts: 1863

@stan1z,

In the login/register page, wpForo does not have any specific integration. Simply in that form, we use the WordPress default action hook:

<?php do_action('register_form') ?>

That means that Oneall Social Login does not work with the WordPress default form too, where Akismet is activated, the wpForo does not have any relation to this.

Please navigate to the Dashboard > Settings > General admin page, enable the "Anyone can register" option to allow registration via WordPress and try to log in with the following link:

https://waralbum.ru/wp-login.php?action=register

If it works with WordPress default form, that means it will work with the wpForo form too.