Closed (won't fix)
Project:
ImageField
Version:
5.x-2.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Nov 2008 at 03:22 UTC
Updated:
18 Mar 2009 at 23:27 UTC
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
Comment #1
Flying Drupalist commentedHmm, I'm not sure how to do it exactly, but I think you should use a computed field.
Comment #2
quicksketchI'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.