![]() |
|
printLatestImages not working - 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: printLatestImages not working (/thread-4133.html) |
printLatestImages not working - kaypun - 2009-01-08 Hi, thanks, carol printLatestImages not working - sbillard - 2009-01-09 http://www.zenphoto.org/support/topic.php?id=3760 What version were you running? Is the front page of your WEB site a zenphoto page or someting else where you are using one of the hacks to get zenphoto objects? printLatestImages not working - kaypun - 2009-01-09 Hi, Thanks so much for getting back to me, The version I installed in April was 1.15, the version I installed today is 1.2.2. I want to check a backup tomorrow with the code I was using on the page - just want to make sure I have the exact code. The way it was configured was I put some php code with the path in the header and then the printlatestimage 1 code where I wanted the thumbnail to be positiioned. printLatestImages not working - acrylian - 2009-01-09 Please try the nightly, we had some trouble with the thumb generation in that plugin (if I recall correctly). printLatestImages not working - kaypun - 2009-01-09 Oh, forgot to answer, just a standard php page outside of the directory - I believe I was using one of the hacks, but I had trouble finding documentation about that so that is why I wonderered if there was a different approach. I'll try the nightly build later. But if there is a new way, can you guide me instructions? Thanks so much. printLatestImages not working - acrylian - 2009-01-09 You were surely looking for this then: http://www.zenphoto.org/2008/01/hacks/#zenphoto-as-plugin printLatestImages not working - kaypun - 2009-01-12 Hi, thanks to both of you. I just put in the build from the l1th and tried using the code above as well as code from before. This is what I had used in previous versions - in header and then where the photo would appear: So today I used the code in the link above (for trying a random picture) and am getting mySQL errors. I am considering upgrading mySQL to 5 since I have read that is ideal, but still wondering if this feature that I want is still possible. Thanks so much printLatestImages not working - acrylian - 2009-01-12 The function is what you are looking for. But you probably need to include the plugin like the template functions to make use of that function. printLatestImages not working - kaypun - 2009-01-12 sorry for bothering you, I am not sure what you are saying include the plugin like the template functions. Any chance you can give me a direction in terms of the code? thanks! printLatestImages not working - acrylian - 2009-01-12 I mean this: `require_once(WEBPATH . "/" . ZENFOLDER . "/plugins/image_album_statistics.php"); |