The Ning one is here:
www.kunena.org/forum/migrate-to-kunena/4...rating-from-ning-com
It's actually a migration, effectively, from Buddypress (as an intermediate step, i.e., Ning-Buddypress-Kunena). Ning exports JSON files that are, reportedly, often corrupt. I ran into a couple of issues. My first import (Ning to Buddypress) left out 10% of the topics. I read somewhere that the solution was to duplicate and rename the larger exported discussions file. The other issues were to do with message sequencing and failure to import the first topic into Buddypress.
Once I had things in MySQL it was
fairly straightforward to get things into Kunena using SQL. That still leaves plenty to do. One thing I would suggest checking out is whether you can process the content of messages satisfactorily to convert them to BBcode. There are passable converters (e.g.,
www.seabreezecomputers.com/html2bbcode/
) which are fine for individual messages, but I found the PHP functions that I found online and which I could use not
quite good enough. Ning has lots of irrelevant HTML in posts that put a bit of a spanner in the works readily enough.
I had only a few years with hundreds of topics and messages not thousands, so I was able to go through every single message and edit by hand where needed.
Whatever about Ning there ought to be an import from Buddypress. It should be straightforward, apart from the HTML to BBcode conversion perhaps. Buddypress handles Ning content very well and if the HTML conversion was a showstopper I might have stopped there. However, the security of Kunena + Joomla is considerably better and better suited to what I needed.