poping up a full screen window from thumbnails.php thumbs links poping up a full screen window from thumbnails.php thumbs links
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

poping up a full screen window from thumbnails.php thumbs links

Started by cftranslate, June 17, 2004, 09:07:14 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cftranslate

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





bit bit spears