Quote:
Originally Posted by Kurisu
Anyone got this working with WP 2.0.4 and vB 3.6?
|
I did this yesterday using the file in this
post and in my initial testing it looks like its working as it should.
2 things I had to change:
1. I had the same problem as mentioned above "failed to open stream: No such file or directory" when in fact my vb3-settings file was exactly where it was supposed to be. I even hard coded the path - same error. I don't have an explanation, but I changed the file name to vb36settings.php and the references in the code - it worked fine.
2. Looks like 3.6 changed a table name. In the text file above it had this {$vb_dbprefix}post_parsed and I changed it to this: {$vb_dbprefix}postparsed
After those 2 things it looks to be working fine. My thanks to those who put this together.
baze