Display all images in gallery.php

Hi.
I'm trying to find out a way to output ALL images from ALL the albums on gallery page.
Is there a quick way to do it or should this be done via a core hack?
Thanks.

Comments

  • I don't really understand.
    You have to publish all your pictures and albums and they be display on the gallery page.
  • Gallery page will output an album list, with one thumb for each album ( printCustomAlbumThumbImage ).

    I'm looking for a template function or a plugin which could loop thru all images inside all albums and output their thumbs on gallery page.
  • There is no such function. You can, of course, build it fairly easily. But typically Zenphoto galleries are too large to accomodate all the images on one page.
  • acrylian Administrator, Developer
    The solution is actually to create a dynamic album (=saved search) to do that. Tutorial is available on the user guide.
  • You rock!
    @sbillard, I agree with your statement, albeit having some thrilling ' hidden ' functions to accomodate each need is a feature of template-functions.php ( and also why i'm using that beautifull piece of code called zenphoto )

    Additionally if that template function is albe to output a single image made of all thumbnails, just like a traditional photo contact sheet, this could be system-unexpensive to load, don't you think?

    Thanks ;)
  • Page formatting is the domain of the theme. Support functions will never go that far.
Sign In or Register to comment.