How to put a Favicon in PHPbb3 and put keywords and site description in your META tags.
|
How to put a Favicon in PHPbb3 and set your META tags.
Where to put
Adsense Ads
If you've found this to be of any value
to you, we'd greatly appreciate a link
back to us from your board. Examples
can be found here.
First, make sure your favicon is called favicon.ico and it should be 16 X 16
pixels. If you need a favicon made up, here is an excellent site.
second, upload your favicon to the images directory of phpbb.
then, go to the Administration Control Panel, Styles, Templates.
Click on edit of Prosilver. go to overall_header.html
Near the top right after the META tags find {META}
after {META} paste in the following:
<link rel="icon" href="images/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
click submit and then you're finished.
The META tags mentioned above is also where you'd want to put your site
description and keywords if you're interested in putting them in. Make sure they
go in between the quotes "". Again, click submit.
This is for Prosilver ONLY!!
Intimidated by this procedure? Rather have someone else do it for you? Click Here
|