MyBB Community Forums

Full Version: Add a Favicon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
How do i add a favicon to my mybb board?

im using the latest version of mybb Smile
Upload favicon.ico to public_html and wait for it to show. It can take a few minutes, all you have to do is wait.
I did that ages ago and it hasnt changed

Can you go here

tech-wizards.net and tell me what favicon you see
Here is a simple plugin that will insert your favicon for you : http://www.mybbextras.com/showthread.php...ht=favicon
its still not what its supposed to be Sad
Give me a link to your site and show me a screenshot of your settings for the favicon inserter that you have just installed.
Put your favicon in public_html
name it to favicon.ico

Add this to your mybb header template

<link rel="shortcut icon" href="favicon.ico">
On the bottom of the headerinclude template, insert this (advantage of this one over tigierz's is mainly that the ending slash makes it XHTML valid).

<link rel="shortcut icon" href="/favicon.ico" />

Obviously, replace /favicon.ico with the URL of your favicon file. By the way, you don't need to have favicon.ico, any 15x15 (ish) image will work.
The plugin above inserts it into headerinclude , he must have the image location wrong.
This is now fixed - Janota, your mod didnt insert anything into header include
Thanks Tigerz and AW
Pages: 1 2