![]() |
|
Bulk tag/description edit? - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Bulk tag/description edit? (/thread-5520.html) |
Bulk tag/description edit? - divan - 23-07-2009 Hi all, is there any way to assign tag to a, let's say, 100 of photos in one time? The same question for description/copyright and other fields. Bulk tag/description edit? - acrylian - 23-07-2009 There is no function/option for that on Zenphoto. But two way basically:
Bulk tag/description edit? - divan - 23-07-2009 acrylia, thanks. I'm learning the Zenphoto and like it a lot, including the code itself. And I really need this feature, so, perhaps the best way is to write an own plugin for that. Bulk tag/description edit? - acrylian - 23-07-2009 Yes, a plugin is a good idea. Take a look at the "utilities" for the backend. Bulk tag/description edit? - sbillard - 23-07-2009 With the development build (and 1.2.6) there is a plugin that lets you mass-edit images. You have to change each image, but you get them all on one page. Bulk tag/description edit? - divan - 23-07-2009 sbillard, thank you, I'll take a look on it. Bulk tag/description edit? - divan - 05-08-2009 sbillard, I took the mass edit plugin as a template and made the plugin I talked about. A quick description - all images(thumbs) from the album are displayed on the one page, without paginating. User can select multiplie images using checkboxes in two clicks - using regular shift-key and ctrl-key modifiers. So you can select/unselect a lot of images very quickly. Check/Uncheck all button is also available. The sources available here: So, I wrote the plugin for my needs, and I'm pretty sure it's not ready to be a official plugin - it needs more code cleanup/review, adding more fields and logic, perhaps some redesign. And if someone needs such a plugin - I'll be glad to hear suggestions/requests and also be glad if some will pick up and improve the plugin to make it ready for official approving. Bulk tag/description edit? - fretzl - 05-08-2009 Looks very good !! Hope this will be an official plugin. Bulk tag/description edit? - acrylian - 05-08-2009 Looks nice. We always appreciate solutions that evolve from personal needs..:-) (I actually did Zenpage because of that..) You hopefully tested this with the RC2? We generally do not add third party plugins to the package as official ones anymore as our resources as a small team are a little too limited to maintain those also. We made that "mistake" once before... Except we decide otherwise of course but I will leave that to sbillard. But if not we will gladly add a entry on our extensions page. Bulk tag/description edit? - divan - 05-08-2009 acrylian, I tested it with the 1.2.6 RC1, but will check the RC2 this weekend. Talking about including plugin I didn't mean to include it into the core tarball, of course - it's up to you, how to store and manage the plugins. I just wonder which criteria the plugin must pass to be listed in the official plugins list. And I also do want that some jQuery-wizard(and also php-wizard and design-wizard ) took a look on the plugin and at least told me weak sides. And - the final question - which fields must be available for bulk edit? All of the image's fields? Bulk tag/description edit? - sbillard - 05-08-2009 Generally we will not include plugins in the distribution unless we are perpaired to support them. We've had some problems with including plugins and finding the person who developed them has gone inactive leaving problems unresolved. We are quite happy to post any and all user developed plugins on the WEB pages, though. Then any one can use them (of course if they have issues/questions, they can only be addressed by the developer of the plugin.) I'm not sure what your last question means. But I think the answer is that you need provide only those fields you wish to handle. Just be sure that the POST processing code matches handling of the fields with the ones that are in the form. Bulk tag/description edit? - acrylian - 06-08-2009 Exactly, we actually add every third party solution we get to know about. Official plugins, meaning those included in the package, are labeld specifially. Bulk tag/description edit? - acrylian - 07-08-2009 @divan: I would like to suggest that you maybe create a small page for that plugin that we can link to when you think it is ready. We can link to this thread but a page would be nicer..:-) Bulk tag/description edit? - southdreamz - 08-08-2009 Sreenshots are very nice, this is the feature i want! thanks, great effort! Bulk tag/description edit? - divan - 09-08-2009 @acryllian, ok. I'll do it ASAP and will post the link here. Bulk tag/description edit? - acrylian - 26-08-2009 I have for now added an entry on our plugins page linking to this thread so that it does not get lost. Bulk tag/description edit? - southdreamz - 01-10-2009 Any update on this plugin? Bulk tag/description edit? - sbillard - 01-10-2009 Have you tried the mass-edit plugin? Bulk tag/description edit? - southdreamz - 02-10-2009 Yes, I tried Mass edit, i have to enter details for each photo, but what i need, i can able to select some images/albums and the enter details once & update. Bulk tag/description edit? - acrylian - 02-10-2009 You can download a version of the bulk edit plugin on top of this thread. |