Integrate the whole gallery in a page Integrate the whole gallery in a page
 

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

Integrate the whole gallery in a page

Started by Zanton, December 03, 2004, 11:19:15 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Zanton

Hi all !

Here is my first post and I think this question must have been already asked buy I can't find out the answer :s

I'd like to integrate the whole cpg in a web page using php (I think with the include fonction.) In this forum I found a way to include a image in a web page using a script ssi but I don't find a script allowing to integrate the cpg. If someone could help me to do it or can give somme tips to reach it, it would be fine :)

Thanks for helping :)

Zanton

Joachim Müller

this is not the way coppermine works. You can not simply include it into an existing page with php's include/require constructs. You're meant to create your own coppermine theme instead that matches the look of your site, and to add the controls/links to other parts of your page to coppermine's navigation.
The quick-and-dirty way to include coppermine on a page is using frames/iframes (but of course with all drawbacks frames have).

Joachim