By pete_dr on
I'm wondering if that's possible. I have some posts which I would like to move over to a different content type. I assume I can create the content type then go into mysql, but I'm not to good with the database stuff so if there's a way to do it in Drupal. Otherwise, if someone can tell me what to change in mysql i'll give that a try :)
Comments
There are a couple of
There are a couple of modules.
For simple node types not requiring fancy conversions of fields
http://drupal.org/project/nodetype (Drupal 5 and 6)
For more complicated cases
http://drupal.org/project/node_convert (Drupal 5)