(Untitled)

I'm working on a gallery using zenphoto, and I would like to know how I would go about rearranging the default layout so that when you enter the album you see on the left the thumbs, then on the right the full size image? Is there a good why to go about this?

thanks in advance!

Comments

  • cunan Member
    I would appreciate this as well. I have looked into it, and you can just cut and past the thumb generating section from album.php into image.php however this will only ever give the first page of thumbs and not the page that the image you are looking at is on. Does anyone have any ideas?
  • Seems like a pretty substantial code modification to the image.php file in whichever theme you happen to be using.
    It seems like this would significantly slow the gallery down.
  • Try the theme gild "http://www.gildweb.com/zenphoto/"

    The theme is here
  • trisweb Administrator
    It's really easy actually. Doesn't involve "substantial code modification" and certainly doesn't "slow the gallery down"... much if at all. ;-)

    There are a couple secret template functions to make this easier for the 2 images on either side of the current one.

    `getPrevImageThumb()` and `getPrevImageURL()` and their `Next` counterparts do the obvious.

    If you want more images than that, do what gildas did in that theme.
Sign In or Register to comment.