PDA

View Full Version : Favicons?


sheyworth
03-22-2012, 12:23 AM
Okay can someone please tell me how to manage favicons in Admin CP?I have it uploaded in FTP but there was a spelling error and it wont show up.

ForceHSS
03-22-2012, 12:42 AM
<a href="http://favicon.htmlkit.com/favicon" target="_blank">http://favicon.htmlkit.com/favicon</a>
do you mean this?

sheyworth
03-22-2012, 12:53 AM
Huh?

Okay theres a spelling error so favicon isn't showing up, its fine in FTP. How do I manage favicons in the Admin Cp?

BirdOPrey5
03-22-2012, 02:08 AM
There is nothing to do in the admin cp for vb3- just upload a file called favicon.ico in your website root directory.

ForceHSS
03-22-2012, 03:04 AM
Huh?

Okay theres a spelling error so favicon isn't showing up, its fine in FTP. How do I manage favicons in the Admin Cp?

post 2 will help you this is all you need

Iain M
03-22-2012, 09:39 AM
Once it's uploaded via FTP to your site, you can force it to show by adding this to your headinclude template:
<link rel="icon" type="image/png" href="http://example.com/myicon.png">
Changing the type/location.