Hi,
For reference, here is some code changes to preopulate First Name, Last Name to the register form.
In file: (your drupal base directory)/modules/social_login/social_login_core.module
At approx. line: 880, after these lines: // Prepopulate. $fo…
Hi,
What is your website's URL?
So, you are saying it worked before with the previous version of our plugin (1.0), but not with the latest version (1.1)?
Have you checked the layout (where to display the icons)?
Regards.
Hi,
Sorry about the delay.
There is an API endpoint you can use to delete a user docs.oneall.com/api/resources/users/delete-user/.
You would need to write some code to call this endpoints for your selected users.
Regards.
Hi,
The database is the only way to do it unfortunately.
There is registration column which identifies users with a Social Login link, but you cannot query on it.
Another way would be to add a hook at login which adds a new custom role to the Social…
There is no cost, but the other currency is time :-)
We'll send you some possible changes to try out (by email), and post back here if/when it works.
Regards
Hi,
Yes, it is custom code changes, not something that is configurable now.
We can provide this code change as a modification to your installation, or release a new version (or both). Usually, we start with some custom code changes (and validation f…
Hi,
Steam does not share email addresses, so we do not have this info. (however, you can request the user to provide it at Social Login registration).
Pre-populating custom fields with values from the social network profile is not easily available …
Hi Andrew,
This redirection to the Drupal register page is normally specified in the module's setting (Automatically create a new user account when a user registers with Social Login?).
It can be changed to automatically create the account (skippin…
Hi Jeff,
Considering the span code, are you setting other data-* attributes in the enclosing div?
(data-title, data-url, ...)
Also, this looks like a Facebook generated message?
Another option is meta tags on your pages.
Regarding the schedule, i…
Hi,
Good, thanks for checking this!
Tapatalk seems to interfere with redirects (from a brief look at their code: they listen to the mentioned redirect event).
There was one previous user who reported problems displaying Social Login icons on mobil…