PDA

View Full Version : Easier 'next' in Album pics


Garamond
10-20-2010, 01:05 AM
Is there a mod that makes it even easier to browse to the next album picture, so that the user can click on the pic itself to show the next picture - instead of clicking the "Next" button?

Garamond
11-21-2010, 08:32 PM
No such mod at all?

Anyone who would be interested in writing this mod/code? I'll pay.

BirdOPrey5
11-21-2010, 11:41 PM
You don't need a mod, this is a simple template edit.

Go to the album_pictureview template, find the code:

<img src="picture.php?$session[sessionurl]albumid=$albuminfo[albumid]&amp;pictureid=$pictureinfo[pictureid]" alt="$pictureinfo[caption_censored]" />

Replace it with:
<a href="album.php?$session[sessionurl]albumid=$albuminfo[albumid]&amp;pictureid=$pic_location[next_pictureid]"><img src="picture.php?$session[sessionurl]albumid=$albuminfo[albumid]&amp;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 1290391238 at 1290391238 ---------------

If you need support I made this a template mod here:
https://vborg.vbsupport.ru/showthread.php?t=254064

Garamond
11-22-2010, 10:03 PM
That easy? Thanks a whole bunch! :D really appreciated!