Page 6 of 6

Re: Adsense for phpBB 3.1.X

Posted: 19 Jan 2016, 19:58
by michael8t6
Stoker wrote:
michael8t6 wrote:are you still developing this ext? If so will it support responsive ads and other ad sizes (responsive + 300x250 mainly)? I know it supports responsive on the index.
Its you that decide which adsense code you want to use. The ext supports all kinds of ads.
michael8t6 wrote:Also I want to place an ad just below a social login ext highlighted in the image below. Is this something you'd be able to help me with?
Go to the social login ext styles/prosilver/event folder Find the correct file to add your code
Cheers for the quick reply. I managed to sort out the social login ad (thank you for the help), however! The extension only supports the banner ads (same as ones on your site). The second I try to add any other sized ad including responsive, I get the "this site is supported by ads" message show.

Re: Adsense for phpBB 3.1.X

Posted: 20 Jan 2016, 07:31
by Stoker
Your right. It doesnt work with responsive ads, problably because of the styling I use.
You can use this instead. It will remove the adblock warning:

Code: Select all

<div class="panel online" style="padding-top:0;padding-bottom:0;background-color:#ECF3F7;">
		adsense code here
</div>
<hr class="divider" />>

Re: Adsense for phpBB 3.1.X

Posted: 21 Jan 2016, 00:08
by michael8t6
Perfect :) Cheers buddy :)

Re: Adsense for phpBB 3.1.X

Posted: 02 Feb 2016, 07:15
by Stoker
A better extension with all the config you want: viewtopic.php?f=61&t=2666

Re: Adsense for phpBB 3.1.X

Posted: 05 Feb 2016, 06:39
by Tony B
I'm running an existing board that is an older version of phpBB and using the Advertisement Manager mod and that works great but of course as we all know it hasn't been updated to work with the latest versions of phpBB.

I'm starting a new forum and installed the latest version of phpBB and installed the AdSense ext. I'm not familiar with Google AdSense, but is there a way to ad my own banners not using Google and how would I make them rotate?

Would I be able to accomplish this in Google AdSense?

Re: Adsense for phpBB 3.1.X

Posted: 05 Feb 2016, 07:52
by Stoker
You can use any kind of html instead of Adsense.
If you want them to rotate, you just need some kind of script to do it.

Re: Adsense for phpBB 3.1.X

Posted: 14 Feb 2016, 03:18
by Tony B
Got it installed and works great!

I'm using a custom style and the background behind my banner ad is white. How do I change the color of the box that the banner appears in?

Example here:
http://www.sportsmentalk.com/STForum/in ... 92e3d049ee

Re: Adsense for phpBB 3.1.X

Posted: 14 Feb 2016, 05:34
by Stoker
In this file: /ext/stoker/adsenseads/styles/prosilver/theme/adsenseads.css
Change background-color: #f4f4f4; for the classes you want.

Re: Adsense for phpBB 3.1.X

Posted: 10 Mar 2016, 10:02
by AseanPagesAsia
Stoker wrote:Its the exact same as I use here. So use this site as demo :)
You also have an Adsense ad at the bottom on frontpage
However, this option is not available in the plugin/mod
So, how to include a bottom ad on our forum
http://aseanpages.asia

Re: Adsense for phpBB 3.1.X

Posted: 12 Mar 2016, 08:08
by Stoker
AseanPagesAsia wrote:
Stoker wrote:Its the exact same as I use here. So use this site as demo :)
You also have an Adsense ad at the bottom on frontpage
However, this option is not available in the plugin/mod
So, how to include a bottom ad on our forum
http://aseanpages.asia
You probably want to use this version instead: Adsense & Ads for phpBB