Closed (won't fix)
Project:
Image
Version:
6.x-1.x-dev
Component:
image_import
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2007 at 03:27 UTC
Updated:
24 Jul 2011 at 00:45 UTC
Jump to comment: Most recent file
Comments
Comment #1
drewish commentedit should use be setting the user to the current user... if it's not doing that it's a bug...
Comment #2
drewish commentedoh, i'd misread the issue, yeah that would be a good feature.
Comment #3
mdowsett commentedsubscribing
Comment #4
joachim commentedI'll repeat here what I said on a duplicate issue:
Fewer than 5 imports, I'd say use the devel module user switcher to do an import for each author.
More than 5, I'd say import them all and then use views_bulk_operations to change the users.
I think that the extra time taken by doing several import runs or several alteration operations is easily offset by the tedium of typing in usernames into 1000 boxes! (Your attitude to repetitive tasks may be different from mine, of course :)
More than 20, and I'd say let your users do the imports themselves...
Comment #5
mdowsett commentedbut having a auto-select user field beside each item you are about to import would save HUGE time (like HOURS compared to doing it after, one-at-a-time).
I alter the name and body at time of import as well, it'd be perfect to fill in the user name right then as well.
Comment #6
mdowsett commentedI took a stab at it...but no go. All I got was the column title working! (that's the easy part tho)
I edited lines:
83
and added lines:
111
123
167
195
(sorry, I don't know how to write a patch....I obviously can't even write code that works!)
Comment #7
joachim commentedYou don't write a patch, you make one: http://drupal.org/patch/create
Isn't using views_bulk_operations after import is just as good if not quicker?
Comment #8
sunGiven that (a different) Image module is in Drupal 7 core, the contrib Image module remains minimally maintained now. It won't see any new features. Instead, we're trying hard to make upgrades to D7 work. See project page for details. Thanks!