Posted by betarobot on December 19, 2010 at 3:04pm
11 followers
Jump to:
| Project: | Imagefield Import |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hey guys, thanks for wonderful module. Are there any plans for D7 version?
Comments
#1
That would be useful.
#2
Agree that this would be most helpful. Sub.
#3
I 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!
#4
Thanks for the reply Matt. If you start using D7, we might see you over at #1019170: D7 Bulk Upload File Field.
#5
Thanks 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 :)
#6
I 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.
#7
Great news Morten! Hope to see some D7 results soon, and absolutely ready to help with testing at least.
#8
Can 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.
#9
I 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.
#10
Pillhuhm,
AFAIK the only possibility may be to use the Feeds module.
#11
I 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?
#12
i 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.
#13
Hey guys, and news on d7 update or rewrite for this module? I'd be glad to help with testing.
#14
I'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.
#15
@xyoni How far did you get through your Drupal 7 version?
#16
Show 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?