Yes, I'm using this plugin, currently it is updating title, description only. i wants to update tags too.
Ok, Tags are not part of the mass edit plugin. I suppose they could be added, so, too, could all the other image fields, but then the edit page would be cumbersome for people who want to use just the quick edit of the fields that are there.
Your other option is to change the define that determines the number of images that are displayed on a page.
I've added tags and copyright fields to the plugin, and updated to be used with Zenphoto 1.2.7. Here are the new link:
http://divan0.org.ua/web/zenphoto/image-bulkedit.tar.gz
Copy this tarball into the zenphoto/plugins directory(not to the zp-core/...) and unpack, then activate in Admin panel.
Tags can be overwritten or added to existing tags. Some screenshots:
http://divan0.org.ua/web/zenphoto/screenshots/screenshot00.png - selecting with Ctrl/Shift and Tags field
http://divan0.org.ua/web/zenphoto/screenshots/screenshot01.png - picture zoom on mouseover
http://divan0.org.ua/web/zenphoto/screenshots/screenshot02.png - changing title, description, copyright and tags with overwrite.
http://divan0.org.ua/web/zenphoto/screenshots/screenshot03.png - showing changes from previous screenshot and add new tag without overwrite
http://divan0.org.ua/web/zenphoto/screenshots/screenshot04.png - showing changes from previous screenshot
BTW, I'd like to use tag-suggest plugin, but cannot quickly find how to get it working for admin-side. Maybe someone could clarify this question?
The tag suggest plugin is only made for the search field on the themee. But the js stuff is just an adaption: http://remysharp.com/2007/12/28/jquery-tag-suggestion/
Btw, would be great if you could maybe make a page for that plugin. It's nicer to link to that from the extensions entry than to a forum thread...;-)
Here is the webpage for this plugin:
http://divan0.org.ua/web/zenphoto/
I am using ZP 1.2.8 RC1 and when I open the bulk edit page, I see a bare bones page without any CSS, thumbnails or Javascript working.
Happens both in Chrome and IE 8.
Yes everything is in the source...its just that it does not get loaded.
Found the cause, its something to do with the .htaccess redirect problem ( http://www.zenphoto.org/support/topic.php?id=6668) since it refers all links to homepage of site and not in gallery directory. Strange is that all other pages work correctly..so somewhere path handling of plugin is wrong.
Problem is not related to .htaccess hack since even after removing the code, it behaves in same way. All css files and every link on page points to site's homepage instead of gallery.
Now what I did is changed the paths of plugin to suit in zp-core/zp-extensions/ directory and now the plugin works.
I understand that this plugin is no longer supported, but I'm hoping it will work - I've installed it, but when I click on the bulk edit tab I get the following message:
Fatal error: Call to undefined method Album::getSubAlbums() in /home/a9877116/public_html/zenphoto/plugins/image-bulkedit/image-bulkedit_tab.php on line 158
I've also tried the other massedit application (which this is based on) and received an almost identical error - I expect it is a fairly simple bug in the code, but I'm pretty much a novice.
Any help greatfully recieved!