ZenphotoCMS Forum
Search results to display only photos (no 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: Search results to display only photos (no albums) (/thread-1924.html)



Search results to display only photos (no albums) - kristjs - 2007-12-11

Would it be possible for the search to show only a list of photo thumbnails?
Right now I have a situation where the first search page is empty (no albums are shown) and the images start from the second page. But I'd like the photos to show already on the first page

My search page code looks like this:

a href="">/a

Do i have to change something in the template-functions.php file?

Regards,
Sven




Search results to display only photos (no albums) - sbillard - 2007-12-12

You need to be using the $firstPageImages = normalizeColumns(ALBUMCOLUMNS, IMAGECOLUMNS); function combined with while (next_image(false, $firstPageImages)){

These control the how images and albums 'share' pages. You should look at one of the distributed themes for an example of a search page.