coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: Zanton on December 03, 2004, 11:19:15 PM

Title: Integrate the whole gallery in a page
Post by: Zanton on December 03, 2004, 11:19:15 PM
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
Title: Re: Integrate the whole gallery in a page
Post by: Joachim Müller on December 05, 2004, 02:01:15 AM
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