MyBB Community Forums

Full Version: how i can set
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello friends

how i can set image in my forum url

view this and tell me
favicons? first of all you need a favicon. upload the .ico to the forum root.

Then:

Add the following to the bottom of headerinclude:
<link rel="icon" href="favicon url" />
<link rel="shortcut icon" href="favicon url" />
Read this

http://www.clickfire.com/favicon-tutorial/

Upload the icon to your forum root directory then go into MyBB Admin CP and go to Templates > Modify / Delete > Select your theme > headerinclude > Edit

And place this at the top and click save

<link rel=”shortcut icon” href=”http://www.thenameofyoursitehere.com/favicon.ico”/>
Normally you don't have to add the code, it usually appears.
You definitely need to add the code if your favicon is located somewhere other than /favicon.ico, but it's good to have it anyway so that browsers are sure to find it there Smile