Active
Project:
CCK Fieldgroup Tabs
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2010 at 16:10 UTC
Updated:
11 Mar 2010 at 00:39 UTC
I'd like to just add the body field of a node form to a tab. How might I do that in template.php? thansk for your help.
Comments
Comment #1
nedjoThe quick answer is: create a new CCK text field to replace the body field.
Comment #2
ianchan commentedI was able to do so for more recently created content types. However, some of our older content types were created early on and some content is in the body field. We've now I thought there might be some way to attach the body field to a CCK group within template.php.