Hi,<br><br>I have created a custom content type module called tpr_article. <br><br>I also have a script that pulls articles from a legacy database and is supposed add the legacy articles into the tpr_article content type.<br>
<br>I have set $node-&gt;type=&#39;tpr_article&#39; and tried to save the node using node_save() in order to save the $node in the right place. The content ends up in the node tables instead of my new tpr_article content type table. <br>
<br>How do I, in code, insert the legacy articles using my new content type module tpr_article?<br><br>If you need any more info please let me know.<br><br>Thanks,<br>Matt<br><br><br>