CPG page outside gallery directory CPG page outside gallery directory
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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).