Making my own theme from scratch Making my own theme from scratch
 

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

Making my own theme from scratch

Started by AllenR, March 07, 2005, 09:28:31 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

AllenR

So here's the thing. I like Coppermine and all the features it has, but I'd like to make my own skin that matches my site. I know I can manage to make my own skin using XHTML and CSS, but I don't know any php. Is there anything I could to do add all the php scripts in and still have the whole gallery look right?

Joachim Müller

no PHP knowledge needed. Go to the demo, choose the theme that gives you the closest match (using the "choose a theme" dropdown), download the theme (if it isn't one that already comes with coppermine) and start modifying the theme by changing themes/yourtheme/style.css and themes/yourtheme/template.html
In most cases, this is all you need to do - only plain html and css there, no php knowledge needed.

For further details, post a link to your site.

Joachim