We are moving several projects from disparate forums into VBulletin 3.6.2. The source forums are all different, but one in particular is causing us a bit of grief. There is no access to the backend database, so we screen scraped all of the forum posts into an XML document, using thread ids, userids, and parent thread ids to maintain the post / reply /reply-to-reply hierarchy.
Now that we have the posts and users OUT of the old forum, we need to get it into VBulletin. I can manipulate the data to conform to a DTD, or write a program to populate a database with it (given a schema that the impex understands?), but I need a schema either way. Is there a default schema that I can conform my data to, then code a custom importer to read that database?
Thanks in advance for any help!
Now that we have the posts and users OUT of the old forum, we need to get it into VBulletin. I can manipulate the data to conform to a DTD, or write a program to populate a database with it (given a schema that the impex understands?), but I need a schema either way. Is there a default schema that I can conform my data to, then code a custom importer to read that database?
Thanks in advance for any help!
Comment