Page 1 of 1

custom icons not in /iv-config/

Posted: 25 May 2011, 05:48
by Martin
There is some confusion in the blog of version 2.7 about the place where custom icons have to be located.
Mentioned are the folders /iv-config/images/icons/ and /iv-config/icons/, but neither of them will work yet.

The custom icons do work, though, when they are located in /iv-includes/images/icons/.

Furthermore, the text there says:
We have already included a selection of icons in the iv-config/icons/ folder that you can use in your menu as desired.
But this also has to be: /iv-includes/images/icons/.

Anyway, I like this possibility of applying custom made icons!
I used it to have the flag of a country in the folder that's being used for language selection.

Re: custom icons not in /iv-config/

Posted: 25 May 2011, 06:32
by mjau-mjau
Sorry, I will correct the text. It should be only iv-config/images/icons/ -

What do you mean neither of them will work? Make sure you are using latest SWF and that you emptied your cache. Also, you can see that there are many icons in iv-config/images/icons/ already ...

Re: custom icons not in /iv-config/

Posted: 25 May 2011, 08:07
by julien
It doesn't work when using language brackets. Example :

[french][logo1.png][/french][english][logo2.png][/english]

It's written [logo1.png] instead of the logo :roll:


And Mjau-mjau, I guess you mean iv-includes, not iv-config :)

Re: custom icons not in /iv-config/

Posted: 25 May 2011, 11:29
by mjau-mjau
julien wrote:It doesn't work when using language brackets. Example :

[french][logo1.png][/french][english][logo2.png][/english]

It's written [logo1.png] instead of the logo :roll:
Unfortunately, the icons are parsed before languages so you can not currently have different icons for different languages. It would need to be:
Code
[logo1.png][french]french text[/french][english]eng text[/english]
julien wrote:And Mjau-mjau, I guess you mean iv-includes, not iv-config :)
Exactly!

Re: custom icons not in /iv-config/

Posted: 25 May 2011, 12:22
by Martin
mjau-mjau wrote:Also, you can see that there are many icons in iv-config/images/icons/ already ...
Just to be sure for once and for all :) ... the custom usermade icons should be placed in the same folder as where all the others are?
And this means they should NOT be placed anywhere in /iv-config/
... but in /iv-config/images/icons/

Am I correct?

Re: custom icons not in /iv-config/

Posted: 26 May 2011, 00:03
by Nick
Yes, exactly, at first we thought to put icons in iv-config folder, but after consideration we decided to use iv-includes/images/icons.

Re: custom icons not in /iv-config/

Posted: 26 May 2011, 02:10
by mjau-mjau
mabro wrote:And this means they should NOT be placed anywhere in /iv-config/
... but in /iv-config/images/icons/
Just a correction to this ... NOT /iv-config/, but /iv-includes/

iv-includes/images/icons/

Re: custom icons not in /iv-config/

Posted: 26 May 2011, 03:22
by Martin
mjau-mjau wrote:Just a correction to this ... NOT /iv-config/, but iv-includes/images/icons/
Oh my... now I'm confusing it up myself :D That's what I meant...
But it's clear for everyone now

... and it works really nice!

EDIT: the text in the blog still mentions the wrong path:
Simply copy any icons you want to use into your iv-config/images/icons/ folder...

Re: custom icons not in /iv-config/

Posted: 26 May 2011, 05:15
by mjau-mjau
mabro wrote:EDIT: the text in the blog still mentions the wrong path:
Simply copy any icons you want to use into your iv-config/images/icons/ folder...
Duh fixed - Thanks!

Re: custom icons not in /iv-config/

Posted: 05 Jun 2011, 00:47
by Nick
In the last version you can do language-sensitive icon replacement like this:
Code
[english][dutch.png]Dutch[/english][dutch][english.png]English[/dutch]

Re: custom icons "challenge"

Posted: 06 Jul 2011, 03:43
by carleokj
Hello Everyone,

I am having a challenge with my custom menu icons displaying in my Main Gallery Menu. They show up in the Site Menu, but not in the actual Main Gallery Menu. Any ideas?

http://gunnerysergeantassociation.yourmarinecorps.com


P.S. I attached the sample icon so you can check it's properties.

Kevin J. Carleo

Re: custom icons "challenge"

Posted: 06 Jul 2011, 08:50
by mjau-mjau
carleokj wrote:I am having a challenge with my custom menu icons displaying in my Main Gallery Menu. They show up in the Site Menu, but not in the actual Main Gallery Menu. Any ideas?
Seems like there is a bug with case-sensitivity. Imagevue is trying to load this:
http://gunnerysergeantassociation.yourm ... saicon.png

... whereas it should be loading this:
http://gunnerysergeantassociation.yourm ... SAIcon.png

I will have this fixed asap, but in the meantime, you can fix this by renaming your filenames to lowercase only, and change your reference also in the title ...

Re: custom icons not in /iv-config/

Posted: 06 Jul 2011, 14:17
by carleokj
Thanks Karl. Works fine with lowercase. Peculiar though, since it worked in the Site Map.