Version: 1.00, by imranbaig
Developer Last Online: Aug 2013
Category: Integration with vBulletin -
Version: 3.6.4
Rating:
Released: 12-02-2006
Last Update: 12-21-2006
Installs: 20
DB Changes
Additional Files
No support by the author.
I wanted to start a site with WP the best blogging software and VB the Best forum software.
After searching at vb.org, I found a bridge which was for vb 3.0. and WP 2.0, I just edited carefully the newer version files, with permission from author Here, I'm releasing this bridge:
Note:
This hack will only work if your WordPress and vBulletin tables are in a single database.
This hack has only been tested on adding entries directly from the admin panel. It has not been tested on xmlrpc clients.
Use at your own risk. I will not be held liable for any loss of data nor problems that you might encounter on your site during the whole process of the mod.Backup your files and database(s) before proceeding.
WP Settings:
If you want to do file edits your self then go here
Download the attached files, and you need to edit only the following files, not all.
Edit:wp-rss2.php
<?php
// This just holds the vb variables
$vb_bridge = 1; // 1=on 0=off
$vb_forumid = '2'; // forum id to post copy of article
$vb_userid = '1'; // user id to use for posting the article
$vb_username = 'admin'; // name of the user id
$vb_path = 'http://www.yoursite.com/forum'; //complete url of forums
$vb_dbprefix = 'vb3_'; //vBulletin database prefix
$vb_readmessage = 'Read the full blog entry.'; //message to be used in the forum to link back to the blog entry
?>
Save file.
Now upload all files.
Note: I have edited, files for default wp-theme, if you want you can just upload comments.php to any other template it does not matter much if you are bridging it., but do the following changes to single.php only if you are using a different template then default one.
EDIT: file single.php:
Look for:
PHP Code:
You can <a href="#respond">leave a response</a>, or <a href="<?php trackback_url(true); ?>" rel="trackback">trackback</a> from your own site.
Replace it with:
PHP Code:
You can <a href="/forum/showthread.php?t=<?php echo( $post->vb_threadid ); ?>&goto=newpost">leave a response</a>, or <a href="<?php trackback_url(true); ?>" rel="trackback">trackback</a> from your own site.
Make sure you have your forum path correct there. Now Upload all files to your wp root
vBulletin Settings:
The RSS feed will not work if you haven't activated RSS External synidcation on your forum. To do this, on your forums admincp, go to vBulletin Options->External Data Provider and check 'Yes' on Enable RSS Syncidcation.
DB Settings:
Run this query:
PHP Code:
ALTER TABLE `wp_posts` ADD `vb_threadid` INT(10);
Upload postfeed.php to your forum root included in the attachment.
Demo here: DEMO
Please forgive me if there are any errors or anything left out in package
I'll try and support as much as I can. But cannot guarantee it
EDIT: Upload the new Attached postfeed.php, this was the culprit which was giving errors. This should fix everything.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
What ever you post at WP (under <!--more-->) goes to a specific forum id that you have to specify under vb3-settings.php. And for that particular forum/post comments are linked, and if any posts are done there, it will show as comments in wp. I hope that explains?
Did you upload all and read above instructions properly??
blank page does come yeh but it posts and publishes everything nicely.
I'm working on this fix, since it was way too much time taken for this I decided to release it, also I'm a professional designer and coder, work for other ppl hence very little time to spend but I'll find some time to fix that blank page error
You have missed, some edits or just did not upload all files properly.
Looks like an error with file uploads pls upload them all properly. before you upload, just edit the files or pass me on ur ftp details i will be more than willing to check it out my self.