coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: LynnAnne on December 30, 2007, 10:31:23 PM

Title: *just* want to change out site_logo...
Post by: LynnAnne on December 30, 2007, 10:31:23 PM
I like the classic theme, but would just like to replace the Coppermine logo with a custom logo. I created a logo same size same extension (PNG) and gave it the same name on my hard drive thinking I could replace the one on the site with mine, but...how do I do that?

Total newbie here, but I think that's all I need to get the gallery as-i-like-it.

TIA!
Title: Re: *just* want to change out site_logo...
Post by: LynnAnne on December 31, 2007, 04:13:20 AM
figured it out, thanks!
Title: Re: *just* want to change out site_logo...
Post by: Joachim Müller on December 31, 2007, 09:18:56 AM
Always resolve your threads by posting what you actually did, for the benefit of others. That's the whole point of running a support board.
For others who come across this thread, here's how you do what the thread starter asked about: edit themes/yourtheme/template.html with a plain text editor and modify the HTML code that defines the logo - change it accordingly to point to your custom logo. Alternatively, just replace the coppermine logo file (themes/yourtheme/images/name_of_coppermine_logo.png) with your file.
Title: Re: *just* want to change out site_logo...
Post by: azra on December 31, 2007, 08:43:15 PM
how can i add a site logo to a theme that doesnt have a logo?
Title: Re: *just* want to change out site_logo...
Post by: Joachim Müller on January 01, 2008, 05:38:37 PM
The same anwers I posted above applies to you:
Quote from: Joachim Müller on December 31, 2007, 09:18:56 AM
edit themes/yourtheme/template.html with a plain text editor and modify the HTML code
If there is no logo in your theme, just add the corresponding HTML code.