Closed (outdated)
Project:
Node Convert
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2009 at 19:29 UTC
Updated:
28 Jan 2021 at 07:07 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
alcroito commentedThanks, fixed in DEV.
Comment #2
alcroito commentedOops, wrong issue. Still brainstorming on this one.
Comment #3
Anonymous (not verified) commentedi also think it would be a great feature to have the node->body as an options to convert textfields to.
Comment #4
igorik commentedsubscribe, will be great to have predefined converst for various fields for various contenttype combinations.
Comment #5
ChaToXXX commentedsubscribe, I am converting from another node type to blog, and I need to move one of the fields to the body of the node
Comment #6
TimG1 commentedSubscribing. I'm converting a node type w/body field into a CCK text field of a node type that has no body field.
Comment #7
alcroito commentedAdded basic appending and replacement of body with chosen fields to DEV. Currently tested only with simple text fields. So textfield, textarea, numbers should basically work.
Comment #9
garbo commentedconverting a cck-field to the body doesn't work for me.
At the original content-type the body-field was disabled. At the new content-type the body-field is available.
The contents of a cck-field in the original content-type need to be stored into the body-field of the new content-type. But this doesn't happen.
I tried using the replace function as well as the append function.
Do you know why this is going wrong?
Comment #10
lonehorseend commentedI'm reopening this issue because of #9 and my own reverse problem. My orgin source has a body field but in my destination one does not. It still converts but the information is put in the hidden (removed the body title in CCK) body field.
Comment #11
igorik commentedimho this doesn't work in any way
node content textarea->cck field; nor cck text field -> node content textarea
Comment #12
hixster commentedAny news on this - need to convert a body field to a cck.
Comment #13
garbo commented@hixter
Your safest approach is:
1. exporting your nodes with node_export (as CSV).
2. Altering the CSV so that the contents of the body field are now in the column for the CCK field.
3. re-importing the nodes as the new content-type.
4. unpublishing or deleting the old nodes.
Hope this helps you.
Comment #14
hixster commentedthanks garbo, i'll give that a try.
Comment #15
smokrisAttached is a patch which allows converting the source node body to a destination CCK text field.
Comment #16
stewestSubscribing.... Any news on this being put in next release? Need this exact functionality
Comment #17
stewest