Bulk tag/description edit?

2»

Comments

  • 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?
  • 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 was having the same problem and fixed it by editing image-bulkedit_tab.php and changing the OFFSET define from 4 to 3.
  • 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?
  • acrylian Administrator, Developer
    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.
  • 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!
  • acrylian Administrator, Developer
    Try changing Album::getSubAlbums() to Album::getAlbums() or enable the deprecated functions plugin.
  • Genius. Works great now!
  • metadadaist, which version of ZenPhoto do you use? I didn't upgrade since last plugin release, but I can check against last version.
  • I'm using 1.3 - what acrylian suggested, changing Album::getSubAlbums() to Album::getAlbums() does the job.
  • Which file you have done this changes
  • fretzl Administrator, Developer
    plugins -> image-bulkedit -> image-bulkedit_tab.php (line 158)
  • badeend Member
    I want this plugin.

    Is there any way to download, because the downloadsite in this post is dead.
  • acrylian Administrator, Developer
    No, it is gone. But basic bulk editing is possible by default anway (bulk actions, publishCOntent utility - see the website)
  • divan Member
    I can reupload it, but not sure it will work will latest versions...
  • acrylian Administrator, Developer
    Well, people would have to try and could update it themselves they need it.
Sign In or Register to comment.