Post by meagain on Dec 5, 2015 22:55:30 GMT 10
Hi! Does anyone know how to get a favicon in phpBB3? The official method doesn't seem to work. Also, do favicons have to be a set size?
Thanks - meagain, founder of 4tech
|
|
Post by Nathan Lecompte on Dec 5, 2015 23:13:14 GMT 10
Hey meagain, Icons have different layers of sizes of the original image contained inside (16x16, 24x24, 32x32, 48x48, 64x64). However, most people (for websites in particular) usually just have the one 16x16 layer (since most common web-browsers usually display the favicons as 16x16). Also, when you mean GET a favicon in phpBB3? Do you mean, setting a favicon for a phpBB3 website? Hope this helps!
|
|
Post by meagain on Dec 5, 2015 23:40:09 GMT 10
Yeah, sorry my grammar is bad :-) Basically I want my favicon, hosted at 4tech.ml/favicon.ico to be an actual favicon for my forum
|
|
Post by Nathan Lecompte on Dec 5, 2015 23:48:18 GMT 10
Haha, no worries Try adding this to your header (if at all possible): <link rel="icon" type="image/x-icon" href="http://4tech.ml/favicon.ico">
|
|
Post by meagain on Dec 6, 2015 0:00:57 GMT 10
Will do! Adding a wordpress frontend atm as a portal
|
|
Post by Nathan Lecompte on Dec 14, 2015 12:03:42 GMT 10
If your question has been answered please press the tick button next to the post which answered your question. Thanks!
|
|
Post by meagain on Dec 18, 2015 4:24:52 GMT 10
Will do in the future!
|
|