Chaging path to system icons Chaging path to system icons
 

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

Chaging path to system icons

Started by wil1113, July 03, 2008, 05:14:55 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wil1113

I need to change the path to all of the coppermine system icons located in the /images directory.What files do I need to mess with? I'm converting them all to pngs.

Joachim Müller

Quote from: wil1113 on July 03, 2008, 05:14:55 AM
What files do I need to mess with?
There isn't a single file. Reference to those images exist across many coppermine core files. Use a tool like Replace In Files to accomplish this. Make sure to back up before doing that.

wil1113

Ok then, is there a single file with the doc types? I'm on a mac, so the tool doesn't work. :/

Joachim Müller

Quote from: wil1113 on July 03, 2008, 06:49:43 PM
Ok then, is there a single file with the doc types?
I'm not 100% sure, but I think you can get away without any editing: just delete ./images/thumb_mp3.jpg and instead copy your custom image (needs to be named "thumb_mp3.png") into the images folder - as far as I remember, this should be all you need to do.
Quote from: wil1113 on July 03, 2008, 06:49:43 PM
I'm on a mac, so the tool doesn't work. :/
There should be similar tools for your OS as well - I think this could even be accomplished with the search function of your OS. Most advanced text editors have a similar search feature as well.