MyBB Community Forums

Full Version: favicon issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello there,

I wanted to know that how can I edit favicon of my forums??
you can just add favicon.ico file in the root folder of your MyBB files server (where global.php, index.php .. etc exist)
Thank you for your reply

Unfortunately my forums is still have same favicon like before.. I have uploaded favicon picture in "forums/archive"
^ oh! that is not correct location for the favicon. you have to add it in forums folder
and you may add below code in headerinclude template (in ungrouped templates) of the theme
<link rel="icon" type="image/x-icon"  href="favicon.ico" />
Oh great its works!!

Thanks