![]() |
|
Back button not working, two other issues too - 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: Back button not working, two other issues too (/thread-8105.html) |
Back button not working, two other issues too - MarkWiles - 2011-01-15
My site is markwiles.com. Images under portraiture may be NSFW. Back button not working, two other issues too - sbillard - 2011-01-15 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. Back button not working, two other issues too - MarkWiles - 2011-01-15
Back button not working, two other issues too - sbillard - 2011-01-15 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. Back button not working, two other issues too - acrylian - 2011-01-15 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. Back button not working, two other issues too - MarkWiles - 2011-01-15 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. Back button not working, two other issues too - acrylian - 2011-01-15 Quote:have never done any php / css before. 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. Back button not working, two other issues too - MarkWiles - 2011-01-15 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] imagick module => enabled Directive => Local Value => Master Value Back button not working, two other issues too - acrylian - 2011-01-15 Make also sure you are running PHP 5 which is required for Imagick. Back button not working, two other issues too - MarkWiles - 2011-01-15 If I'm not mistaken that was required for installation. I do have php5 enabled in my .htaccess AddType x-mapp-php5 .php Back button not working, two other issues too - kagutsuchi - 2011-01-16 The option should be in Options -> Image if: [list] Back button not working, two other issues too - MarkWiles - 2011-01-16 Thanks for all your help guys, I'll see what I can work out. |