Intermediate page in popup Intermediate page in popup
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Intermediate page in popup

Started by n3n, December 15, 2005, 11:59:39 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

n3n

Searched the forums, but couldnt find any info on this for 1.4.2

I would like to have the intermedia page appear in a popup.
How can i achieve this ?

And does anyone know if theres any info on placing the full size pics outside of the webroot, so that people
cant access them.

donnoman

there HAS been a solution posted to "skip" the intermediate image page and go right to the full size image in a pop-up. search for "skip intermediate"

If you want the whole displayimage.php page in a popup. then I would search sample's theme.php for any reference to displayimage.php, and copy that template or function to your custom theme's theme.php. and make all "h refs" target=_blank.  If you want a true popup then you'll need a javascript helper, you can use the one thats used for the full size pic. look for the theme_html_picture function I think.

I do think someone had worked on a mod for 1.3 to allow storage of pics outside the docroot, probably start looking in the mods section.