Intermediate page in popup Intermediate page in popup
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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.