The thumbs in thumbnails.php take you to respective intermediate pictures (and picture reel below) in displayimage.php. then displayimage.php calls itself with fullsize url variable when clicking on intermediate picture to show full size picture.
I want thumbs to be linked to full picture directly. Where is the code for the thumbs links? (the <a href=....>?).
How can I pass pid (picture ID variable) and put it in the link code for each thumb in thumbnails.php.
_____________________
NOW
thumbnails.php ---> page with thumbs
displayimage.php?album=1&pos=3 ---->link code for each thumb (example album 3, picture pos 5)
I NEED
thumbnails.php ---> page with thumbs
displayimage.php?pid=10 ---->link code for each thumb (picture ID number 10).
Essentially I wnat to overpass the intermediate picture page and load full size from thumbs page and ALSO I want to design my own fullsize script, (ie I'd also need to know how to update 'times picture seen' counter when opening that fullsize script.
Thanks
not possible with current version of coppermine