1) I've got an odd issue where if more than one image is viewed in an album that that back button won't work to bring the user back out of that album. For instance, if I click on the portraiture album on the main page and view more than just the first photo that automatically shows in that album, I cannot get back to the main page via the back button.
2) Though I have just about every allowable option for exif data enabled, as seen here:
http://i.imgur.com/w8K7k.png no exif data shows in the photos in the gallery when using a firefox plugin to view it.
3) Is there a way that I can show the number of images or subalbums in the same line as the gallery name?
My site is markwiles.com. Images under portraiture may be NSFW.
Comments
2.How do you mean "using the firefox plugin to view it"? If you are looking for metadata in the Zenphoto resized images then you will not find it if using the PHP GD library. It does not preserve such.
3.Yes, but you will have to do some learning. Review the functions guide for how to get the data. Normal PHP/HTML will enable you to display the answer.
2) Yes, that's exactly what I'm looking for. Is there something else I can do to preserve this?
3) I'll check it out, thanks!
Unless the theme is hijacking the back button (yu still have nto mentioned what theme) there is nothing Zenphoto would do that could affect this.
I'll see if I can use imagick, thanks.
Sorry, zpGallerfic is not an official one (and most of these 3rd party themes sadly have not been updated to work fully with Zenphoto 1.4) so we can't help you with that. Open a new thread with the theme's name and its developer surely will respond some time.
[PHP]
magic_quotes_gpc = Off
mbstring.internal_encoding = UTF-8
imagick module => enabled
imagick module version => 2.1.1-rc1
imagick classes => Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator
ImageMagick version => ImageMagick 6.5.7-8 2009-11-26 Q16 http://www.imagemagick.org
ImageMagick copyright => Copyright (C) 1999-2009 ImageMagick Studio LLC
ImageMagick release date => 2009-11-26
ImageMagick Number of supported formats: => 202
ImageMagick Supported formats => 3FR, A, AI, ART, ARW, AVI, AVS, B, BGR, BMP, BMP2, BMP3, BRF, BRG, C, CAL, CALS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CRW, CUR, CUT, DCM, DCR, DCX, DDS, DFONT, DJVU, DNG, DOT, DPX, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, EXR, FAX, FITS, FRACTAL, FTS, G, G3, GBR, GIF, GIF87, GRADIENT, GRAY, GRB, GROUP4, HALD, HISTOGRAM, HRZ, HTM, HTML, ICB, ICO, ICON, INFO, INLINE, IPL, ISOBRL, JNG, JP2, JPC, JPEG, JPG, JPX, K, K25, KDC, LABEL, M, M2V, M4V, MAP, MAT, MATTE, MIFF, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NULL, O, ORF, OTB, OTF, PAL, PALM, PAM, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG24, PNG32, PNG8, PNM, PPM, PREVIEW, PS, PS2, PS3, PSD, PTIF, PWP, R, RADIAL-GRADIENT, RAF, RAS, RBG, RGB, RGBA, RGBO, RLA, RLE, SCR, SCT, SFW, SGI, SHTML, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UIL, UYVY, VDA, VICAR, VID, VIFF, VST, WBMP, WMF, WMV, WMZ, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, Y, YCbCr, YCbCrA, YUV
Directive => Local Value => Master Value
imagick.locale_fix => 0 => 0
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
- You're using PHP5
- The Imagick extension is loaded
- The Imagick version is >2.1.0
I'm not sure what the problem would be in this case. At the beginning of `lib-Imagick` is the part that will check the requirements. You may want to individually test each one to see which one is failing.