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. Do you have the same problem? You can try it here Thank you for any help |
|

Posts: 27300
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
Posts: 13
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.
Posts: 27300
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