Closed (fixed)
Project:
ImageField
Version:
6.x-3.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2009 at 08:42 UTC
Updated:
17 May 2010 at 15:17 UTC
I'm trying to show attached FileFiled ImageField images in a Grid using Views but seems when the View shows the images together and not separated into each Grid space. This also happens if I choose html list. The images are all part of the first list and not a separate list item.
Now if I choose File Upload instead of image then the view will display the attached images properly in a Grid of html list.
Drupal: 6.14
CCK: 6.x-2.6\
FileField: 6.x-3.2
ImageField: 6.x-3.2
Views 6.x-2.8
Thanks
Comments
Comment #1
end user commentedOk well here's how the Grid html output looks like with 4 cols and 1 column. If you notice all the images from the multiple imagefile field are put into 1 column and not seperated into a seperate column for each image. I guess I could do this with a list view and then use CSS to create a grid but there's no need for that as tables will do just fine
View Grid 4 Columns
View Grid 1 Column
Comment #2
end user commentedNo one noticed this when using Grid View?
Comment #3
quicksketchEdit the image field configuration within your view and uncheck the option for "Group multiple values" to get each image into a separate slot in the grid.
Comment #5
end user commentedThanks will try that tomorrow.
Comment #6
end user commented>uncheck the option for "Group multiple values"
This was the solution. TY