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 |
#162
|
|||
|
|||
This plugin looks like a 5 star plugin! Thanks for making it available.
I am using WP 2.0.7 and the VBridge 2.0.4. I followed the install instructions step by step. I am using VB for comments as well. Each time I attempt a WP login, I am redirected to VB Forum main page. I have tested in different browsers and cleared cookies etc. Any suggestions? Thanks. |
#163
|
|||
|
|||
Hy,
I have absolutly no idea where I have to put this code... Quote:
|
#164
|
|||
|
|||
Quote:
|
#165
|
|||
|
|||
I am getting the following error
Code:
WordPress database error: [Unknown column 'vb_threadid' in 'field list'] UPDATE wp_posts set vb_threadid = 3082 WHERE ID = 5 Warning: Cannot modify header information - headers already sent by (output started Should the relative path be / or just blank? Any help would be appreciated. |
#166
|
|||
|
|||
First, you need to be using 2.05, the latest version.
|
#167
|
|||
|
|||
Quote:
Code:
<?php wp_link_pages(); ?> <!-- <?php comments_popup_link(__('0 Comments'), __('1 Comments'), __('% Comments')); ?> |
#168
|
|||
|
|||
I read it, but I did not found anything that looks like that... Using 2.1 Wordpress.
In which files do I find those comment options? I edited the "comment.php" but it doesn't work... Quote:
Quote:
|
#169
|
|||
|
|||
It will not be in comments.php.. It depends on the theme you have. Generally, they reside in the index.php, single.php, and page.php files (some themes do not have single.php or page.php)
|
#170
|
|||
|
|||
Quote:
|
#171
|
|||
|
|||
I do not think it will work with a sub domain sorry.
EDIT - Although it may if you follow this part of the directions in the lead thread: I did the best I could in determining your forums file path with the script. There may be certain script setups that cannot find the file path properly, in which case you may get errors that the script cannot find or open /config.php. If this is the case, please HARDCODE your ABSOLUTE path to the forum in vbridge.php. To do this find all instances of, Code:
chdir($_SERVER['DOCUMENT_ROOT'] . get_option('vbb_VBRPATH')); Code:
chdir('/your/absolute/path/tothe/vbulletin/directory'); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|