By Budrick on
Can not understand how can I theme the layout of cck fields.
Ok, I can theme separate fields
I can change admin presentation by changing theme functions in theme.inc of cck module.
I can create note-nodetype-tpl.php and instead of print $content; I can print a custom layout of the fields.
But then I am loosing the whole $content variable, which contains html rendered not only by cck module, but by other modules also.
How can I override the cck theming of fields layout only?