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 |
#72
|
|||
|
|||
So your VB map settings (for the Administrators ug) looks like this?:
|
#73
|
|||
|
|||
Jafo, yep thats what it looks like.
|
#74
|
|||
|
|||
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.
|
#75
|
|||
|
|||
Please provide me with a complete screenshot of the mapping page (just the page, not the URL or other site identifying data).
|
#76
|
|||
|
|||
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 Code:
$sql = "UPDATE " . $GLOBALS['table_prefix'] . "usermeta set meta_value = '". serialize(array(strtolower(get_option('vbb_vbugroup_' . $vbuser->usergroupid)) => 1)) ."' where user_id = '". $results->ID ."' and meta_key = 'main_wp_capabilities'"; $results2 = $wpdb->get_row($sql); |
#77
|
|||
|
|||
Hi, quick question.
This mod was tested with Wordpress 2.0.6 or was it only with 2.0.5 ? |
#78
|
|||
|
|||
2.0.5, however, it should work with 2.0.6. I will be testing to verify this week, but since there are no WP code edits, this should work just fine.
|
#79
|
|||
|
|||
vB 3.6.4 (http://www.ojodigital.com/revista/foro/)
WP 2.0.6 (http://www.ojodigital.com/revista/) Users OK Post OK BUT Comments doesn't work Wordpress and vBulletin comments are independent What i have to do? |
#80
|
|||
|
|||
Quote:
Im running vB 3.6.4 and WP 2.0.6 Iv also mapped the users but some reason WP does not list the users from the Forum in the users list & also if a user is logged into vbulletin and then access the blogs to post a comment, it says you need to log in? Why's that? And if some one posts a reply in the forum for the blog, shuddnt that comment show up on the blogs page aswell? That would be nice as i made a reply on the forum, went to the blog and said 0 comments. |
#81
|
|||
|
|||
First of all, did you read the directions completely? You have to edit your WP template to handle the new comments. PLEASE READ THE DIRECTIONS IN THE readme FILE!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|