By seaneffel on
I just copied/pasted some 50 entries from our older website into out Drupal set up. I believe I made them blog entries but I think I actually want them to be stories. Is there some quick way to change their content types without re-entering the data?
Comments
A module that might help?
I haven't tried this, but there is a module here that advertises being able to do what you want.
That did the trick.
That module did -exactly- what I needed. It added a field at the bottom of the text editing page that allowed me to reassign the content type. Its a bummer that I have to hit each of the articles one by one, but its a lot easier than re-entering the material from scratch. Thanks!
it's fairly easy
I've done this before. Just replace every instance of "blog" in the type field of the node table with "story." Of course, backup your db first just in case you make a mistake.