This is my first thread on vBulletin.org .... Well i really dont know where to Post this thread. Admin can Move or Remove this thread as per there will.
Installation 1 : Installing "favicon.ico"
Step 1 : Make ur own favicon.ico, you need to have a software to convert your .jpg, .jpeg or .gif image to .ico. If u dont have, use this link
http://www.chami.com/html-kit/services/favicon/.
Step 2 : After making your own "favicon.ico" upload it to the root directory of your forum. It must show your own favicon icon in your site's title.
Step 3 : If it doesnot appear,
Paste this line into your header OR headinclude Template
Code:
<link rel="shortcut icon" href="favicon.ico" />
And your are done with it...
DEMO :
Click Here.
Installation 2 : Installing "favicon.gif"
Step 1 : Make ur own favicon.gif using this link
http://www.chami.com/html-kit/services/favicon/.
Step 2 : After making your own "favicon.gif" upload it on your server ( Any path u want ).
Step 3 : Edit templete header OR headinclude-template :
Paste on top :
Code:
<link rel="icon" href="http://your-site's-path/favicon.gif" type="image/gif" >
DEMO :
Click Here.
Bolly.Beats