![]() |
|
trying to add a list of all albums to my home 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: trying to add a list of all albums to my home page (/thread-6999.html) |
trying to add a list of all albums to my home page - drazin - 2010-05-04 i am thinking of adding a list of album titles with a link to the album to my index.php page. how do i do this? also, can i make a list of the 10 most recent albums? trying to add a list of all albums to my home page - Blue Dragonfly - 2010-05-04 The printAlbumMenu function will accomplish your first goal. For the second, use printLatestAlbums. trying to add a list of all albums to my home page - drazin - 2010-05-04 when i try to use the printAlbumMenu, i get this, Fatal error: Call to undefined function printAlbumMenu() in /nfs/c01/h12/mnt/9605/domains/shotsofrock.com/html/themes/shotsofrock/index.php on line 69 trying to add a list of all albums to my home page - Blue Dragonfly - 2010-05-04 You will need to enable the print_album_menu and image_album_statistics plugins. |