Needs work
Project:
FileField
Version:
6.x-3.10
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
30 Nov 2010 at 19:27 UTC
Updated:
10 Apr 2013 at 15:57 UTC
Jump to comment: Most recent file
Comments
Comment #1
quicksketchI tried your suggestion but a lot of things didn't work quite right. CCK tries to pull in the field label and display formatters for the field, neither of which will apply to this field. Even after removing the unnecessary configuration options, the field still didn't display anything at all, regardless of grouping or not grouping. Here's the in-progress patch, but it needs some work before this can go into the project.
Comment #2
spelcheck commentedbump! would definitely like to have output of data values (description, alt, title) for a multivalue filefield without having views just duplicate output of the node for every value. It appears 'Group Values' option is present now, but nothing is displayed (as advertised above.) Any way to simply get the 'Group Values' option for the filefield data handler?
Comment #3
quicksketchNo. Because the way group values works for CCK it does a second (hardcoded) query to pull in all the field values as a group. It then outputs it as a group. So if we did add a group values option to the FileField data, it would just end up looking like this:
Obviously that's not what people want either.
Comment #4
goldlilys commentedIs this still being worked on? Want multiple image photo uploads per node with a description for each image to show up in the views. But when I add the data fields in views, only the first description is showing when I group the images. what I want to happen:
All the images are showing, but the description only shows the first like
This is not what's supposed to happen.
Comment #5
goldlilys commentedOops putting for latest version.
Comment #6
quicksketchI'm not working on FileField these days because I no longer have any D6 sites. I'm happy to review any further patches but I won't be spending more time on fixing this myself.