Facebook like advance image on click
This modification is one of the simplest and dirtiest I have ever made, yet no one has ever posted here about it.
You know how on Facebook you can advance to the next photo when you click on the photo itself? We're going to do that here. Open up your style in your style manager, and browse to Album Templates > album_pictureview Search for the code Code:
<img src="picture.php?$session[sessionurl]albumid=$albuminfo[albumid]&pictureid=$pictureinfo[pictureid]" alt="$pictureinfo[caption_censored]" /> Replace this snippet of code 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> Download No files for download. |
Similar Mods
Advance Image Verification Hack - Prevent Automated Registrations | vBulletin 2.x Full Releases |