The site i'm working on has generic stories, some of these stories will be 'top stories' - in which case i want them to be not a story node, but a specific flexinode so it renders in a different way. Is there anyway to change this on the fly?

Thanks!

Comments

gonzocoder’s picture

I had a situation recently where the user wanted a whole bunch of pages that where created with the wiki module to be changed to blog entries. I don't know of any way to do this through the UI, but I used phpmyadmin to go into the node table and change the content type for each entry. It's not at all a neat solution, but if you only need to do it occasionally it does work!