![]() |
Am having the exact same issues I made in my post from 9/19 after updating to your newest version.
|
Quote:
|
For me, on vb 5.2.4, even with version 1.2.1 logins work only with Facebook and PayPal that's it. But I am working closely with Claude who is kind enough to keep plodding along to figure out what needs to be done to make this software work.
|
Many thanks (especially to mdawg) for helping me find the issue.
The problem occurs when the username retrieved from the social network account corresponds to an already existing username in your vBulletin database. I have now uploaded version 1.2.2 which should address this problem. The plugin will now also display the errors in case the user creation fails. Please keep me updated if you see any errors! |
Yes it seems to be working well now. Thanks!
Since you have PayPal there, how about adding integration for eBay? |
Thank you very much for confirmation!
I have now uploaded the new version which I send you for testing. Thank you also for all the tests that you have done ;) eBay is a great idea. I will have a look at their documentation. Best Regards, |
I just moved to a new VPS server, and ever since, while OneAll works fine, the Facebook login from vbulletin (at the bottom) does not work. Just gets stuck when I try to login to Facebook via vbulletin. Tried turning OneAll off temporarily at the vbulletin CP, but still the vbulletin Facebook login did not work, which makes me think this issue has nothing to do with OneAll.
http://www.vbulletin.com/forum/forum...in-not-working I am running pHp 7.0.11 and mySQL 5.6 So, just a question for you all out there: ARE YOU ABLE to use OneAll (set for Facebook login of its own with its own Facebook developer app) at the same time as the Facebook integration/login from vbulletin? |
This is really nice. The one thing I'd like though is to be able to link two accounts together. ie. if you register with vanilla registration, but then login through steam, you have two accounts. there's no way to merge them.
|
Wow, I'm going to try this..... looks amazing
|
Quote:
|
I noticed in my OneAll account that you had LINE (the communication app) and Pinterest listed, so I went ahead and registered for them, but I don't see the option to enable LINE or Pinterest within the OneAll vbulletin control panel?
|
uninstall error mods vbulletin 5.3.3
An unexpected error was returned: 'syntax error, unexpected' DROP '(T_STRING)' oneallsociallogin |
I just tested it with a gmail / oneallsocialogin , works for me. vb 5.3.3.
I'd just like to see it updated to allow logins via LINE eBay |
Its broken for 5.3.4.
Also, auto detection is not working, and also API checking. |
@ClaudeS yes I don't see the oneallsocialogin at all since 5.3.4 upgrade.
|
Update: been working with Claude and his programmer Damien, and there is a new version that works fine in 5.3.4 they will be adding it to this thread.
With this new version Line and Pinterest now work for addition in the OneAll ACP. Would like to see login via eBay |
I have now uploaded the a new version that includes all providers that OneAll currently supports as well as a couple of bug fixes.
The new version includes a couple of changes to the templates. You have to upload the new files and re-import the plugin (allow overwrite when re-importing). Do not uninstall/re-install it, as otherwise users that have already logged in using Social Login will no longer be recognized as existing users. Quote:
Quote:
|
work this for vb 5.4.0 ?
|
Yes using on more than one vb 5.4.0 forum.
|
I'll try.
|
Does this work on 5.5.6?
|
I believe this stopped working at some point, at least, with 5.6.1 I see no trace of its login.
|
The newest OneAll version 2.5.0 works with a code modification, in 5.6.1
|
Quote:
|
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. |
Installed without error on 5.6.7
|
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. https://i.imgur.com/nDTAfzYl.jpg 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'])); |
All times are GMT. The time now is 05:19 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|