Once you have output the CCK field as a block, how do you theme the CCK field in that block?

Normally, I would edit my node-content_type.tpl.php file to alter the CCK field.
How do you do this when the CCK field is a block?

Comments

Anonymous’s picture

That should be possible via block theming (http://drupal.org/node/104319)

big_smile’s picture

So the best practice is to treat the block.tpl.php file like a node.tpl.php file?

I've tried this, but it doesn't seem to work. I am missing something?