Drupal: CCK ImageField, description not displaying
I've added the description field to my Image CCK Fields (in my nodes). I filled the开发者_运维百科 description field from back-end. However I dunno how to enable it in my front-end.
I cannot display the descriptions. I checked, they are not hided by css. The HTML element doesn't exist.
thanks
This isn't something you can enable in the UI, unless you're using a view. You need to use a template file. More info: http://drupal.org/node/432846
I've solved with Custom Formatter module
精彩评论