The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Complete Wordpress/Vbulletin Bridge - Share Users And Postings Details »» | |||||||||||||||||||||||||||
Complete Wordpress/Vbulletin Bridge - Share Users And Postings
Developer Last Online: Oct 2022
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 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. Show Your Support
|
Comments |
#62
|
||||
|
||||
Quote:
|
#63
|
|||
|
|||
I am using the new wordpress and vb 3.6.4...
|
#64
|
|||
|
|||
Make sure you have the latest version of this mod, 2.03.
|
#65
|
|||
|
|||
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.
|
#66
|
|||
|
|||
Yes, I could probably do that. When I get a chance this week, I will look into it.
|
#67
|
|||
|
|||
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
|
#68
|
|||
|
|||
Quote:
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! |
#69
|
|||
|
|||
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 Code:
if ( !$update ) { $user = new WP_User($user_id); $user->set_role(get_settings('default_role')); } 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. |
#70
|
|||
|
|||
What is your admins primary usergroup in VB?
|
#71
|
|||
|
|||
Administrators in both cases.
Code:
mysql> select usergroupid, title from main_vb_usergroup where usergroupid>'4'; +-------------+------------------+ | usergroupid | title | +-------------+------------------+ | 5 | Super Moderators | | 6 | Administrators | | 7 | Moderators | +-------------+------------------+ 3 rows in set (0.00 sec) Code:
mysql> select option_name, option_value from main_wp_options where option_name like 'vbb%'; +----------------+--------------------------+ | option_name | option_value | +----------------+--------------------------+ | vbb_action | update_vbridge_settings | | vbb_VBFID | 23 | | vbb_VBION | 1 | | vbb_VBPRX | main_vb_ | | vbb_VBRPATH | /forums | | vbb_vbugroup_2 | Author | | vbb_vbugroup_5 | Administrator | | vbb_vbugroup_6 | Administrator | | vbb_vbugroup_7 | Administrator | | vbb_VBURL | http://forums.domain.com | | vbb_VBUSERID | 5 | | vbb_VBUSERNAME | Valid User | +----------------+--------------------------+ 12 rows in set (0.00 sec) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|