Lampwrights Forum > Other Stuff > vBulletin Wordpress Bridge

Reply
 
Thread Tools
04-22-2011, 08:26 AM   #1
wacnstac
Member
 
Join Date: Feb 2011
Posts: 58
Rep Power: 14
wacnstac is getting browny points
WP - vb bridge and strange user interactions

I am testing this plugin trying to get it ready to take to a production environment with vb 3.8.x and wp 3.1. I am currently the only natively registered user in WP along with a dummy user that is part of FeedWordPress (another WP plugin that feeds RSS items into posts).

When I have the bridge plugin turned off all posts and pages that I get are corrected attributed to me or the dummy Wordpress user for Feed WordPress.

When I turn the bridge plugin on, some of those posts somehow get attributed to user #647 of my vb userbase who have never posted an post or a page in WP. Any idea how this could be happening and how to sort the matter?
wacnstac is offline   Reply With Quote

04-22-2011, 08:28 AM   #2
Jeff
Administrator
 
Jeff's Avatar
 
Join Date: Jul 2010
Posts: 402
Rep Power: 10
Jeff is getting browny points
You will probably have to edit the authors after you have the bridge on. WP is checking the userid and when bridged, it thinks it is looking at the VB user.

I hope to get the latest version of the bridge released today which will also contain a tool for mass converting articles.
Jeff is offline   Reply With Quote
04-22-2011, 09:14 AM   #3
wacnstac
Member
 
Join Date: Feb 2011
Posts: 58
Rep Power: 14
wacnstac is getting browny points
Bear with me on this as this is really the last issue I need to solve before going live with this site.

I get the idea that WP is checking the userid and when bridged grabbing the name for that userid from vb. The thing that scares me is that there are only two users defined in WP right now, user 1 and 2. I can't possibly think of a scenario where posts or pages would be posted by user #647 as is happening now for some WP posts that are brought in from RSS feeds, etc.

This would be really bad once the bridge is enabled and vb users in mass start posting and commenting on things in WP, since user #647 really does exist in vb and will wonder why or how somebody is posting under his name.
wacnstac is offline   Reply With Quote
04-22-2011, 09:18 AM   #4
Jeff
Administrator
 
Jeff's Avatar
 
Join Date: Jul 2010
Posts: 402
Rep Power: 10
Jeff is getting browny points
On the WP install, have you created AND deleted users in the past?
Jeff is offline   Reply With Quote
04-22-2011, 09:21 AM   #5
wacnstac
Member
 
Join Date: Feb 2011
Posts: 58
Rep Power: 14
wacnstac is getting browny points
Possibly, but only a few. Certainly no where near 600+. Is there something I should use to clean up a database?
wacnstac is offline   Reply With Quote
04-22-2011, 09:32 AM   #6
Jeff
Administrator
 
Jeff's Avatar
 
Join Date: Jul 2010
Posts: 402
Rep Power: 10
Jeff is getting browny points
Hmm nothing else I can think of would cause this.
Jeff is offline   Reply With Quote
04-22-2011, 11:16 AM   #7
Jeff
Administrator
 
Jeff's Avatar
 
Join Date: Jul 2010
Posts: 402
Rep Power: 10
Jeff is getting browny points
I just uploaded a new version that has an article conversion tool. That should fix this issue for you.
Jeff is offline   Reply With Quote
04-22-2011, 12:09 PM   #8
wacnstac
Member
 
Join Date: Feb 2011
Posts: 58
Rep Power: 14
wacnstac is getting browny points
Quote:
Originally Posted by Jeff View Post
I just uploaded a new version that has an article conversion tool. That should fix this issue for you.
What does this change do?
wacnstac is offline   Reply With Quote
04-22-2011, 12:10 PM   #9
Jeff
Administrator
 
Jeff's Avatar
 
Join Date: Jul 2010
Posts: 402
Rep Power: 10
Jeff is getting browny points
It will convert all articles that are being displayed as written by VB user X to show them as written by VB user Y.
Jeff is offline   Reply With Quote
04-22-2011, 12:11 PM   #10
wacnstac
Member
 
