Zenphoto Plugins

Installed the build version 1.1.5 [1382]. Clicked on the new Plugins tab:

Warning: exif_read_data() [function.exif-read-data]: Unable to open file in /.../zp-core/plugins/exifimagerotate.php on line 2

Warning: imagecreatefromjpeg(SRC_IMAGE) [function.imagecreatefromjpeg]: failed to open stream: No such file or /.../zp-core/plugins/image_mirror.php on line 8

Warning: imagesx(): supplied argument is not a valid Image resource in /.../zp-core/plugins/image_mirror.php on line 9

Warning: imagesy(): supplied argument is not a valid Image resource in /.../zp-core/plugins/image_mirror.php on line 10

Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in //.../zp-core/plugins/image_mirror.php on line 11

Warning: imagejpeg(): supplied argument is not a valid Image resource in /.../zp-core/plugins/mage_mirror.php on line 23

Warning: imagedestroy(): supplied argument is not a valid Image resource in /.../zp-core/plugins/image_mirror.php on line 25

Warning: imagedestroy(): supplied argument is not a valid Image resource in /.../zp-core/plugins/image_mirror.php on line 26

Fatal error: Cannot redeclare imagerotate() in/.../zp-core/plugins/image_rotate.php on line 45
exifimagerotate

Comments

  • remove the file exifimagerotate.php from your plugins folder. It should not be there. In fact, best if you delete everything in that folder and reload just what is in the distribution files.
  • Done. Works. I deactivated Google Maps as I don't have EXIF info on the images. Is this the only way of using the maps? Disabled Ratings & Print (untiil I can try it out).

    Slideshow: which theme supports this, as it's a new feature?

    Where do I look for the Statistics results?
  • acrylian Administrator, Developer
    Slideshow is a brand new feature, all distributed theme support it in the nightly.

    For the statistic results you have to modify your theme with the functions it provides. Info about the functions are for example in the comments in the file itself (they are in our doc too, but that does not support the nightly only the official 1.1.5).
  • Glad things are working. Google maps are only used if there is latitude/longitude in the EXIF.
  • Okay about Google :( When I'm feeling better will download current build and overhaul my version. Thanks
  • Got the 1.1.5 [1397] properly installed & was prompted to update files; but no idea how I'm suppose to implement the plug-ins.

    I checked for the Statistics, but not sure where these are to be accessed.

    Checked for Print and again, how is this envoked? Should I see someting somewhere?

    For slideshow I got error "Zenphoto error: missing theme page." This is using ZP DEFAULT unmodified. The only indication it's present is a small "View" text link on right side of the 1st row of Thumbnails on the album index page.
  • acrylian Administrator, Developer
    The plugins provide extra functions to the template functions. They don't do anything by itself, as always you of course have to modify you theme files and add those functions (btw, except for the flash players and the slideshow plugins all functions have been there before but are now optional).
    How to use them is written in the comments of the files itself. (Our functions guide is not updated yet, that will happen with the next official release).
  • There is a typographical error in the slideshow plugin which will be fixed in tonight's build. That probably caused your error. It is also possible that the file `slideshow.php` is missing from your default theme folder.
  • sbillard: DEFAULT has a file called `slideshow.php`. Current 03-Apr until I do next update, maybe tonight if I feel okay. Otherwise won't be until Monday.

    acryian: not sure exactly what you mean that they're optional. How were they done until now? If I were to print, all I'd ever know to do is use my browser's print function , not too pretty. Is there a preferred option for the slideshow using flowplayer v1.0.0 over flvplayer v1.0.0 running on my Mac OS X 10.3.9? Camino over Safari?
  • Before the advent of plugins, the functions that are now plugins were part of the template-functions.php file or in somecases, in separate php files. So, they were loaded each time someone viewed your gallery whether or not you used the function. That cost resource unnecessarily. With the implementation of plugins functions are divided between "standard" and "optional". The optional ones being those that are not always used by themes.

    There are two steps to using a function which is now included in a plugin. First, the checkbox for the plugin must be checked enable. (A few are checked by default--ones that were part of template-functions.) Besides enabling the plugin, of course, you must actually make use of the functions it provides.

    I think we will eventually include a link to the function documentation of the plugin within its description. First, though, we have to generate that set of documents.
  • Which player you use would depend on how your use meshes with the license of the player. See the references to the license in the player descriptions.
  • acrylian Administrator, Developer
    Since sbillards answered basically your questions, just one thing to add to
    If I were to print, all I'd ever know to do is use my browser's print function , not too pretty.
    If you refer to the print album menu, that does not do print out "on paper", it "prints" a menu of your albums for navigation on screen, what I believe I have written in the plugin's description...:-)
  • version 1.1.5 [1416] |

    Hi, I'm back....
    Got my act together... Downloaded this build. Removed all my custom themes and combined into one: DefaultRBC which is really only customized CSS styles . This allows using ZP's FILES FOR ALL OTHER STUFF in the Theme folder. ZP's own Default is uploaded and as-is. (I removed the form field Site in image.php but it's not uploaded yet). Updated worked via setup.php. So all, I thought, is okay.

    Viewed Album1: Uses DefaultRBC/darkBoston.css - The View Slideshow is text link on row 8-1/2 (not all rows are equal as in Admin, rows aren't exactly 5 per). Get error still "Zenphoto error: missing theme page."

    Viewed Album2: Uses Default/dark.css - The View Slideshow is reduced to "View" on row 1. same error.

    Viewed Album3: Uses Example/not selected whatever it is - same error.
  • acrylian Administrator, Developer
    You need to copy the slideshow.php theme files from default theme for example. (the slideshow link is not correctly placed, we will correct that later)
  • Oops, I edited my post before I saw your answer:
    Viewed Album3: Uses Example/not selected whatever it is - same error.

    All files are ZP's. Only the styles folder contains my files. The slideshow file is present in both Themes. Dated April 01, 2008
  • acrylian Administrator, Developer
    April 1st is a little old, we update all the time....:-)
  • Fresh download from last night. Build 1416:

    `DEFAULT THEME MODIFIED DATES`
    album.php = 04 april
    archive.php = 09 march
    image.php = 31 march
    index.php = 09 march
    search.php = 04 april
    slideshow.php = 01 april

    ALL these files are copied into my DEFAULTRBC Theme, as `only` the CSS is modified.
Sign In or Register to comment.