[Solved]: how to modify the full size popup page? [Solved]: how to modify the full size popup page?
 

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

[Solved]: how to modify the full size popup page?

Started by Fed, February 26, 2008, 09:46:00 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Fed

Hello guys, I'm using coppermine and would like to modify the displayimage.php page to display a banner in the full size popup you get when you click the medium size image

to make it clear, here's a midsize image http://www.imagetemple.com/gallery/displayimage.php?album=18&pos=6, when you click it you get the full size one, that's the page I want to modify

both the pages are displayimage.php so there must be some condition that identifies the popup etc...where would I edit this file to add a banner?

thank you guys

Nibbler

Copy theme_display_fullsize_pic() from the sample theme into your custom theme.php and modify your copy.

Fed

Quote from: Nibbler on February 26, 2008, 10:05:13 PM
Copy theme_display_fullsize_pic() from the sample theme into your custom theme.php and modify your copy.

great, thank you :)