Hi,

I have some wave files that I'd like to show the playtime on a node. I see the data being filled in fieldfiled meta tables but I am at a loss to figure out where the option is in cck to show the field. I looked at contemplate as that is what I am generally using but do not see any fields for meta.

Thanks.

Comments

quicksketch’s picture

The meta data is not shown in any way. You need to either print out the meta data manually (inside of $node->field_file[0]['data']) or use Views to print out this information. You could potentially use Views Attach to display this information on nodes.

quicksketch’s picture

Status: Active » Closed (fixed)