Topic: How to change the favicon

How do i change the favicon ?

My site http://YouPic.co.tv

It looks changed but in firefox when i bookmark it shows the original favicon. Plz help ?!
Here is a picture of what i mean.

http://youpic.co.tv/images/capture.png

Last edited by Salsabil18 (2011-06-02 00:21:02)

Thumbs up

Re: How to change the favicon

change the favicon.ico or change the whole code in the index @ line 19.

<link rel="shortcut icon" href="<?php echo PATH_SCRIPT;?>your .ico link here" type="image/x-icon" />

Thumbs up

Re: How to change the favicon

Retrosid wrote:

change the favicon.ico or change the whole code in the index @ line 19.

<link rel="shortcut icon" href="<?php echo PATH_SCRIPT;?>your .ico link here" type="image/x-icon" />


I did, it still didn't work.

Thumbs up

Re: How to change the favicon

you added a / before the http://... so it is normal that it doesn't work.

~ Sup?!

Thumbs up

Re: How to change the favicon

Danny.Domb wrote:

you added a / before the http://... so it is normal that it doesn't work.


No i didn't. Look.

http://youpic.co.tv/images/faviconcod.png

Thumbs up

Re: How to change the favicon

Salsabil18 wrote:
Danny.Domb wrote:

you added a / before the http://... so it is normal that it doesn't work.


No i didn't. Look.

http://youpic.co.tv/images/faviconcod.png

remove the <?php echo PATH_SCRIPT;?> you don't use it, and it added the / before the http://

Copied from the source of your website :

<link rel="shortcut icon" href="/http://www.picpanda.com/images/2lqd99uzf2ykceueces7.ico" type="image/x-icon" />
~ Sup?!

Thumbs up

Re: How to change the favicon

Danny.Domb wrote:
Salsabil18 wrote:
Danny.Domb wrote:

you added a / before the http://... so it is normal that it doesn't work.


No i didn't. Look.

http://youpic.co.tv/images/faviconcod.png

remove the <?php echo PATH_SCRIPT;?> you don't use it, and it added the / before the http://

Copied from the source of your website :

<link rel="shortcut icon" href="/http://www.picpanda.com/images/2lqd99uzf2ykceueces7.ico" type="image/x-icon" />

THANK YOU ! big_smile Also, do you know how i can add .ico files compatible to upload ? Because i tried it and it didnt work. So is there anyway i can also add .ico files as a supported file ?

Thumbs up

Re: How to change the favicon

In 1.9 it would need a lot of modification, and I don't think the preview image would work with a favico. Anyway, I will try to do something, but I can't promise anything wink

Have a nice day,
Danny

~ Sup?!

Thumbs up