NineChime forum

Furry stuff, oekaki stuff, and other stuff.

You are not logged in.

#1 01-05-2009 18:33:40

Favicons

I was asked to add a how to for favicons.

1). First get a favicon, you can use sites such as this one, or you can find a pre-existing one. It's really simple once you have one big_smile. (Save the file as favicon.ico, you do not need to name it after your site.)

2). You'll need to edit your header.php, whoisonline.php, and your chatbox.php files.

You insert this:

Code:

<LINK REL="SHORTCUT ICON" HREF="favicon.ico">

Above the <head> tag in all of the files.

3). Then you just upload the favicon.ico, along with the newly edited files, into the same section as your index.php.

4). Sometimes you need to clear your cache for it to show up. How to do that.

It is extremely easy. big_smile

Last edited by Rage Inflictor (01-05-2009 18:34:38)

Offline

#2 04-13-2011 10:30:17

akali04
New member

Re: Favicons

I always wanted to find the solution to this problem. Luckily this post is a heap of a help! Thanks big_smile

Offline

#3 04-13-2011 17:35:51

Waccoon
Administrator

Re: Favicons

Slight update:  Wacintaki uses XHTML, not HTML, so the actual code is slightly different.

The element and its attributes must be lower case, and the element must be terminated with a slash:

Code:

<link rel="SHORTCUT ICON" href="favicon.ico" />

Offline

Board footer

Yep, still running PunBB
© Copyright 2002–2008 PunBB