integrate coppermine into existing page integrate coppermine into existing 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 coppermine into existing page

Started by wilberts, January 23, 2005, 08:05:48 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wilberts

Hello everybody,

First of all a thank for the developers of this program ver great. But i have a problem, how can i integrate coppermine into my own website no nike or something just old skoll PHP
i have tried include but didn't work iframe works but it is not a nice solution for me.

Please someone help me  :-*

Joachim Müller

create a custom theme that mimmicks the design of the rest of your page, and add some controls (menu/navigation) to your custom theme. Take a look at the documentation, browse the demo (using the theme dropdown), find the theme that matches the look of your site most, download that theme and then start modifying it.
Coppermine comes with a theming engine of it's own, you simply can not just use php includes to integrate - it's a bit more complex, sorry.

Joachim