2014-07-18, 02:15 PM
2014-07-18, 02:27 PM
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
so basically the icon should be accessible from http://www.rhforums.com/favicon.ico
2014-07-18, 02:32 PM
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.
2014-07-18, 03:32 PM
upload to root directory and hard refresh a couple times, it takes a while to update.
2014-07-18, 03:38 PM
(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" />
2015-04-03, 02:39 AM
where l must put this code?
can you explain more specific?
thank you
Quote:<link rel="Shortcut icon" href="{$mybb->settings['bburl']}/favicon.ico" />
can you explain more specific?
thank you
2015-04-03, 03:38 AM
^ 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
admin panel >> Templates & Style >> Templates >> your theme templates >> Ungrouped Templates >> headerinclude