The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBSSO - vBulletin Single Sign-On Details »» | |||||||||||||||||||||||||||||||||
vBSSO is a vBulletin plugin that helps you connect to different software platforms like content management systems, blogs, and online stores using a secure Single Sign-On
The system has two components. First, there?s a vBulletin plugin that creates an interface for authenticating, controlling access, and managing user profile data. The second component is plugins for other platforms (like WordPress) that teach it to talk to vBulletin and exchange data. Here?s a list of support platforms. Supported Platforms (https://www.vbsso.com)
SSO Key Features
Single Sign-On
License
Safety
Setup & Configuration
Avatars
User Groups
Miscellaneous
= 1.6.4 =
= 1.6.1 =
= 1.6.0 =
= 1.5.1 =
= 1.4.16 =
We strongly recommend you to upgrade vBSSO to the latest version (1.4.15) = 1.4.15 =
= 1.4.14 =
= 1.4.13 =
= 1.4.12 =
= 1.4.11 =
= 1.4.10 =
= 1.4.9 =
= 1.4.8 =
= 1.4.7 =
= 1.4.6 =
= 1.4.5 =
= 1.4.4 =
= 1.4.3 =
= 1.4.2 =
= 1.4.1 =
= 1.4 =
= 1.3 =
= 1.2 =
Project Supported by Diabetes Daily "We are in dept to those who have donated their code and advice to us over the last six years. Without that support, we would never have built one of the most successful diabetes communities. This is our way of 'paying it forward' so others can do more better and faster." - David Edelman, Co-Founder of Diabetes Daily Download Now Download Now
Screenshots
Show Your Support
|
22 благодарности(ей) от: | ||
aminp30, andro140, Brandon Sheley, dartho, davide101, Da^MsT, Flightbase, Fulla, geekay, ia7, m7sen, Maghrebia, Master Of Unive, nacaruncr, puertoblack2003, RichieBoy67, rwoscott, Sage Knight, Teascu Dorin, Toorak Times, ugorur |
Comments |
#292
|
|||
|
|||
I have downloaded and installed this on a brand new forum and WP install. The site is running on full SSL (https://). When I click login on the WP site, it sends me to vB4 to log in. Once I log in, it tries to redirect me back to the home page of WP, but instead of sending me to "https://www.yourdomain.com", it sends me to "http://www.yourdomain.com:443". This is not good, as so my browser explains it is a Bad Request.
All of my settings in vB4 and WP show https:// for anything needing a full URL. edit: note it works in IE because IE automatically corrects it. Firefox and Chrome however don't, but they really shouldn't anyways. |
#293
|
|||
|
|||
Quote:
|
#294
|
|||
|
|||
Quote:
Code:
function sharedapi_get_server_url($uri = true) { $url = 'http://' . $_SERVER['SERVER_NAME'] . ($_SERVER['SERVER_PORT'] != '80' ? ':' . $_SERVER['SERVER_PORT'] : ''); edit: fixed it. replace the code above with the code below in includes/sharedapi.php in both vb4 and WP vbsso plugin directories: Code:
function sharedapi_get_server_url($uri = true) { if ($_SERVER['SERVER_PORT'] == '80') { $url = 'http://' . $_SERVER['SERVER_NAME'] . ''; } else if ($_SERVER['SERVER_PORT'] == '443') { $url = 'https://' . $_SERVER['SERVER_NAME'] . ''; } else { $url = 'http://' . $_SERVER['SERVER_NAME'] . ':' . $_SERVER['SERVER_PORT'] . ''; } I'm sure it could be made cleaner with the $_SERVER['HTTPS'] variable (on/off). Maybe I'll mess with that later. |
#295
|
|||
|
|||
Quote:
|
#296
|
|||
|
|||
Why are only "new" users in VB exported to WP and existing users in VB not seen by WP?
|
#297
|
|||
|
|||
The existing users are created in WordPress once somebody from existing users logs in to vBulletin.
|
#298
|
||||
|
||||
hey mate, first i need to thank you for your awesome plugins.
i have a question, Quote:
unfortunately when i PHP Code:
i disabled/enabled this option in wordpress but no luck |
#299
|
|||
|
|||
Can you use it to connect the logins of different vbulletin sites?
|
#300
|
|||
|
|||
Quote:
|
#301
|
|||
|
|||
Yes, of course. The solution allows to connect multiple vBulletin sites to your master vBulletin site.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|