Adsense & Ads for phpBB
-
- BBCoder II
- Posts: 6
- Joined: 05 Mar 2016, 17:57
- BBCodes: 0
Re: Adsense & Ads for phpBB
Hey. I'm back. It works for a while and stopped working again. I'm using FF on MacOS X. Even with admin mode disabled, the ads are only shown to admin. If I open the site from Safari with no user session, the ads are not shown.
In a previous post, you mentioned the action of "delete the date". I don't understand what date, and where. Can you be specific ?
https://www.focore.ch
I have again disabled Adsense and Ads, and enabled Topic Ads.
By the way, I wanted to change my insertion codes, but I cannot find any more the documentation of Topic Ads. Has it been removed from the forum ?
In a previous post, you mentioned the action of "delete the date". I don't understand what date, and where. Can you be specific ?
https://www.focore.ch
I have again disabled Adsense and Ads, and enabled Topic Ads.
By the way, I wanted to change my insertion codes, but I cannot find any more the documentation of Topic Ads. Has it been removed from the forum ?
Re: Adsense & Ads for phpBB
Hello,
Thank you for this wonderfull extension, working very well !
Could it be possible to have some multiple advertisement sources at the same place ?
For example in the header ads :
50% adsense, 25% local image, 25% another advertisement.
Thanks for your answer.
Best regards
Thomas
Thank you for this wonderfull extension, working very well !
Could it be possible to have some multiple advertisement sources at the same place ?
For example in the header ads :
50% adsense, 25% local image, 25% another advertisement.
Thanks for your answer.
Best regards
Thomas
Re: Adsense & Ads for phpBB
Hi
i have added This extension Everything look fine but the Ads are not displaying
http://prntscr.com/b8q76p
Loading forever
i have added This extension Everything look fine but the Ads are not displaying
http://prntscr.com/b8q76p
Loading forever
Re: Adsense & Ads for phpBB
Hi
My ads are not working. they takes forever to load.
Forum Url :wxuier.net
My ads are not working. they takes forever to load.
Forum Url :wxuier.net
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: Adsense & Ads for phpBB
Cant check because it isnt enabled at your board.
Board rules! No PM support
Re: Adsense & Ads for phpBB
Stoker wrote:Cant check because it isnt enabled at your board.
Can you check again Kindly
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: Adsense & Ads for phpBB
Please also post the adcode you use.bc073001 wrote:Stoker wrote:Cant check because it isnt enabled at your board.
Can you check again Kindly
You are right, the ads doesnt show at the moment.
Board rules! No PM support
Re: Adsense & Ads for phpBB
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>Stoker wrote:Please also post the adcode you use.bc073001 wrote:Stoker wrote:Cant check because it isnt enabled at your board.
Can you check again Kindly
You are right, the ads doesnt show at the moment.
<!-- Headerad -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-8167757973110361"
data-ad-slot="8043739165"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
This is the add code
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: Adsense & Ads for phpBB
The code seems to be fine. Have you been using adsense on your site before?
Is the site approved by google?
You can try my adsense code, just for testing to see if it works.
Is the site approved by google?
You can try my adsense code, just for testing to see if it works.
Code: Select all
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- BBCodes Responsive Bannepr -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-3346231937490093"
data-ad-slot="5846792837"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
Board rules! No PM support