![]() |
|
Question about external page - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Themes (https://forum.zenphoto.org/forum-5.html) +--- Thread: Question about external page (/thread-7584.html) |
Question about external page - acelik - 2010-09-07 Hey There, I'm trying to show latest images and albums on my homepage (outside of zenphoto) my template is flickrish and I use it's index page on my external page. The page looks but normally zenphoto index shows just 14 pictures and 7 albums. On external page the image number is ok but instead of 7 latest albums, it shows all the albums added to the system. it doesnt use pagination on that page. codes are here `
[list] [*]
Question about external page - acrylian - 2010-09-07 [i]META http-equiv=content-type content=text/html;charset=iso-8859-9> [/i] flickrish is not a offical theme so we can't support it. Part of your code is unreadable because not properly escaped (backticks or html CODE tag). However, you have probably to set up the right context to get the pagination to work. But note that Zenphoto with all its feature is not meant to be used externally. It's a system of its own. Regarding extra pages I suggest to read the theming tutorial. Question about external page - acelik - 2010-09-07 acrylian, lets say I don't want to use pagination. I just want to limit the latest albums to 5. can I do this within those codes? `
Question about external page - acrylian - 2010-09-07 Sure, count within the loop and stop it when you reached the 5. |