PDA

View Full Version : How can move custom forum to vbulletin


nanhe
02-29-2012, 08:23 AM
I have a simple custom forum.
There are only four table.
1. users
2. forum_topic
3. forum_reply
4. forum_category

approx 15000 thousand post and reply in my tables
i want sift data custom forum to vbulletin how can do it.

Plz help me

postoronnim
03-03-2012, 01:33 AM
This is very depends on fields on your tables and data structure.
I have transferred to vbulletin a one custom forum. Before this migrating I have installed a fresh vbulletin with empty data and made a database snapshot. Then I set permissions, add a one user with avatar, one forum, one thread and one post with attachment and saw for the difference for each step. Also very helpful to download ImpEx Import System and to consider the import process for a one of simple forums (you can steal from it a necessary sql inserts and convert functions). After that I wrote scripts for capturing fields from old forum, converting their if needed, and inserting in vbulletin tables. One hint I remember: it is easer to transfer avatars&attachments if change their storage type from Database into File System before.