By cre8d on
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
just a guess
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
you may want to see how this
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
Thanks! I checked out that
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?
What are you importing from?
What are you importing from? I wrote a phpbb2 import script that might help: http://cvs.drupal.org/viewcvs/drupal/contributions/sandbox/junyor/import....
I was converting from
I was converting from pMachine...