You don't need a mod, this is a simple template edit.
Go to the
album_pictureview template, find the code:
Code:
<img src="picture.php?$session[sessionurl]albumid=$albuminfo[albumid]&pictureid=$pictureinfo[pictureid]" alt="$pictureinfo[caption_censored]" />
Replace it with:
Code:
<a href="album.php?$session[sessionurl]albumid=$albuminfo[albumid]&pictureid=$pic_location[next_pictureid]"><img src="picture.php?$session[sessionurl]albumid=$albuminfo[albumid]&pictureid=$pictureinfo[pictureid]" alt="$pictureinfo[caption_censored]" /></a>
and tada... clicking on the picture will bring you to the next picture just like in Facebook... and when you get to the last picture in the album it will bring you back to the first.
--------------- Added [DATE]1290391238[/DATE] at [TIME]1290391238[/TIME] ---------------
If you need support I made this a template mod here:
https://vborg.vbsupport.ru/showthread.php?t=254064