Closed (fixed)
Project:
Upload nodes
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Oct 2011 at 14:31 UTC
Updated:
25 Oct 2011 at 08:10 UTC
What a great module, thanks for sharing it.
One improvement would be:
- Define default titles/tags/metadata on the first page, or use the image name (eg IMG_1775 if the image is named IMG_1775.JPG)
- After uploading, have the option to change the title and metadata of each photo (like uploading multiple images in Facebook)
Currently, all images get the title of the first image (IMG_1775 if that's the first one). This seems a bug to me, but I cannot find it in the code.
Comments
Comment #1
pyrollo commentedI've just fixed the "title are all the same" issue in the last version.
In the configuration page, you can "edit" one on the settings to tell which fields you want to see on "upload form" and on "edit form".
The module was supposed to show fields according to that configuration. It seems that there is a bug, I got the same behavior (fields not shown).
Comment #2
BarisW commentedCool, thanks. Will test!
For now; I get a notice.
Comment #3
BarisW commentedTested, but doesn't seem to work. If I change:
in upload_nodes_upload_form_submit() to
it works ;)
Comment #4
BarisW commentedComment #5
pyrollo commentedIt would be a problem to remove the test on node title. In case of a node title entered on the upload form, this title will be ignored.
I've tested on current version, including your patch from #1301288: Several minor improvements and bug fixes and everything seems ok about the title.
Comment #6
BarisW commentedYes, indeed. It seems to work now with my patch :) Thanks!