![]() |
Quote:
Okay I will use it. I test the brigde and find some bugs. 1st Bug) if u log in on vBullitin directly - it will linked u to the homepage of wordpress. -> Suggestion -> If u login via vb then u should come to the loginpage from vbullitin. -> -> If u login via wp then u should come to the loginpage from wp. (like actually) It woudl great if u fix that in the new release? :D Should i post the bugs here or in the request formulat too ? So far Kudos to you ... MG |
Quote:
In your first case it seems you tried to log in from WordPress. Originally the user is being redirected to the page where he starts login process from. If the login is initiated from WordPress it redirects to WordPress, if it is initiated from vBulletin it redirects to vBulletin :) If you have a different behavior please verify that non of your other plugins break or conflict with vBSSO. Thank you, |
We followed the installation instructions listed here:
http://vbsso.com/platforms/vbulletin/ We were successful at connecting to WP. We then clicked the "Remove" link to disable the connection followed by clicking the "Connect" button to re-establish the connection. This results in the following error: Unable to verify platform [http://www.ourdomain.com/dir/wp-cont...sso/vbsso.php] Please analyze log files located at `~/vbdir/vbsso/logs/` to detect the cause of the issue. The log file reports: Tue Aug 28 13:21:14 2012,582 [30178] Object id #13 localFileLogger - Platform listener: Tue Aug 28 13:21:14 2012,582 [30178] Object id #13 localFileLogger - array ( 'url' => 'http://www.ourdomain.com/dir/wp-content/plugins/vbsso/vbsso.php', 'username' => '', 'lid' => '503d283a8d8de1.44273386', ) Tue Aug 28 13:21:14 2012,583 [30178] Object id #13 localFileLogger - Platform request JSON: {"login_url":"http:\/\/www.ourdomain.com\/ vbdir\/vbsso\/vbsso.php?do=login","logout_url":"http:\/\/www.ourdomain.com\/vbdir\/vbsso\/vbsso.php?do=logout","register_url":"http:\/ \/www.ourdomain.com\/vbdir\/vbsso\/vbsso.php?do=register","lostpassword_url":"http:\/\/www.ourdomain.com\/vbdir\/vbsso\/vbsso .php?do=lost-password","avatar_url":"http:\/\/www.ourdomain.com\/vbdir\/vbsso\/vbsso.php?do=avatar&id=","profile_url":"http:\/\/www.ourdomain.com\/vbdir\/vbsso\/vbsso.php?do=profile&id=","e":1,"lid":"503d283a8d8 de1.44273386","d":"http:\/\/www.ourdomain.com\/v bdir\/admincp\/vbsso.php?do=admin_platforms"} Tue Aug 28 13:21:14 2012,583 [30178] Object id #13 localFileLogger - Platform request encrypted JSON: (long encrypted string here) Tue Aug 28 13:21:14 2012,584 [30178] Object id #13 localFileLogger - Platform request urlencoded/encrypted JSON: (long encrypted string here) Tue Aug 28 13:21:19 2012,585 [30178] Object id #13 localFileLogger - Communication: Platform returned http status code: 0 Tue Aug 28 13:21:19 2012,586 [30178] Object id #13 localFileLogger - Communication: Platform returned response: Tue Aug 28 13:21:19 2012,586 [30178] Object id #17 localFileLogger - Communication: Unable to accept response: Tue Aug 28 13:21:19 2012,586 [30178] Object id #17 localFileLogger - So we can no longer connect. Any idea what went wrong? Thanks, |
Quote:
|
We determined the cause of our connection problem was
a firewall blocking rule. Thanks for your help. |
I can't seem to find any examples of WP + vB integration despite many posts in this thread. Is anyone willing to share what they've done?
|
Quote:
|
Quote:
|
mathforum, there isn't much of a visual or theme integration between WP and vB. This plugin simply shares users between platforms.
I am connecting multiple existing WP blogs to my VB forums so that people can participate on Wordpress without the hassle of registering another new account for each blog. I would suggest trying out WP first since it is free anyways. You can use the RSS feeds from vbulletin to automatically cross post threads to WP as blog entries and vice versa. |
This is a great wee plugin, easy to setup and configure if your server has the relevant settings done correctly, however the issue with not being able to 'save stylesheets to files' is still around. Is this being looked into or does anyone know of a fix for that?
Thanks! |
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. |
Quote:
|
Quote:
Code:
function sharedapi_get_server_url($uri = true) { 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) { I'm sure it could be made cleaner with the $_SERVER['HTTPS'] variable (on/off). Maybe I'll mess with that later. |
Quote:
|
Why are only "new" users in VB exported to WP and existing users in VB not seen by WP?
|
Quote:
|
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 |
Can you use it to connect the logins of different vbulletin sites?
|
Quote:
|
Quote:
|
Looking for a Joomla connection. I also have PHOTOPOST which seems to preclude a jFusion solution. Really need to have a SSO between them all.
|
Quote:
|
Quote:
is there anyway to get "user forum id" in wordpress? i don't wanna connect to vbulletin database and query username just to get user id, i hope vbsso make a solution for it. |
Quote:
|
Hi All :)
A question about User Groups. I have a Vbulletin 4.2.0 and a Wordpress 3.4.2 I have installed the VB and the WP plugins. Out of the box, if a new user signs up to the VB - then a new user appears in the WP - Great. But, I would like to have only the members of a custom created User Group in VB become users of the Wordpress. So, in the VB I entered the name of the User Group in the Access Settings and hit save. I then changed on of the VB users from a Primary Usergroup of Registered User to my Custom User Group - and hit save. (logged into the admincp as admin user) Nothing happens in WP - no user created. Am I doing something wrong, or does the Access Settings / User Groups work differently? |
Quote:
|
Hi Xeagle,
Many thanks for the reply. I have the Access settings set for “Contributor” When in Vbulletin admin area, when I assign a Regular user to the Contributor User Group, nothing appears in the users in the wordpress. Should they? Cheers Grant |
Cant login into wp-admin - it just redirects to the Vbulletin admin
Quote:
But still cant get to wp-admin... Any ideas? |
Quote:
|
Hi,
I just sent an email to the request a new feature form and was wondering if you could take a peak. But my general question is do you know when the Drupal plugin will be ready? I am extremely interested in using it ASAP. Thank you! Mattlab |
Quote:
|
I'm getting an error in the logs when I attempt to fetch avatars from vBSSO to Wordpress.
Thu Oct 4 21:07:21 2012,930 [2956] WARN localFileLogger - PHP WARNING: [2] Cannot modify header information - headers already sent by (output started at /path/to/forums/includes/class_core.php:2552) on line 3161 in file /path/to/forums/includes/functions.php. PHP 5.3.5-1ubuntu7.10 (Linux) I've moved Avatars to file system and even disabled and re-enabled the option but it continues happening. Thoughts? |
Quote:
|
vBulletin Plugins, or Wordpress Plugins?
|
Quote:
|
Disabled all but vBsso and still happening.
|
Quote:
|
Success but the guest can not post in the host, how to do it? both forum using vBulletin.
Thanks |
Quote:
|
Quote:
Thanks |
All times are GMT. The time now is 08:10 AM. |
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:
|