Hello,
New to Zenphoto and PHP, and trying to make a quick and simple theme that fits in with an already-created design. I'm basically only looking to use the album view, and just display all of them on the same page. I started out modifying the default theme (you can still see some of the styling I haven't changed yet), and I don't want to use image pages or anything else, just a lightbox. I changed the image link to going directly to the image, but perhaps because it's not an exact link the lightbox doesn't work.
I'd also like to pull in a larger thumbnail for the first image in an album. Is there any way I can easily accomplish that?
Thanks for your help!
Comments
2. Since you surely read the theming tutorial you know about the next_image loop. Put a check there and use a customsize image function to change its size. See the documentation for details.