Hi,
We've released a new version of the extension to allow custom fields to be automatically populated with social profile data.
If you are still interested, we could help you configure this.
Regards
Hi,
Just to let you know that this is available from our github.com repository, but ot yet from the drupal.org site.
https://github.com/oneall/social-login-drupal
Apologies for this.
Hi,
Did you try disabling registration in general (Members | Registration | Settings), but enabling registration in the plugin settings ("Method of registration employed for new members?" == Automaticall approve...)?
Regards
Hi,
Yes, as correctly mentioned, the plugin creates regular WP users, with some additional user meta data.
Removing the plugin does not delete any user data. (so, re-activating the plugin will make login work again).
It's true that the users will n…
Hi,
This may help (in your theme's functions.php)
// Store the social network provided ID into a user meta field. function store_profile_data( $user_data, $identity, $new_registration ) { $soc_id = array_reduce ($identity->accounts, functi…
Hi,
You may need to clear your browser's cache (Steam icon shows from here).
Regarding the Steam ID, this info is made available to your site at login/registration.
However, it is not stored anywhere after that.
There are hooks you can use to pul…
Hi,
This error typically points to a Twitter configuration mismatch between the Twitter app and the Twitter Oneall setup.
Or maybe to a Twitter app configuration error.
First thing to do might be to review the configuration options.
Then, you can tr…
Salut !
We have not yet uploaded the prestashop version, but it is ready, and will be shortly.
It will be available at docs.oneall.com/plugins/guide/social-login-prestashop/
Hi,
Something else, which could be useful, in the your theme's functions.php, try adding those lines:
add_filter( 'wpmem_register_form', 'wpmem_oa_icons', 10, 4 ); function wpmem_oa_icons( $form, $tag, $rows, $hidden ) { $form .= oa_social_lo…
Hi,
Could be related to the wp-members plugin (rather, it's interaction with social login plugin)
How is the wp-members plugin setup for registration?
Is using the wp_form register not including the icons (outside of any shortcode...)?
Thanks
Hi,
The network icons show on the login page (/login-page), and not on the register page (/new-member-registration), nor on any other page.
So (just to clarify) you would like to show the icons on the register page too? Preferably with the shortcode…