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.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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