• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

How to change the favicon

Salsabil18

Chevereto Noob
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.

capture.png
 
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" />
 
Retrosid said:
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.
 
Salsabil18 said:
Danny.Domb said:
you added a / before the http://... so it is normal that it doesn't work.


No i didn't. Look.

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 :
Code:
<link rel="shortcut icon" href="/http://www.picpanda.com/images/2lqd99uzf2ykceueces7.ico" type="image/x-icon" />
 
Danny.Domb said:
Salsabil18 said:
Danny.Domb said:
you added a / before the http://... so it is normal that it doesn't work.


No i didn't. Look.

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


THANK YOU ! :D 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 ?
 
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 ;)

Have a nice day,
Danny
 
Back
Top