Hi,
So, this incorrect behaviour was triggered with the Wordpress update?
(the other plugin has not changed ?)
If so, how did you update Wordpress? (to version 4.4.1?)
Thanks
Hi,
Definitely, this is something we have done in other plugins.
We'll look into this feature and report back. (warning: it could take some time)
Thanks.
Hi,
Yes, the key URL is your Oneall subdomain.
For example: wotr1.api.oneall.com .
This is need for your WP configuration, and the various social network apps you create (for Facebook: the Valid OAuth redirect URIs shoud be https://wotr1.api.oneall.…
Hi,
At first glance, this could be because when there is no email address found in the profile (as usually the case with Twitter), so the plugin can create a random one, if configured as such.
You can change this behaviour, by configuring this setti…
Hi,
You need to create another template file:
- start from an existing file, such as overall_header_content_before.html
- copy it and rename it to overall_footer_content_after.html, in the same directory (styles/all/template/event)
- edit this new f…
Hi,
If some initial text shows but not the social icons, then perhaps the template variable OA_SOCIAL_LOGIN_EMBED_SOCIAL_LOGIN is not set.
Try to remove the template variable conditional, one by one (the other variables may not be set either), to s…
Hi,
There seem to be 2 issues here. First, the Autodetect API Connection, then the subdomain setting.
If the autodetect API connection does not work, then choose fsockopen, or try installing CURL, if it is not present.
The autodetect button tries t…
Hi,
Does the Return URL in your Paypal sandbox account match that of your configuration (on app.oneall.com)?
Also, is the Login In with Paypal ticked? (in Sandbox account)
Regards.
Hi,
The emails attribute is an array of email objects, it gets serialized (serialize()) by WP (update_user_meta()) when stored in the database.
So, what you are reporting looks in fact correct, if you looking at the table directly.
Hope this helps.
Hi,
Sure. We'll look into it.
In what environment are you using the plugin? Is it Vanillaforum as mentioned in the post, or something else, possibly Wordpress?
Thanks.
Hi,
The logs show that the last Facebook profiles you requested had a valid email address.
The message you show look like some data format problem.
What's the code you use to access the emails list? (or a brief description of your environment if yo…
Hi,
Good news for the icons display :-)
From a quick glance at your repo, where are you triggering the new events you define in the event path? (such as: comboot_oneall_login_panel_login)
If you want events outside of templates, then you need a lis…
Hi,
Oddly, we cannot reproduce your specific error message.
The read_stream scope is added when ticking Stream Access > Read Actions on your app.oneall.com Facebok settings.
If you have unchecked that setting, then you shouldn't be getting the er…