Closed (fixed)
Project:
FileField
Version:
6.x-3.7
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Jul 2010 at 22:44 UTC
Updated:
6 Dec 2010 at 02:06 UTC
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
Comment #1
quicksketchThe 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.
Comment #2
quicksketch