Back button not working, two other issues too

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

  • 1.Which back button? The one of the browser? If it is a back button of the zenphoto theme we would really need to know what theme and what version of zenphoto.

    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.
  • 1) The back button in the browser.

    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!
  • Perhaps if you have Imagick available it would preserve the metadata. I am not sure.

    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.
  • acrylian Administrator, Developer
    Re: 1) You did not say which theme. If you use a heavily Javascript powered theme like zpGalleriffic the browser history does not work as ususal as there are no pages loaded. Anyway if this is not a standard theme you will have to do some work yourself.
  • Sorry about that, yes, it is zpGalleriffic. I don't mind doing work myself but I need a starting point if I'm going to get anywhere. I'm a sysadmin but have never done any php / css before.

    I'll see if I can use imagick, thanks.
  • acrylian Administrator, Developer
    have never done any php / css before.

    Well, then now is the time to learn about that as we can't teach you this here. Also please read the theming tutorial for the basics.

    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.
  • Okay, thanks for that. As far as imagick, I 'think' I have done what I need to do to enable it on my server but I'm not seeing the checkbox in Options - Image. I'm on 1and1 and it sounds like that support it. This is my php.ini

    [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
  • acrylian Administrator, Developer
    Make also sure you are running PHP 5 which is required for Imagick.
  • If I'm not mistaken that was required for installation. I do have php5 enabled in my .htaccess

    AddType x-mapp-php5 .php
    AddHandler x-mapp-php5 .php
  • The option should be in Options -> Image if:
    • 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.
  • Thanks for all your help guys, I'll see what I can work out.
Sign In or Register to comment.