Hello
I am trying migrate SMF forum to Drupal native forum.
I tried to use converter but with no luck.
I found tables that are using with forum:
node_term node comments node_revisions url_alias forum
First I migrate users from SMF to Drupal.
I try do it 'manually' using JDBC as support for a lot of queries.
I added terms from my admin panel and used terms id in my Java program for migration.
I wrote my program according to table relations that I found by added view topics and posts manually from Drupal.
I properly set thread field from comments table.
But when I am browsing forum I don't see any topics and posts added to database from java.
Did I missed any db table for this job?
Regards