ZenphotoCMS Forum
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)

Pages: 1 2 3


Bulk tag/description edit? - southdreamz - 03-10-2009

Yes, I'm using this plugin, currently it is updating title, description only. i wants to update tags too.




Bulk tag/description edit? - sbillard - 04-10-2009

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.




Bulk tag/description edit? - divan - 18-11-2009

southdreamz, yep, I'm going to update plugin as I will need tags edit in a nearest future as well. Will post here.




Bulk tag/description edit? - micheall - 19-11-2009

That will be keen if you get it working for tags divan, I know a few people were interested in it, myself included. Haven't had the chance to look at it yet.




Bulk tag/description edit? - divan - 04-12-2009

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?




Bulk tag/description edit? - acrylian - 04-12-2009

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...;-)




Bulk tag/description edit? - divan - 04-12-2009

acrylian, thanks, I'll try to add it.
Yes, I remember about the 'nice-to-have' request about webpage - I'll make it in a few days, I hope.




Bulk tag/description edit? - divan - 06-12-2009

Here is the webpage for this plugin:
http://divan0.org.ua/web/zenphoto/




Bulk tag/description edit? - acrylian - 06-12-2009

Great, thanks!




Bulk tag/description edit? - navjotjsingh - 26-12-2009

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.




Bulk tag/description edit? - navjotjsingh - 26-12-2009

Happens both in Chrome and IE 8.




Bulk tag/description edit? - sbillard - 27-12-2009

Take a look at the page source. Right at the front you should see the HTML to load the css and JS files. Is it there?




Bulk tag/description edit? - navjotjsingh - 27-12-2009

Yes everything is in the source...its just that it does not get loaded.




Bulk tag/description edit? - navjotjsingh - 27-12-2009

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.




Bulk tag/description edit? - navjotjsingh - 27-12-2009

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.




Bulk tag/description edit? - navjotjsingh - 27-12-2009

Now what I did is changed the paths of plugin to suit in zp-core/zp-extensions/ directory and now the plugin works.




Bulk tag/description edit? - kevinsk - 14-03-2010

I was having the same problem and fixed it by editing image-bulkedit_tab.php and changing the OFFSET define from 4 to 3.




Bulk tag/description edit? - special-k - 16-03-2010

I'm using the latest version of zenphoto and I simply cannot even activate this plugin. I uncompressed the directory in my plugin folder but do not see it in the admin/plugins tab.

Any ideas what I am doing wrong?




Bulk tag/description edit? - acrylian - 16-03-2010

You have to place the files within the folder you get if you uncompress the archive. Since this is an unsupported plugin it might not work with the current release anymore.




Bulk tag/description edit? - metadadaist - 02-08-2010

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!