MyBB Favicon

In the headerinclude template (doesn't really matter where), add this line of code somewhere there. Obviously replace favicon url with the real URL.

Code:
<link rel='shortcut icon' href='FAVICON URL' type='image/x-icon' />

Upload to your server a 15x15 image file (typically it was ico but png, gif and that stuff works).
 
Or that.

Though to really get your MyBB theme going well, it works better getting the templates (and editing CSS and that stuff). I code my own extra templates on my forum for affiliates and such.
 
Back
Top Bottom