The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Social Login - Login/Register with 35+ Social Networks Details »» | |||||||||||||||||||||||||||||
Social Login - Login/Register with 35+ Social Networks
Developer Last Online: Jul 2018
Social Login
Tested with 5.0.x, 5.1.x, 5.2.x, 5.3.x, 5.4.x The same addon for vBulletin4 is available here. Social Login for vBulletin5 allows your users to login and register with 35+ social networks. It increases your vBulletin user registration rate by simplifying the registration process for new users and provides permission-based social data retrieved from the social network profiles. Your existing users can furthermore link their existing accounts to one or more social networks and can then use these social network accounts to login without having to remember another username/password combination. The module integrates with your existing system so you and your users don't have to start from scratch. Supported Social Networks * Amazon * Battle.net * Blogger * Discord * Disqus * Draugiem * Dribbble * Foursquare * Github.com * Line * LiveJournal * Mail.ru * Meetup * Odnoklassniki * OpenID * PayPal * Pixelpin * Skyrock.com * SoundCloud * StackExchange * Steam * Tumblr * Twitch.tv * Vimeo * VKontakte * Windows Live * WordPress.com * Yahoo * YouTube Documentation http://docs.oneall.com/plugins/guide...n-vbulletin/5/ Contribute Feel free to fork our vBulletin GitHub repository to contribute. https://github.com/oneall/social-login-vbulletin Who are we? Social Login is maintained by OneAll, a technology company offering a set of web-delivered tools and services for establishing and optimizing a site's connection with social networks and identity providers such as Facebook, Twitter, Google, Yahoo!, LinkedIn, Paypal, Hyves amongst others. As today more than 250,000 websites rely on OneAll! Download Now
Show Your Support
|
Благодарность от: | ||
Teascu Dorin |
Comments |
#62
|
|||
|
|||
Does this work on 5.5.6?
|
#63
|
||||
|
||||
I believe this stopped working at some point, at least, with 5.6.1 I see no trace of its login.
|
#64
|
||||
|
||||
The newest OneAll version 2.5.0 works with a code modification, in 5.6.1
|
#65
|
|||
|
|||
What code modification?
|
#66
|
||||
|
||||
Use OneAll version 2.5.1 and apply this fix, if needed:
go into create_user() function into core/packages/oneallsociallogin/include/toolbox.php line 162, you can remove this line : $user->set ('logintype', 'fb'); (This allows the plugin to work for a NEW Google user (versus only one who has already registered for the forum via Google)). This fix may already be applied to newer versions of OneAll. |
#67
|
||||
|
||||
Installed without error on 5.6.7
|
#68
|
||||
|
||||
Still using on vb 5.7.5
One issue I do have is that whether through sign up via this mod or vbulletin's own social media registration process, the "Display Name" ends up blank which leads to the User Name not being displayed in posts. Also registration via social media doesn't seem to populate the Country / Location fields. OneAll wrote to me as follows, I have not had a chance to check this code yet: About lack of country / location, that is normal because Facebook is not sending them to your website so you will not be able to get them. You can use our node "loginLocation" by editing our toolbox.php plugin file into function called extract_social_network_profile line 769. You can get the location using this : $data['user_country'] = !empty($identity->loginLocation->country->short) ? $identity->loginLocation->country->short : ''; Then go into create_user function into same file. To add Display name, I think you could add this line at line 161. $user->set('displayname', $vbulletin->db->escape_string($username)); I use the same value than username but feel free to use the field that you want. You can use all values saved into "$data" array from extract_social_network_profile function for example if you want to use the formatted name : $user->set('displayname', $vbulletin->db->escape_string($data['user_formatted_name'])); And for location, I guess you can add this line still at line 161 (do not forget to add the line into extract_social_network_profile function) : $user->set('location', $vbulletin->db->escape_string($data['user_country'])); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|