Hi

Can anyone please help with imorting in forum topics into Drupal?

I have brought in the topics and can see them when I navigate to their node (and they are correctly put in the right forums).

However, when I go to the forum page which lists all the topics in that forum, they are not appearing.

I have put data into the following tables:

forum
term_node
comment_statistics

Any help greatly appreciated.
Rachel

Comments

aqua@plastik.us’s picture

im going to say you inserted the data "wrongly" some how. im actually going to be attempting to convert PNphpbb2 -> drupal forum here within the next few weeks... ill tell you how lovely this goes.

http://plastik.us

azote’s picture

you may want to see how this is done from phpbb2

http://drupal.org/node/14563

I did it and works great except it converts the forums containers from phpbb2 to regular forums

cre8d’s picture

Thanks! I checked out that some conversion scripts which helped me solve that problem, which was that I didn't add all the nodes to term_node somehow.

My next problem is that the software I was using didn't have threads... so not quite sure how to handle the thread variable in the comments table?

Junyor’s picture

What are you importing from? I wrote a phpbb2 import script that might help: http://cvs.drupal.org/viewcvs/drupal/contributions/sandbox/junyor/import....

cre8d’s picture

I was converting from pMachine...