Well, the ad that is placed in the topic is showing up fine. So I guess your code is oncorrect?benjo wrote: 01 May 2017, 15:43 hello, i installed it on my forum and add some ads from adsense
link to topic page with problem
and for some reason i can only see this lines "(adsbygoogle = window.adsbygoogle || []).push({});
" in the places were the ad suppose to be
please advice how to fix this ?
i installed it on different style like prosilver but its name is jprosilver style, i don't know if its the problem, i did add the files to this template
Adsense & Ads for phpBB
-
- Site Admin
- Posts: 3573
- Joined: 12 May 2008, 21:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
Re: Adsense & Ads for phpBB
The greatest achievement in life is to inspire others
Board rules! No PM support
Board rules! No PM support
-
- BBCoder I
- Posts: 4
- Joined: 01 May 2017, 07:29
- BBCodes: 1
Re: Adsense & Ads for phpBB
ok problem solvedbenjo wrote: 01 May 2017, 15:43 hello, i installed it on my forum and add some ads from adsense
link to topic page with problem
and for some reason i can only see this lines "(adsbygoogle = window.adsbygoogle || []).push({});
" in the places were the ad suppose to be
please advice how to fix this ?
i installed it on different style like prosilver but its name is jprosilver style, i don't know if its the problem, i did add the files to this template
joomla firewall striped code from script tag making it <s-cript>
-
- BBCoder I
- Posts: 1
- Joined: 07 May 2017, 09:48
Re: Adsense & Ads for phpBB
Morning Stoker, I'm confused with this. phpbb3.2. I've tried different settings on "Can See Ads" and I can't make it allow the UCP switch to stop being greyed out.Stoker wrote: 12 Apr 2017, 06:07Some changes where made to the EXT and now the permission thing in incorrect. You need to set it to No.
No gives users option to disable ads i UCP
I see it works over here. Does it matter if the user is a member of multiple groups?
Cheers
-
- Site Admin
- Posts: 3573
- Joined: 12 May 2008, 21:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
Re: Adsense & Ads for phpBB
Set permission to NEVER.MrO wrote: 07 May 2017, 09:52Morning Stoker, I'm confused with this. phpbb3.2. I've tried different settings on "Can See Ads" and I can't make it allow the UCP switch to stop being greyed out.Stoker wrote: 12 Apr 2017, 06:07Some changes where made to the EXT and now the permission thing in incorrect. You need to set it to No.anthology wrote: 11 Apr 2017, 15:25
Thanks you. I see it in the ucp but it's greyed out where I can't select it. I've played with numerous permission but can't get it to where I can make a selection.
No gives users option to disable ads i UCP
I see it works over here. Does it matter if the user is a member of multiple groups?
Cheers
The greatest achievement in life is to inspire others
Board rules! No PM support
Board rules! No PM support
-
- BBCoder I
- Posts: 1
- Joined: 13 May 2017, 11:51
- BBCodes: 0
Re: Adsense & Ads for phpBB
Hi, i follow the installation exactly but can't see this extension under Extension Management. Please help.
-
- BBCoder I
- Posts: 2
- Joined: 18 May 2017, 09:10
- BBCodes: 9
Re: Adsense & Ads for phpBB
I installed this extension on my 3.1.10 forum and after testing more than a week all seems to work perfect
But there is one great problem. In Chroome and on mobile everything works perfect, but when using Firefox 52 the ads won't show on my forum and i only see blank blocks
My resposive code for the blocks looks like:
Very strange because when i visit this forum i can see the ads perfect with Firefox 52.
But there is one great problem. In Chroome and on mobile everything works perfect, but when using Firefox 52 the ads won't show on my forum and i only see blank blocks
My resposive code for the blocks looks like:
Code: Select all
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!—- Blok3 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-xxxxxxxxxxxxxxxx"
data-ad-slot="xxxxxxxxx"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
-
- Site Admin
- Posts: 3573
- Joined: 12 May 2008, 21:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
Re: Adsense & Ads for phpBB
Thats weird. I use the same code here as you dodelv wrote: 18 May 2017, 09:24 I installed this extension on my 3.1.10 forum and after testing more than a week all seems to work perfect
But there is one great problem. In Chroome and on mobile everything works perfect, but when using Firefox 52 the ads won't show on my forum and i only see blank blocks
My resposive code for the blocks looks like:Very strange because when i visit this forum i can see the ads perfect with Firefox 52.Code: Select all
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!—- Blok3 --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-xxxxxxxxxxxxxxxx" data-ad-slot="xxxxxxxxx" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script>
Code: Select all
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- BBCodes Responsive Banner -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-xxx"
data-ad-slot="xxx"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
The greatest achievement in life is to inspire others
Board rules! No PM support
Board rules! No PM support
-
- BBCoder I
- Posts: 2
- Joined: 18 May 2017, 09:10
- BBCodes: 9
Re: Adsense & Ads for phpBB
I'll PM you the url and a testaccount because the extension is set "Only testing for admins"
-
- BBCoder I
- Posts: 1
- Joined: 01 Jun 2017, 21:10
- BBCodes: 1
Re: Adsense & Ads for phpBB
Where do you set it so certain groups (like donors) can turn off ads? I do see the option in the UCP, but it is greyed out and I can't find where to turn it on for them in the Admin section.
-
- Site Admin
- Posts: 3573
- Joined: 12 May 2008, 21:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
Re: Adsense & Ads for phpBB
Read a couple of the previous postsLighthope wrote: 01 Jun 2017, 21:13 Where do you set it so certain groups (like donors) can turn off ads? I do see the option in the UCP, but it is greyed out and I can't find where to turn it on for them in the Admin section.
The greatest achievement in life is to inspire others
Board rules! No PM support
Board rules! No PM support