CCK 5.1.10
Imagefield 5.2.1
Views 5.1.6
public download method
imagefield multipleupload limited to 35

I have a node type called "album" with an imagefield, allowing multipleimage uploads.

In my views, I would like to count the number of images in each album.

Is this possible?

Thank you

Comments

Flying Drupalist’s picture

Hmm, I'm not sure how to do it exactly, but I think you should use a computed field.

quicksketch’s picture

Status: Active » Closed (won't fix)

I'm not sure this is possible in the Drupal 5 version, at least through the admin interface. If doing some custom theming you can do it just by looping through the results and doing some counting. As a feature request, this is "won't fix", as the Drupal 5 version is now maintenance only.