It would be great if Term Fields would support multiple file uploads per term file field. Several taxonomy items I use have a need for 2 or 3 files to be attached to each taxonomy.
It would be great if Term Fields would support multiple file uploads per term file field. Several taxonomy items I use have a need for 2 or 3 files to be attached to each taxonomy.
Comments
Comment #1
hillaryneaf commentedI'm no PHP coder, but I'll take a look at the filefield module and this module and see if I can find a way to hack together a work around to allow for multiple file field attachments.
Does anyone else require this functionality or care to help out with it?
Comment #2
zbombicz commentedsubscribing
Comment #3
b-prod commentedActually I am not sure it could work, because Term fields uses a single way to store the data into the database, and does not handle multiple fields (not only for file fields).
Filefield relies on CCK, which is specially related for nodes (in D6, not in D7), and will not work as you expect.
Comment #4
b-prod commentedSuch functionnality could be implemented in the 2.x branch, but I will not handle such feature, because of the time required for maintaining the main code.
If someone want to handle that, I would be happy to help him.