MyBB Community Forums

Full Version: Make a favicon to my forum ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello !
I would like to make a favicon to my forum...
How i do ?
Do some research, there are a ton of answers to this question on mybb
Yes but i don't find...
Up, help me pls...
Okay sure, let me help you,

to quote mmadhankumar:


"upload a favicon.ico (image file) file to the root folder of your website

so basically the icon should be accessible from http://www.rhforums.com/favicon.ico"


then add <link rel="Shortcut icon" href="{$mybb->settings['bburl']}/favicon.ico" />
to headerinlude template


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

and hard-refresh the page a couple of times. Let me know if this works
If you want to "make " one, you would need software like GIMP or Photoshop.
If you want your own custom icon then you will have to make one yourself.
Generally, a square of about 260 x 260 pixels image size is a good start.
After you have your image, you can upload it to this site: https://www.favicon-generator.org/
Follow the directions on that site for the proper code needed on your index file.
For more hints, Google: favicon maker
Nice, it work ! Thank you for you awnser ! Wink
Happy to know! Great!