coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: cftranslate on June 17, 2004, 09:07:14 AM

Title: poping up a full screen window from thumbnails.php thumbs links
Post by: cftranslate on June 17, 2004, 09:07:14 AM
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




Title: Re: poping up a full screen window from thumbnails.php thumbs links
Post by: bit bit spears on June 20, 2004, 12:51:21 AM
not possible with current version of coppermine