DannyITR
11-19-2009, 11:24 PM
Does this exist? If I want to upload a few hundred pics to a gallery on VB, clicking them one by one isn't really an option.
Also how would I go about making so clicking the photo is the same as clicking next photo?
--------------- Added 1258680923 at 1258680923 ---------------
I figured out how to make it so when you click it goes to next photo:
In the album_pictureview template find this:
<img src="picture.php?$session[sessionurl]albumid=$albuminfo[albumid]&pictureid=$pictureinfo[pictureid]" alt="$pictureinfo[caption_censored]" />
Then add this before it:
<a href="album.php?$session[sessionurl]albumid=$albuminfo[albumid]&pictureid=$pic_location[next_pictureid]">
and this after it:
</a>
Also how would I go about making so clicking the photo is the same as clicking next photo?
--------------- Added 1258680923 at 1258680923 ---------------
I figured out how to make it so when you click it goes to next photo:
In the album_pictureview template find this:
<img src="picture.php?$session[sessionurl]albumid=$albuminfo[albumid]&pictureid=$pictureinfo[pictureid]" alt="$pictureinfo[caption_censored]" />
Then add this before it:
<a href="album.php?$session[sessionurl]albumid=$albuminfo[albumid]&pictureid=$pic_location[next_pictureid]">
and this after it:
</a>