MyBB Community Forums

Full Version: How to add an icon to the browser tab
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

I would like to add a small icon to the tab of the browser.
I have been given a favicon.ico file but looking at the header of my forum there is no reference to it.

Should I add a line of code somewhere or what?

Thanks a lot.

A.
Just upload that file in the root folder of your forum. Root folder means the folder where you've installed your MyBB.
Hi Yaldaram,

have tried, but no changeSad
Can someone check in case it is my connection?
I can see it;
[attachment=26099]
Oh, so it is my connection as I thoughtSad
Alas I am still operating with a dongle. Still, I wonder why I can see your icon (for example), but not mine.

Anyway, thanks for your help Big Grin
Add the following code in your headerinclude template;
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
Now I can see it as well.

Thanks againSmile