I am lost when it comes to theme modification I am lost when it comes to theme modification
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

I am lost when it comes to theme modification

Started by cbrush, September 21, 2006, 04:28:32 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cbrush

I have copied the classic theme folder and labeled it classic2. After trying to edit the template.html file I cant get anything to work. For example, I wanted to change the site_logo image on the left, so I changed it in the template and it doesn't show up on the site. Am I missing something here? Is there something in the style.css or theme.php I am supposed to be changing?

http://www.cbrush.net/coppermine/

Sami

your logo path is wrong ! I've got 404 not found error when trying for
http://www.cbrush.net/coppermine/images/index_04.gif

check if the index_04.gif actualy being there (http://www.cbrush.net/coppermine/images/) and re-upload it again by ftp
‍I don't answer to PM with support question
Please post your issue to related board

Gizmo

Change the image path in your template.html to
<img src="themes/classic2/images/index_04.gif" alt="" width="250" height="62" border="0" class="admin_menu" />
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

cbrush

Thanks for you help everyone. I will fix the image path.