Is it possible to change node type?
jwalkerbg - June 30, 2009 - 09:42
Hello,
I have created dozens of nodes of type 'Page'. Afterwards I created new node type, with additional fields in it. Now I want to change the node type of these nodes from 'Page' to the new type. Is it possible?
Ivan

Hello Ivan, You can use the
Hello Ivan,
You can use the module Node Convert:
http://drupal.org/project/node_convert
It converts nodes from one type to another with support for CCK-fields.
Groen
Thanks, this was what I was
Thanks, this was what I was searching for.