Tagging not working at image upload

alivin70

Joined: 2013-04-03
Posts: 13
Posted: Sun, 2013-06-30 20:58

I noticed that "Add tags to all uploaded files" don't work at file upload.
I thought it was a problem with my install (3.0.6 with some plugins like custom fields), so I installed a fresh 3.0.9 on the same server and the problem is still there.

Do you have the same problem?

You can try it here
http://62.94.39.189:7001/gallery3
admin/admin

Thank you for any help

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Mon, 2013-07-01 01:10

Using the default up-loader works for me and others. Yes the UI needs to be improved or better explanations.
Type the tag(s) first. then select the items to upload.
http://galleryproject.org/node/96561

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
alivin70

Joined: 2013-04-03
Posts: 13
Posted: Mon, 2013-07-01 07:50

Thank you for the quick answer.
Well, it's not so intuitive, I'll have to explain clearly to my users :)
I modified the label on top of the popup upload form to remind it.

Maybe it can be pushed in the next release.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2014-05-23 01:55

Adding

  $("input[name='tags'] ,label[for='tags']").insertBefore("#g-add-photos-canvas");
  $("label[for='tags']").prepend("<br clear=all>");
  $("input[name='tags']").attr("placeholder","<?= t("Add tags here before you select the photos") ?>");

to gallery3/modules/gallery/views/form_uploadify.html.php just after the <script type="text/javascript"> line should do the trick.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team