CPG page outside gallery directory CPG page outside gallery directory
 

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

CPG page outside gallery directory

Started by birddog, June 09, 2006, 10:16:39 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

birddog

Is there any way to create a custome page outside of the coppermine gallery directory? I already know how to create on inside the directory utilizing includes. But how could this be done out side the directory. Thank you in advance for your reply.

Joachim Müller

You can't create a Coppermine-driven page outside the coppermine folder, because the relative include paths will then fail. I suggest putting one into your coppermine folder and including this "inline" page from the external one, tricking the output buffer (not tested though).