Quote:
Originally Posted by BLazeD1
|
looks like you missed part of the installation, namely this:
Database Changes:
I have added a new column in WordPress? posts table to maintian the vBulletin thread id that will be automatically generated for the blog entry. Note that the table name prefix might be different from your WordPress table settings:
Code:
ALTER TABLE `wp_posts` ADD `vb_threadid` INT(10);