Tagging not working at image upload
alivin70
Joined: 2013-04-03
Posts: 13 |
![]() |
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 |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
Using the default up-loader works for me and others. Yes the UI needs to be improved or better explanations. Dave |
|
alivin70
Joined: 2013-04-03
Posts: 13 |
![]() |
Thank you for the quick answer. Maybe it can be pushed in the next release. |
|
floridave
![]()
Joined: 2003-12-22
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 Dave |
|