PDA

View Full Version : Next Previous AlbumID


bartek24m
06-08-2010, 11:21 AM
How can i create a link to next album ?


I would like to add code to template: album_pictureview

Previous Album | Next Album

it should works like Previous Picture | Next Picture

could someone rewrite this code from pictureid to albumid ?



<a href="album.php?$session[sessionurl]albumid=$albuminfo[albumid]&amp;pictureid=$pic_location[prev_pictureid]">$pic_location[prev_text_short]</a> |<a href="album.php?$session[sessionurl]albumid=$albuminfo[albumid]&amp;pictureid=$pic_location[next_pictureid]">$pic_location[next_text_short]</a>

Marco van Herwaarden
06-12-2010, 07:39 AM
You would first need to create a plugin to determine, and store in a variable, the next and previous id's.