Closed (fixed)
Project:
Node Convert
Version:
6.x-1.5
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2009 at 06:41 UTC
Updated:
8 Oct 2009 at 22:21 UTC
http://drupal.org/project/nodetype
what's the difference?
Comments
Comment #1
sinasalek commentednode_convert is superior to nodetype in number of features.
http://drupal.org/project/nodetype
Note: This module is extremely simple and *only* changes the node type in the database column. That is all. It does not convert any CCK fields or change other things about the node.
Comment #2
kkaefer commentedRight. Only use nodetype.module if you exactly know what you're doing: nodetype.module just changes the database table of the node table but doesn't migrate any data. If you don't know what that means, you should use node_convert.module