![]() |
|
PhotoStream on ZenPhoto - 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: PhotoStream on ZenPhoto (/thread-5283.html) |
PhotoStream on ZenPhoto - enygmatic - 2009-06-26 I've been a long time Flickr user and currently use a custom Ruby on Rails application that integrates with Flickr on my site. Of late due to a variety of reasons I have been looking to move to a simpler solution for an image gallery. Zenphoto seemed to fit the bill. I've been playing around with ZenPhoto these past few months on a local installation and I must say it meets most of my needs. However (in spite of all my tinkering) I haven't been able to figure out one thing. PhotoStream on ZenPhoto - acrylian - 2009-06-26 Well Pixelpost is a photoblog software that has all images within one folder physically. Zenphoto is a gallery software that sorts images in different folders. You can of course use just one album then. Or alterativly store images in different albums and use a dynamic album. It would be doable but you would have to create a custom theme with custom functionality and would need some coding experience for that. Not quite the same as the Pixelpost way would be to use the Zenpage plugin and the CombiNews feature. This mixes for example latest images within the news section but only in the news articles loop not in single view. PhotoStream on ZenPhoto - enygmatic - 2009-06-26 Thanks for the quick reply. I think to do what you are suggesting would be pretty complicated. I would have thought providing something in the API would be simpler since I believe ZenPhoto saves the uploaded date-time stamp for each image in the database. In fact I posted this to find out if there was some API feature I had overlooked. PhotoStream on ZenPhoto - acrylian - 2009-06-26 It is doable but Zenphoto is just not structured that way by default as it follows the principle top level albums -> albums > images. Although within an album you basically have what you want so using one album is probably the starting point. Also the image_album_statistics plugin might be of help in getting the latest image. Also I recommend to look at our php class methods. Those should provide everything you need for your custom functions as the standard template functions are more or less limited to the standard way. Perhaps it will be of help to get familiar with the standard theme by reading our theming tutorial first. PhotoStream on ZenPhoto - enygmatic - 2009-06-26 so far following the theming tutorial I have been able to achieve pretty much everything that I wanted to do except this. As a compromise (for now) on the home page I display the latest image got using the image_album_statistics plugin. PhotoStream on ZenPhoto - acrylian - 2009-06-26 All right, let us know when you finished your site and maybe post it on the showcase thread. PhotoStream on ZenPhoto - sbillard - 2009-06-26 The alternative is the search mode. You could create a search based on the PhotoStream on ZenPhoto - enygmatic - 2009-06-29 I just managed to code the photostream feature I wanted for my theme today. Thanks a lot for the help guys, your thoughts definitely helped push me in the right direction. |