@NaturalNine
...two installations of the same forum with the same data?? that would make no sense at all...I mean, I get your point but that wouldn't make any sense...at all...
Just be glad we actually have older posts and all their content as we were (originally) only going to keep the ones from 1.10.x+
. ?
It's not just a matter of re-importing posts....
The FORMAT of the Vanilla posts are DIFFERENT than the FORMAT of the Flarum posts. Vanilla used a combination of HTML/CSS and other formats where Flarum only uses Markdown format. There is no migration script to migrate from Vanilla to Flarum currently, so we had to write our own. This means we had to write our own conversion functions as well (HTML/CSS/etc -> to -> Markdown). Obviously you can't convert everything from HTML/CSS/etc to Markdown (as there are many ways to do just one thing in HTML and you can't guess every single way to do that one thing in HTML and find ways to convert them all to the Markdown equivalent unless you have all the time in the world) so yea...there will be some posts that just aren't converted correctly. We could go in and edit them manually and add the closest matches in Markdown but we would have to do this post-by-post which would obviously be wayy too time consuming and sooo not feasible as there are hundreds of thousands of posts.
So, like I said, the best we could do in the time-frame we had was to convert the MAIN HTML/CSS/etc tags to Markdown and hope for the best (for the rest). ?
Hopefully that clears things up a bit for you.
Cheers.