MyBB Community Forums

Full Version: How to add favicon to MyBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone,
How to add favicon to MyBB forums. my site www.rhforums.com

Please help me.
upload a favicon.ico (image file) file to the root folder of your website and hard-refresh the page a couple of times.

so basically the icon should be accessible from http://www.rhforums.com/favicon.ico
Same as anything else on the web, a favicon isn't software specific - though if you want it to be in a specific path, you can use HTML to point it to that.
upload to root directory and hard refresh a couple times, it takes a while to update.
(2014-07-18, 02:15 PM)rajeevrrs5 Wrote: [ -> ]How to add favicon to MyBB forums.

Put favicon.ico to your root directory

and add at beginning of headerinclude template

<link rel="Shortcut icon" href="{$mybb->settings['bburl']}/favicon.ico" />
where l must put this code?
Quote:
<link rel="Shortcut icon" href="{$mybb->settings['bburl']}/favicon.ico" />

can you explain more specific?
thank you
^ that can be added in the headerinclude template (in ungrouped templates) of the theme

admin panel >> Templates & Style >> Templates >> your theme templates >> Ungrouped Templates >> headerinclude