![]() |
|
zpFocus Search Results behavior - 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: zpFocus Search Results behavior (/thread-9703.html) |
zpFocus Search Results behavior - reneesanguinetti - 27-02-2012 Hello,
[list] zpFocus Search Results behavior - sbillard - 27-02-2012 If you want to show all albums/images on the page but with some hidden, use the next_album(true) and next_image(true) function calls. No pagination is then done by Zenphoto. [b]Note:[/b] if there are a lot if images & albums returned, your page rendering may be slow! You would need to mark as hidden the ones past your desired limit and use the link to show them. Presumably you would want to show these images/albums in rows, so your computation on when to hide should be an even multiple of what will fit in a row. How this fits in the specific theme is on you as I am not familiar with the theme. |