CCK Copy Body
This module copies the body for certain CCK content types into a CCK field for that content type.
I wrote this module because while creating a site, and being new to CCK, I didn't realize that the Body was a special case and not movable/groupable like additional CCK fields. My client asked me to change the description and grouping for the body which isn't possible, and the site had already been populated with data. I figured this might be useful for others as well, so here it is.
Basically you just define a new text node that you want to copy the body to and set it to use input filters assuming the body contains html.
Press a button and you are done and can delete the module since it is just a utility function.
I will likely not actively work on this module since it has already served it's purpose for me, but if you submit patches I will evaluate and commit them. Just a heads up.
