I just installed the gallery and for a start I just need help with how do I change the Copperminelogo on top of the site and have my own logo ???
sub-board rules, read first! (http://forum.coppermine-gallery.net/index.php?topic=8170.0)
yes, I read that, and I am willing to pay for the help I need...
QuoteIt's advisable to post the budget you're ready to spend, the time schedule you have in mind and as many details as possible on the customization you need - a link to your page is almost mandatory.
You must explain what your request and post a link to your gallery.
This is the link to my gallery, for a start I just want help with changing Coppermine logo on top of the site to my own logo. I don´t think that is so difficilt but I have no idea how to do that :-\
http://hobbybild.se/cpg1.4.10/cpg1410/index.php
Edit http://hobbybild.se/cpg1.4.10/cpg1410/themes/classic/template.html with a plain text editor (notepad.exe is fine), find<img src="themes/classic/images/site_logo.png" border="0" alt="" />
and change as you see fit to specify the path to your cutom logo. That's all you need to do. No need to hire someone to do this for you.
I don´t understand... ???
- Use a ftp client , Upload your logo to themes/classic/images/
- Download (with your ftp client) themes/classic/template.html to your local computer and open it with notepad
- let's say your logo name is my_logo.jpg then you need to chenge this line:
<img src="themes/classic/images/site_logo.png" border="0" alt="" />
to
<img src="themes/classic/images/my_logo.png" border="0" alt="" />
- Now save the file and upload it to themes/classic (Overwrite)
You are Done!
... or rename your logo like: site_logo.png and replace the original coppermine logo in
theme > classic > images > site_logo.png
with your custom site logo renamed
Hi
Quote from: Sami on December 17, 2006, 07:21:16 AM
- Use a ftp client , Upload your logo to themes/classic/images/
- Download (with your ftp client) themes/classic/template.html to your local computer and open it with notepad
- let's say your logo name is my_logo.jpg then you need to chenge this line:
<img src="themes/classic/images/site_logo.png" border="0" alt="" />
to
<img src="themes/classic/images/my_logo.png" border="0" alt="" />
- Now save the file and upload it to themes/classic (Overwrite)
You are Done!
THANKYOU THANKYOU... :) for your great explanation step by step how to do this!!
I finally, thanks to you, succeeded to do this! I guess for you it´s very easy to do, but I had no idea at all!
Thanks again to you all for all help! :D