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 |
#552
|
|||
|
|||
It has not been tested on 2.3 as of yet. When it is released, I will tackle it then.
|
#553
|
|||
|
|||
Quote:
I started digging a little bit and one of the problems is that the wp-admin scripts have been re-organized in WP2.3. In particular, wp-admin/admin-db.php no longer exists. I commented out the require-once for it in vbbridge.php to see if I could determine which functions were being used. And that seemed to fix the plugin. I'm going to run with it until I can see a problem, but I just thought I'd ask. To your knowledge, is admin-db.php being used in vbbridge.php and if so, for what. I just want to track it down if I can. Anyway, for now, vbbridge appears to be working in WP2.3 with the one change I mentioned above. --Shack |
#554
|
|||
|
|||
When I go to 'write', i get this error:
Quote:
Thanks |
#555
|
|||
|
|||
Well I'm in with everyone I get the same 466 error. At least it will prevent me from going mad, that we're all on the same boat. All my plug-ins are the latest and up-to-date. Wordpress 2.2.3
Good luck Jafo fixing it, waiting anxiously. |
#556
|
|||
|
|||
Quote:
|
#557
|
|||
|
|||
Quote:
I think he's doing some tests on djr server who has same problem. |
#558
|
|||
|
|||
The following appears at the bottom of my vbridge settings in my wordpress options tab.
\n"; } ### Present User Setup Form. function Vbridge_User_Setup() { global $wp_roles; $xx = 0; $wpdb =& $GLOBALS['wpdb']; $sql = "SELECT * FROM " . get_option('vbb_VBPRX') . "usergroup"; $results = $wpdb->get_results($sql); echo " \n" . " " . __('Vbridge User Settings', '') . " \n"; ?> Warning: Invalid argument supplied for foreach() in C:\wamp\www\xxx\blog\wp-content\plugins\vbbridge.php on line 287 Any idea what that could be? I also get this... in my Users wordpress page when i go to VBridge User Settings Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'Vbridge_User_Setup' was given in C:\wamp\www\BlacksMagicGroup\blog\wp-includes\plugin.php on line 160 I'm using the latest vBulletin 3.6.8 and Wordpress 2.2.3. both brand new clean installs. |
#559
|
|||
|
|||
Quote:
I should also say that the previous issue i have with fresh installs of Wordpress 2.2.1, 2.2.2 and 2.2.3 all with fresh installs of vBulletin 3.6.8. My hosting environment is local and my wordpress and forum installs are in subdirectories in my localhost root folder... http://localhost/site/forum http://localhost/site/blog Hope that is of some use in killing this bug. |
#560
|
||||
|
||||
This would be perfect for me, except my Wordpress install is at www. and my forums are at forums. Other than that, I meet all the requirements.
I really only care about vB being used as the commenting engine and not sharing users. Is there a way to get this working in my situation? |
#561
|
|||
|
|||
Hi guys,
i've solved my problem (post 2or3 pages ago) adding this code at line 43: PHP Code:
PHP Code:
But, i've another question: when i post an article, i've a window with: Quote:
Bye. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|