Hi, i really need help, if this is possible and would really appreciate if someone can help me out. I used to have a forum on vBulletin, which broke after the upgrade to the latest version of php on my server. what i want to do it, take all the posts from the forum, and turn them to wordpress posts. so there are like 100,000 forum posts -- my goal is to turn it to a blog with 100k posts. am i making sense so far? so, he forum database is huge, i extracted the "posts" tree, and added it to the wordpress installation, now this is what i have: how do i go from here? i'd really appreciate any advice you may have. also is there a way to extract forum members' email addresses from the php my admin, in an organized manner , like having a list of ; ; etc... Thanks!
INSERT INTO wp_posts(COL1, COL2, COL3) SELECT COL1, COL4, COL7 FROM vbpost The columns obviously have to be the some data type in the above example. Also check the field lengths match. If they don't amend the target table.