Join Date: Feb 2011
Posts: 58
Rep Power: 14
wacnstac is getting browny points
Quote:
Originally Posted by Jeff View Post
It will convert all articles that are being displayed as written by VB user X to show them as written by VB user Y.
What are the instructions to upgrade the plugin. Do I do it from the WP control panel?
wacnstac is offline   Reply With Quote
04-22-2011, 12:11 PM   #11
Jeff
Administrator
 
Jeff's Avatar
 
Join Date: Jul 2010
Posts: 402
Rep Power: 10
Jeff is getting browny points
You just overwrite the files with the current ones.
Jeff is offline   Reply With Quote
04-22-2011, 12:19 PM   #12
wacnstac
Member
 
Join Date: Feb 2011
Posts: 58
Rep Power: 14
wacnstac is getting browny points
Quote:
Originally Posted by Jeff View Post
You just overwrite the files with the current ones.
Upgraded.... where do get at the new setting?
wacnstac is offline   Reply With Quote
04-22-2011, 12:21 PM   #13
Jeff
Administrator
 
Jeff's Avatar
 
Join Date: Jul 2010
Posts: 402
Rep Power: 10
Jeff is getting browny points
In tools.
Jeff is offline   Reply With Quote
04-22-2011, 02:44 PM   #14
wacnstac
Member
 
Join Date: Feb 2011
Posts: 58
Rep Power: 14
wacnstac is getting browny points
Quote:
Originally Posted by Jeff View Post
In tools.
Did the upgrade, but now the WP GUI doesn't work. Actually the problem that I was having looks to be that the FeedWordPress plugin was posting RSS items with a username it created in WordPress. The ID of this username did not exist in VB and I assume that is how your plugin relates the two DB's. When the plugin doesn't find a user ID, it freaks. Might want to consider allowing the users of your plugin to configure a default vb user if the ID doesn't exist in vb.

Last edited by wacnstac; 04-22-2011 at 02:57 PM.
wacnstac is offline   Reply With Quote
04-22-2011, 02:59 PM   #15
Jeff
Administrator
 
Jeff's Avatar
 
Join Date: Jul 2010
Posts: 402
Rep Power: 10
Jeff is getting browny points
Do you have this line commented out?

Code:
define('USE_ADMINCP_BRIDGE', true);
Jeff is offline   Reply With Quote
04-22-2011, 09:46 PM   #16
wacnstac
Member
 
Join Date: Feb 2011
Posts: 58
Rep Power: 14
wacnstac is getting browny points
Quote:
Originally Posted by Jeff View Post
Do you have this line commented out?

Code:
define('USE_ADMINCP_BRIDGE', true);
No I do not.
wacnstac is offline   Reply With Quote
04-23-2011, 09:39 PM   #17
wacnstac
Member
 
Join Date: Feb 2011
Posts: 58
Rep Power: 14
wacnstac is getting browny points
Quote:
Originally Posted by wacnstac View Post
No I do not.
Yeap, this latest version definitely broke the WP GUI for me. I get text only editing now.
wacnstac is offline   Reply With Quote
04-25-2011, 08:02 AM   #18
Jeff
Administrator
 
Jeff's Avatar
 
Join Date: Jul 2010
Posts: 402
Rep Power: 10
Jeff is getting browny points
You have to check the box for the editor. See vbbridge settings:

"Enable Rich Text Editor"
Jeff is offline   Reply With Quote
Reply

Tags

vbulletin wordpress bridge


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
WP bridge installed, I get this error when I try to do user mappings wacnstac vBulletin Wordpress Bridge 10 02-23-2011 10:40 AM
Strange WP behavior since install NSA vBulletin Wordpress Bridge 35 02-08-2011 07:15 PM


All times are GMT -4. The time now is 01:36 PM.


Powered by vBulletin® Version 3.8.8 Beta 4
Copyright ©2000 - 2024, vBulletin Solutions, Inc.