Hi,
I was trying within image.php to display 10 image thumbs, 5 previous and 5 next images from the same album that the picture you are viewing is part of. I know how the prev/next links work, but how do i achieve that same thing with multiple image thumbs as links?
Comments
Maybe using the paged-thumbs-nav plugin would be an easier alternative, although it is not exactly what you want.
simply get the prev/next image.. if that is non-null, get the prevprev/nextnext image.. if that is non-null, get the prevprevprev/nextnextnext image.
less lazy would be to just get all the images in the album, get the current image's index, and get the surrounding images by index directly :>