coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Shunt9 on December 19, 2006, 01:03:52 PM

Title: Intergration into a php website
Post by: Shunt9 on December 19, 2006, 01:03:52 PM
Sorry if this has been asked before, but I did try searching first, it's hard to find specific keywords for this.

I want to intergrate coppermine into my website by using php. I've seen solutions where the coppermine theme gets changed so that it mimics the website, but I don't want to do this, because i'd rather have the whole site run off one base page (means less updating/adapting when I want to change things in the future). I tried doing this by buffering the index.php of coppermine into a variable, but this didn't work (coppermine didn't recognize it's include paths anymore since the gallery was installed in /gallery/ and not the base).
If possible, I want to archieve this without editing coppermine's files, so that updating coppermine in the future will be most easy.

So I guess my question basically is, how would I archieve this?

Shunt9
Title: Re: Intergration into a php website
Post by: Nibbler on December 19, 2006, 05:10:24 PM
You can't. Coppermine cannot work like that.