ZenphotoCMS Forum
Display List of Albums - 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: Display List of Albums (/thread-11041.html)



Display List of Albums - jasonreed - 2013-05-08

Hello,

I realize there are topics on this but need a little extra guidance. I'd like to show (on the homepage of a website) the last couple of album titles in the gallery. I understand there are functions like printLatestAlbums but I'm not sure how to implement the function. If I can get the last two albums listed in a php file I can just call that file on my homepage..

Anyone willing to offer some extra guidance?

Thanks!




Display List of Albums - acrylian - 2013-05-08

Enable the image_albums_statistics plugin and place the function printLatestAlbums() where you want it to appear. Please see the documentation on the parameters to set for this function.




Display List of Albums - jasonreed - 2013-05-08

GOT IT! Thanks!!




Display List of Albums - jasonreed - 2013-05-08

is there an easy way to get rid of the line breaks after the images? where does that happen?




Display List of Albums - acrylian - 2013-05-08

It does print a list so you can use CSS for styling.