Topic: How to Change Favicon Punbb v1.4.2
Hello, I want change favicon on my forum, please help tell me how thats
Sory for my english
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.4 additions → How to Change Favicon Punbb v1.4.2
Hello, I want change favicon on my forum, please help tell me how thats
Sory for my english
copy you favicon.ico to main website directory and go to you main directory > include > template > main.tpl.
and add the following line after the meta uf8 tag line.
<link rel="Shortcut icon" href="http://www.yourwebsite.com/favicon.ico" type="image/x-icon"
<link rel="Shortcut icon" href="http://www.yourwebsite.com/favicon.ico" type="image/x-icon"
forget ">" or "/>"?
<link rel="Shortcut icon" href="http://www.yourwebsite.com/favicon.ico" type="image/x-icon" />
that valid ?
<link rel="Shortcut icon" href="/favicon.ico" type="image/x-icon" />
Now i have that working in main.tpl
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="/favicon.ico" />
<!-- forum_head -->
</head>
<body>
u r absolutely right, lol, thanks.
btw, did they change something in 1.4.2???
'cos when I added our favicon in 1.3.6 I didn't do any code change. I googled about this and they said you don't have to do any code changes at all,
so I didn't and it worked.
just replace favicon.ico with your own favicon.ico in home folder
thanks for the tips
PunBB Forums → PunBB 1.4 additions → How to Change Favicon Punbb v1.4.2
Powered by PunBB, supported by Informer Technologies, Inc.