2013-12-09, 04:51 PM
2013-12-09, 05:01 PM
Goto adminCP->Templates-> yourDefaultThemes -> Header -> header
Place between the <head></head> tags.
Just change favicon.png for the path of your desire favicon/image. and change the image/png type, if your favicon is not an png format. Like I did, I used .gif format then I changed it to image/gif.
You may place it in headerinclude template also ...
Place between the <head></head> tags.
<link rel="icon" type="image/png" href="favicon.png">
Just change favicon.png for the path of your desire favicon/image. and change the image/png type, if your favicon is not an png format. Like I did, I used .gif format then I changed it to image/gif.
You may place it in headerinclude template also ...
2013-12-09, 05:14 PM
just a note: <head> and </head> tags might not exist in the header template.
in that case, add the favicon code in the headerinclude template (in ungrouped templates) as effone already suggested
in that case, add the favicon code in the headerinclude template (in ungrouped templates) as effone already suggested
2013-12-10, 04:03 AM
By bad. Placing under <head> and </head> is general practice.
For MyBB, its headerinclude template.
Okay now?
For MyBB, its headerinclude template.
Okay now?