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

Comments

groenm’s picture

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

jwalkerbg’s picture

Thanks, this was what I was searching for.