Archive for the 'How to put Google Adsense in PHPbb3' Category

phpbb-logo.jpg 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;
}

Read the rest of this entry »



phpbb-logo.jpg 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;
}

Read the rest of this entry »



phpbb-logo.jpg 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;
}

Read the rest of this entry »



phpbb-logo.jpg 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;
}

Read the rest of this entry »



phpbb-logo.jpgThe 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;
}

Read the rest of this entry »