Hi,
The redirect you saw means the login failed. Could be because of parsing error, but Windows Live is currently reporting technical problems.
Let us know if the problem persists.
Regards.
Hi,
The MOD does not use a 'mobile_password'.
So if your site requires a default value for this field, then our MOD will not provide it, and cause the error.
What is your environment? (if it is PhpBB, which version?)
Regards
Hi,
Not sure what you want, but there are hooks you can use to inspect the registration data.
For example, the plugin triggers this hook, with all the data:
do_action ('oa_social_login_action_after_user_insert', $user_data, $identity);
Regards
The problem is that the Oneall extension works on 2.1.0.2, without the extension from multimerch.
Unfortunately, we cannot install this extension to test.
Perhaps you can ask for some help from the multimerch people? (if there is anything special ab…
Hi,
Some of these fields should already be available (but need to be enabled via the plugin's configuration): email, profile picture, profile url.
What is your site URL?
Others may not be: first name, last name because these fields may not be prese…
Hi,
The social login icons are added by calling this php function, in the login.template.php file:
template_oneall_social_login();
Maybe you can add this line to your modal? Or look at what is necessary from the function definition (in the same file…
Hi,
(thanks for starting another discussion)
There seems to be a plugin file missing from the website.
Could you try to install the plugin again?
Also, which versions of OpenCart and the plugin are you using?
Thanks.
Hi,
One way to do this is to use one of the plugin's hook to change the image URL.
You can add code like this to the theme's functions.php file:
function edit_picture_url ($userdata, $profile, $redirect) { if (strtolower ($profile->source->…
Hi,
Thanks.
Ah, the plugin does not work with the responsive template of the latest ZenCart (1.5.5a).
We will fix this, and report back here.
Thanks for reporting this!