MyBB Community Forums

Full Version: Favicon is showing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have added the favicon image in root directory.

And also added this code

<link rel="icon" type="image/png" href="{$mybb->settings['bburl']}/{$theme['imgdir']}/favicon.png">
 
in the header template. But still the favicon image is not showing. I have cleared all the browser cache. In Mozilla its showing empty and in Chrome its showing the mybb default image. What to do now?
just upload favicon.ico to the root of your forum.

visit this link https://community.mybb.com/thread-101238.html
Did you try CTRL + F5 on the browser ?
(2019-02-08, 06:17 AM)ziuma Wrote: [ -> ]just upload favicon.ico to the root of your forum.

visit this link https://community.mybb.com/thread-101238.html

This is what I would recommend.
Yeah, fixed it. I have to clear all the caches of all my browsers.

Anyway, thanks for the help.
You are welcome Smile