![]() |
|
|
Mod Options |
Complete Wordpress/Vbulletin Bridge - Share Users And Postings Details »»
|
|||||||||||||||||||
|
Complete Wordpress/Vbulletin Bridge - Share Users And Postings
Developer Last Online: May 2013
DOES NOT WORK FOR Vbulletin 4.x This version probably no longer works for Wordpress 3.x. I have started developing this product over and have released the NEW version here: http://www.lampwrights.com/showthread.php?t=41 If you install this PLEASE Click Install. This mod bridges your Vbulletin users over to Wordpress. You can also use Vbulletin as your comment engine instead of the spammy one built into Wordpress. You can display the comments inline in your post. You need not use the comment feature, if your only interested in sharing users. You can map your Vbulletin Usergroups to Wordpress Usergroups and those users will then be recognized as registered Wordpress users. For example, user "Joe" registers at your forum and logs in. Joe then clicks on your Wordpress page. Joe is instantly added to the Wordpress user base with the permissions you set for his usergroup. In otherwords, if a user comes over belonging to the "Registered User" group, you can select that he is placed in the Wordpress "Subscriber" usergroup. If you change a users group from vbulletin, it will automatically change in Wordpress. Requirements:
01/03/2007 - Fixed the unlock_tables() issue on some setups. 01/03/2007 - Fixed a bug in the script that if you used a MySQL database prefix, integration would not work. Please see this post for more information! Special thanks to axisoverdrive for giving me access to his server and letting me troubleshoot the issue! 01/05/2007 - Fixed issue where if a user saved (not published) and published later, the post would not be added to the forum. 01/05/2007 - When a post is edited, it will also be edited in the forum. 01/08/2007 - Modified slightly so when posts are edited, so are the titles (if edited). 02/07/2007 - Major modifications to new version (now 2.05). The list follows:
Special Thanks: axisoverdrive - Debugging Help, Kyraal - Paypal Donation, Kalina - Paypal Donation, Wildcard27 - Paypal Donation, Shri - Paypal Donation, pspcrazy - Paypal Donation, Tomahoochi - Paypal Donation. If you use this plug-in, and find it useful, please support us by nominating us for Mod Of The Month (MOTM) in the top right corner of this thread, or feel free to donate. If you do install: Download Now Only licensed members can download files, Click Here for more information. Show Your Support
No members have liked this post.
|
|||||||||||||||||||
Similar Mod
|
||||
| Mod | Developer | Type | Replies | Last Post |
| Complete Wordpress/Vbulletin Bridge - Share Users And Postings | Jafo232 | vBulletin 3.7 Add-ons | 359 | 07 Mar 2012 14:18 |
| vBulletin-WordPress Bridge | rsuplido | vBulletin 3.0 Full Releases | 201 | 27 Oct 2008 20:23 |
| VBulletin-Wordpress Bridge for 3.64 | imranbaig | vBulletin 3.6 Add-ons | 53 | 22 Mar 2008 16:41 |
|
#61
|
||||
|
||||
|
Originally Posted by Misuzu
I am using subdomains and it works, but I am having trouble getting it to add users.
__________________
Free Professional Wordpress Themes No members have liked this post.
|
|
#62
|
|||
|
|||
|
I am using the new wordpress and vb 3.6.4...
No members have liked this post.
|
|
#63
|
|||
|
|||
|
Make sure you have the latest version of this mod, 2.03.
__________________
Become a Lampwright today at www.lampwrights.com!
No members have liked this post.
|
|
#64
|
|||
|
|||
|
Would it be possible to have it also edit the thread title in the forum? As it is now I have to go in and manually change it after having e.g. corrected a typo in, or changed the WP post title completely.
No members have liked this post.
|
|
#65
|
|||
|
|||
|
Yes, I could probably do that. When I get a chance this week, I will look into it.
__________________
Become a Lampwright today at www.lampwrights.com!
No members have liked this post.
|
|
#66
|
|||
|
|||
|
Originally Posted by Jafo232
Thank you, that would be extremely useful. Sent a little donation as encouragement to keep supporting this really useful mod. Emphasis on "little", as I'm a bit low on cash now after the holidays
![]() No members have liked this post.
|
|
#67
|
|||
|
|||
|
Originally Posted by Kyraal
Thanks for the donation, I appreciate it!
I modified it today so that titles should also change the title when you edit a post. I tested it quite a bit and it appears to be working just fine. Let me know if you have any issues. To upgrade, just replace the old version with the new version. DO NOT deactivate!
__________________
Become a Lampwright today at www.lampwrights.com!
No members have liked this post.
|
|
#68
|
||||
|
||||
|
I've set the users map up as follows
VB Admins - WP Admins VB Moderators - WP Editor VB Registered Users - WP Authors Unfortunately, the admins get added in the default group, which is a subscriber. Some initial code review leads me to this line in /wp-includes/registration_functions.php
I can then see some attempts to change the capabilities in the vbbridge.php file But I still end up with everyone being setup as a subscriber - ( a:1:{s:10:"subscriber";b:1;} ) Any clues on what I might be doing wrong or overlooking? Great mod, drop me a note if you want to do a Wordpress MU version of this, would be happy to help with the $s. No members have liked this post.
|
||||
|
#69
|
|||
|
|||
|
What is your admins primary usergroup in VB?
__________________
Become a Lampwright today at www.lampwrights.com!
No members have liked this post.
|
|
#70
|
||||||||
|
||||||||
|
Administrators in both cases.
No members have liked this post.
|
||||||||
|
#71
|
|||
|
|||
|
So your VB map settings (for the Administrators ug) looks like this?:
__________________
Become a Lampwright today at www.lampwrights.com!
No members have liked this post.
|
|
#72
|
|||
|
|||
|
Jafo, yep thats what it looks like.
No members have liked this post.
|
|
#73
|
|||
|
|||
|
Jafo, I'm going to bed now (its past mid night where I am). Will put some debugging statements into the code and update tommorrow.
No members have liked this post.
|
|
#74
|
|||
|
|||
|
Please provide me with a complete screenshot of the mapping page (just the page, not the URL or other site identifying data).
__________________
Become a Lampwright today at www.lampwrights.com!
No members have liked this post.
|
|
#75
|
||||
|
||||
|
Sorted the problem out.
Related to a bug in Wordpress that hasn't been addressed in a long time. The capabilities column in the prefix_wp_option table inherits the prefix .. so it is not wp_capabilities, but it is prefix_capabilities. In my case, I had to change the sql statements which manipulated the wp_capabilities row to
No members have liked this post.
|
||||
![]() |
«
Previous Mod
|
Next Mod
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
| Mod Options | |
|
|
| New To Site? | Need Help? |
All times are GMT. The time now is 09:59.



)


