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.
Sorry, quick question. Will this mean my vB users and the WP users will have a single account for both? That's what I'm looking for in this, everything else is just gravy.
Just to clarify, does this enable users of my vbulletin forum to sign into wordpress and to submit blog entries. If so, can these blog entries be moderated by an administrator?
Perhaps not the right thread here but how about subdreamer as a CMS ? I will need some help doing this and have the look of it share some of our coldfusion store look.