Is there a simple example script showing how to import users and posts into Vanilla from another (in my case, file-based) forum?
I've seen the phpBB import script that was mention here, but I wonder if there is a clearer official docs/example that shows how, and what is necessary, to create users and posts, either directly in the mysql database or maybe by calling the internal Vanilla functions?
I guess I could work it out for myself by trawling through the code/database structures, but it would be great to have some definitive docs/example on e.g. which of the many SQL fields are necessary to set when you create a user or comment.
Hi Mark - I notice you commented on my post: http://vanillaforums.org/discussion/10684/is-there-a-simple-example-import-scriptdoc so it looked as if you might be able to help me. But then bobtheman butted in before I answered, so maybe you didn't notice my reply :) I'm just about to start attempting to import my file-based forum into Vanilla 1, so if you have any hints that would be great! Thanks, Woll
We're working on a standalone exporter for other systems that will dump to a standardized format we came up with. This file can then be imported into Vanilla 2 with some other code we've written. We're working with some members of the community on getting implementations for vBulletin and phpBB at the moment. More to follow.