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 |
#452
|
|||
|
|||
Hi Jafo,
I am a little unclear on the section of if you want to use VB for comments. The first part was easy, but the second part where it says find this code or similar code, there is really nothing too similar. So the closest I could guess on was to start right under where it says <!-- You can start editing here. --> in comments.php and replaced everything down to </ol> However this did not work, it resulted in an error Parse error: syntax error, unexpected T_ELSE in /home/madoshi2/public_html/crankyassgamer/wp-content/themes/default/comments.php on line 68 I tried replacing more but getting similar errors. I have reverted the comments.php back to its default for right now. But how much exactly are we supposed to replace, and did I even start replacing at the right spot? The posting part is working fine. Latest download of WP and VB installed. Thank you! |
#453
|
|||
|
|||
Aha. Just noticed it.
Code:
[25-Jul-2007 16:05:30] PHP Warning: require_once(/includes/class_bbcode.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in c:\domains\caliburn-l2.com\webroot\news\wp-content\plugins\vbbridge.php on line 350 [25-Jul-2007 16:05:30] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/includes/class_bbcode.php' (include_path='.;c:\php\includes') in c:\domains\caliburn-l2.com\webroot\news\wp-content\plugins\vbbridge.php on line 350 Code:
require_once($vwd . '/includes/class_bbcode.php'); Code:
$vwd = getcwd(); EDIT: Well, resolved that. But now I get Code:
Class 'vBulletinHook' not found in e:\domains\l2aethernia.com\wwwroot\forums\includes\class_bbcode.php on line 2397 |
#454
|
|||
|
|||
You may want to put this near the top of the vbbridge.php file:
define('DISABLE_HOOKS', true); See if that makes a difference for you. |
#455
|
|||
|
|||
Tried that, same error. >_<
|
#456
|
|||
|
|||
Jafo,
I named the VB user the same as the WP admin user login...exactly what i wasn't supposed to do. Is this easy to change in VB?? I couldn't find anything. Thanks! |
#457
|
|||
|
|||
Create a new user in VB, and then use that one to bridge over.
|
#458
|
|||
|
|||
Hi Jafo,
2 questions: 1. I know this has been asked before but thougt this might have changed...is there anything out there where I could import existing comments on WP into VB? I have over 12,000 on my blog and it would be nice to have that appear in VB. 2. Before I attempt to install and configure the plugin...in case there's bad errors will it break my blog? Anything I should watch out for or DO if that happens? Thanks again...looks to be a great mod! Kenneth |
#459
|
|||
|
|||
Actually, anyone who as successfully installed this mod, would someone be willing to let me know what you need to replace in the last step of getting quotes to work?
Original question Thank you! :-) |
#460
|
|||
|
|||
Hey Jafo,
First of all, this looks like a great mod and appreciate your time in creating it. Now, onto my problem. I followed the directions step-by-step, and I got to the part where you're supposed to go to 'Users' -> 'vB Bridge Settings' inside of my Wordpress Dashboard. However, whenever I navigate to here, I get the following message: Quote:
Any assistance would be greatly appreciated. I am running vB 3.6.8 and the latest stable version of Wordpress. Thanks in advance for your time and assistance! |
#461
|
|||
|
|||
Quote:
Code:
if ($vbridge[id] > 0) { ## Do VBRIDGE Code } ##End Vbridge Replacement else { ?> <?php wp_link_pages(); ?> <!-- <?php comments_popup_link(__('0 Comments'), __('1 Comments'), __('% Comments')); ?> <?php } ?> There should be nothing to break the blog. Just make a backup of your theme. If for some reason the plugin causes an error, you can delete the plugin, or rename it to turn it off. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|