MyBB Community Forums

Full Version: how can i put this
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how can i put this ss below [Image: 2uqgchi.png]
Make a favicon.ico from here: http://www.webscriptlab.com/favicongenerator.php

and upload this to your root of your forum.

Now Go to: ACP > Templates > Ungrouped Templates > headerinclude > and find;
{$stylesheets}

and add the following code just after that;
<link rel="shortcut icon" href="favicon.ico" />
Just so you know, most browsers don't require the code above. They usually find the favicon automatically.
(2011-04-29, 11:44 AM)Joshua Mayer Wrote: [ -> ]Just so you know, most browsers don't require the code above. They usually find the favicon automatically.

But its better to add it to the templates so every browser recognize the favicon.
(2011-04-29, 10:47 AM)Yaldaram Wrote: [ -> ]and upload this to your root of your forum.

Not true. Favicons go to the root of your web server and not your forum's root, because that's where browsers look for favicons.
(2011-04-29, 12:48 PM)faviouz Wrote: [ -> ]Not true. Favicons go to the root of your web server and not your forum's root, because that's where browsers look for favicons.

That's in the case when you let your browser to detect it automatically. But if you specified the location in template (Like in this case) then it is absolutely correct.
Yeah, sorry, you were right. Toungue