Integrating coppermine Integrating coppermine
 

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

Integrating coppermine

Started by pedped, July 29, 2005, 11:44:57 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

pedped

I am trying to integrate coppermine into my website. Could some one please tell me how do I remove the top portion of the coppermine (header)?

Joachim Müller

edit themes/yourtheme/template.html with a plain text editor and remove all html you don't like. Leave the stuff in curly braces and the call for script.js intact.
In case you're trying to use a PHP include /require command to integrate coppermine into your webiste visually: you can't do that. That's not the way coppermine works. You'll have to create a theme that matches the look of your site. Please read the docs and browse/search this sub-board, it has all the information you need.