VBulletin-Wordpress Bridge for 3.64
This modification is in the archives.
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:
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 Code:
<wfw:commentRSS><?php echo comments_rss(); ?></wfw:commentRSS>
PHP Code:
<wfw:commentRSS>http://www.yoursite.com/forum/showthread.php?t=<?php echo $post->vb_threadid; ?></wfw:commentRSS>
EDIT file:vb3-settings.php PHP Code:
<?php
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.
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.
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);
Demo here: http://www.mobile-junction.com 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. Download
This modification is archived, downloads are still allowed. Screenshots |
Similar Mods
vBulletin-WordPress Bridge | vBulletin 3.0 Full Releases |