coppermine-gallery.com/forum

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: St. Anger on August 21, 2012, 06:28:37 AM

Title: Missing Icons After Upgrade
Post by: St. Anger on August 21, 2012, 06:28:37 AM
I recently upgraded to the latest version of CPG and uploaded the files for the new theme I made, including a different icon set, but the icon set doesn't show up. The files are there, and they showed up fine on my test site. Also, I haven't forgotten to add define('THEME_HAS_MENU_ICONS',16); to the theme.php file. Any idea what could be the problem?

My gallery URL is: http://www.bootlegcoverart.com/gallery/

I've attached an example image showing where the icons are supposed to be. I checked the pages' source code and didn't see them at all.
Title: Re: Missing Icons After Upgrade
Post by: Jeff Bailey on August 21, 2012, 08:53:26 PM
<!--Coppermine Photo Gallery 1.5.18 (stable)-->
You need to upgrade.
http://forum.coppermine-gallery.net/index.php/topic,74682.0.html

Do you have an icons directory in the themes images directory?
Title: Re: Missing Icons After Upgrade
Post by: Jeff Bailey on August 21, 2012, 08:57:01 PM
Additionally, ask Tom Christian if he included the {SOMETHING_ICO} place holders when building your menus.
Title: Re: Missing Icons After Upgrade
Post by: St. Anger on August 26, 2012, 09:16:54 PM
Quote<!--Coppermine Photo Gallery 1.5.18 (stable)-->
You need to upgrade.

Upgraded ;)

QuoteDo you have an icons directory in the themes images directory?

Yes, I downloaded the silk icon set that Joachim Müller packaged here (http://forum.coppermine-gallery.net/index.php?topic=57075.0) and followed the instructions exactly for installing them.

QuoteAdditionally, ask Tom Christian if he included the {SOMETHING_ICO} place holders when building your menus.

Yes, the icon placeholders are in theme.php

As I mentioned, the icons work fine on my local WAMP development site, but they no longer work after being uploaded to my online gallery. I've checked the CHMOD permissions and directory structure, they seem fine.
Title: Re: Missing Icons After Upgrade
Post by: Αndré on September 03, 2012, 02:32:09 PM
Icons also don't show up in other themes, e.g. curve: http://www.bootlegcoverart.com/gallery/?theme=curve

Check the following config setting: http://documentation.coppermine-gallery.net/en/configuration.htm#admin_enable_menu_icons
Title: Re: Missing Icons After Upgrade
Post by: St. Anger on September 03, 2012, 06:25:57 PM
Doh! That fixed it. I didn't know there was a setting for that.

Thanks!