forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: n3n on December 15, 2005, 11:59:39 pm

Title: Intermediate page in popup
Post by: n3n on December 15, 2005, 11:59:39 pm
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.
Title: Re: Intermediate page in popup
Post by: donnoman on December 16, 2005, 04:33:16 am
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.