How to put Google Adsense in PHPbb3

How to put Adsense in search results section of PHPbb3

You will probably want to put Adsense Ads on your phpBB search
result page. Here’s a simple guide on how to do that.
1. Go to your Administration Control Panel. Click on STYLES,
then on Themes and then click on Edit, near the prosilver
template. On bottom paste:
a body {
max-width: 1024px;
margin: 0px auto;
}
ul.forums1 {
background-color: #cddeee;
}

How to put Adsense in first post of PHPbb3

You’ll get better results if you put Adsense in every first post
posted on your phpBB3 forum. Here’s a simple guide on just how
to do that.
1. Go to Administration Control Panel. Click on STYLES, then
on Themes and then click on Edit, near the prosilver template.
At the bottom paste:
a body {
max-width: 1024px;
margin: 0px auto;
}
ul.forums1 {
background-color: #cddeee;
}

How to put Adsense in viewtopic section of PHPbb3

Another important place to put Adsense Ads on your phpBB3
forum is viewtopic.php page. Here’s a simple guide on how to do
that.
1. Go to your Administration Control Panel. Click on STYLES,
then on Themes and then click on Edit, near the prosilver
template. On bottom paste:
a body {
max-width: 1024px;
margin: 0px auto;
}

How to put Adsense in viewforum section of PHPbb3

Another important place to put Adsense Ads on your phpBB3
forum is viewforum.php page. Here’s a simple guide on how to do
that.
1. Go to your Administration Control Panel. Click on STYLES,
then on Themes and then click on Edit, near the prosilver
template. On bottom paste:
a body {
max-width: 1024px;
margin: 0px auto;
}

How to put Adsense in Index section of PHPbb3

How to put Adsense in Index section of PHPbb3

The Most important place to put your Google Adsense Code is on
your forums index page. Here’s a simple guide on just how to do
that.
1. Go to Administration Control Panel. Click on STYLES, then
on Themes and then click on Edit, near the prosilver template.
At the bottom paste:
a body {
max-width: 1024px;
margin: 0px auto;
}