iflymyhelishigh
10-26-2009, 10:00 PM
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
<img src="picture.php?$session[sessionurl]albumid=$albuminfo[albumid]&pictureid=$pictureinfo[pictureid]" alt="$pictureinfo[caption_censored]" />
Make sure you copy and paste this code snippet, so you have a backup.
Replace this snippet of code with
<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>
After doing this, you should be able to go back to your album (album.php) and progress to the next photo by clicking this picture and going to the previous photo by hitting the back space key.
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
<img src="picture.php?$session[sessionurl]albumid=$albuminfo[albumid]&pictureid=$pictureinfo[pictureid]" alt="$pictureinfo[caption_censored]" />
Make sure you copy and paste this code snippet, so you have a backup.
Replace this snippet of code with
<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>
After doing this, you should be able to go back to your album (album.php) and progress to the next photo by clicking this picture and going to the previous photo by hitting the back space key.