By thesaint_02 on
Hello!
I have a cck integer field with multiple values and a checkboxes to choose them. When I display the node in the regular theme, the labels of the integer values show up. But when I create a custom theme file (contenttype_item.tpl.php) the variable $node->field_fieldname contains only the int value of the field. How can I display the label instead?
I have written a function for this, but since the default theme displays my value as inteded, I wonder if there is a standard way to do it.