Active
Project:
Imagefield Import
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Dec 2010 at 15:04 UTC
Updated:
14 Jan 2013 at 20:43 UTC
Hey guys, thanks for wonderful module. Are there any plans for D7 version?
Comments
Comment #1
Scott J commentedThat would be useful.
Comment #2
Shai commentedAgree that this would be most helpful. Sub.
Comment #3
vordude commentedI am actually not interested in working on a port at this time. I've found myself not using this module much anymore, and am in favor of deprecating it in favor of better solutions. (I've taken to plupload for what I originally wanted this module for.)
If anyone is willing to pick up the development on this, please do!
Comment #4
Scott J commentedThanks for the reply Matt. If you start using D7, we might see you over at #1019170: D7 Bulk Upload File Field.
Comment #5
betarobot commentedThanks for clarification Matt. The reason for using this module for me was exactly bulk upload 1 image / 1 node. Pupload can't do that (nor other solutions we have for D7 yet). They would all tend to have 1 node / many images trend.
I'm more of a themer guy rather then coder... so now need to convince somebody to get on D7 development :)
Comment #6
wulff commentedI still use this module on a regular basis, and I provided a bunch of code for the Drupal 6 version.
I'm starting work on a Drupal 7 version and would be happy to maintain the module.
Comment #7
betarobot commentedGreat news Morten! Hope to see some D7 results soon, and absolutely ready to help with testing at least.
Comment #8
Scott J commentedCan I just cross-reference here another project that may be useful?
The Mupload module, but as you say, it does not upload to multiple nodes, just one field.
Comment #9
Pillhuhn commentedI just would like to get some clarification: is there currently a module that would allow bulk upload of a certain content type in Drupal 7? This should be one upload for one node.
I have a Photo content type and it would be great if I could upload an entire event for example rather than each photo individually.
Any insights?
Thanks a bunch from a newbie.
Comment #10
Scott J commentedPillhuhm,
AFAIK the only possibility may be to use the Feeds module.
Comment #11
xyoni commentedI would love to help port this to D7. This would be my first major contribution to any Drupal project so I may need some help to find my way around. Anyhow, I've checked out the latest dev branch from git and I'm ready to start working on it.
Has any work been done on it that's not yet made available? Also, any advice from those who've worked on it before?
Comment #12
marcoka commentedi also use the module and hacked it to import the images an extracting metadata from the images and assigning them to vocabularys (messy code so not published). i am interested in helping testing any d7 versions.
so one could export tagged images from programs like lightroom and import them, getting stuff like tags and author.
Comment #13
betarobot commentedHey guys, and news on d7 update or rewrite for this module? I'd be glad to help with testing.
Comment #14
opdaviesI'd be happy to build and maintain a Drupal 7 version, and the Drupal 6 version if needed. I use this module on several Drupal 6 sites and I'm going to need to build a version for a Drupal 7 site.
Comment #15
opdavies@xyoni How far did you get through your Drupal 7 version?
Comment #16
vordude commentedShow me working code here, I'm happy to add a committer.
As I've said before, I have no plans to use the module in the future so I'm not really interested in doing it.
I regret the metadata additions in the Drupal 6 versions, it adds unneeded stuff and extra complexity to the module. I wish we would have stuck a drupal_alter() in there to allow a second module to do the metadata stuff presave.
What I'm trying to say, is now's your chance.
Also a chance to get documents working, again too perhaps?
Comment #17
rooby commentedThis module might also be useful for people in this issue: Bulk Media Upload
Comment #18
betarobot commented@rooby is right, looks like in D7 http://drupal.org/project/bulk_media_upload + http://drupal.org/project/plupload work about the same. Or even better.