Hi All,
I have an urgent requirement to show some file information with each file attachemnt I have uploaded when creating new node. I am using File Field module to do so, but it just provide single text field-"Description" to add information with the file. I need more then one fields like - "Author of File","Uploaded Time" with each Uploaded file.
Any help is appriciable.
Thanks in Advance.
Versions:
Drupal 6.13
FileField : 6.x.3.1
Comments
Comment #1
adamo commentedThe filefield object contains that information. You just need to theme your node to display it. Do some research on creating templates for different content types and you should be able to do what you need.
Comment #2
abhishek.dabas commentedSo Can you please provide some references how to implement the same
Thanks in Advance
Comment #3
adamo commentedStart here:
http://drupal.org/node/17565
http://www.alldrupalthemes.com/drupal-blog/theming-cck-node
Comment #4
quicksketchClosing after lack of activity.