![]() |
|
Implement comments, ratings, views on index page - 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: Implement comments, ratings, views on index page (/thread-5606.html) |
Implement comments, ratings, views on index page - doku - 2009-08-04 Hey, Also i'd like to label the newest (posted earlier than two weeks) albums with an image on the album index. I hope that someone can help me to realise that features. As a countermove i am going to share my theme with the community when it's done (it's better than my English ). Regards, Implement comments, ratings, views on index page - sbillard - 2009-08-04 You will need to review the functions guide, particularly the image and album objects for the garnering the information. Also review the themeing guide for some useage information. The most challenging will be your labeling the newest albums. If all you want to do is show the images without any change to the thumbnails it will be just a matter of fetching the images by date. If you want to masage the thumb order, about your only option is to manually sort the images. If you do some manual placement it is unlikely you will get pagination correct. |