Adsense & Ads for phpBB

Extensions & Styles for phpBB 3.1.X
Maintained and supported by Stoker

Re: Adsense & Ads for phpBB

Post by archaos »

It works fine :thumb: , may be it could be an option in acp in the next version.

Re: Adsense & Ads for phpBB

Post by Stoker »

archaos wrote: 14 Sep 2016, 11:28 It works fine :thumb: , may be it could be an option in acp in the next version.
Nope, but you can fix it easily yourself.
Download version 1.0.7
Open: ext\stoker\adsenseads\migrations\adsenseads_v107.php
Find This may be a partial find and not the whole line

Code: Select all

'user_adsenseads'			=> array('BOOL', 1),
Replace with Replace the preceding lines with the following

Code: Select all

'user_adsenseads'			=> array('BOOL', 0),

Re: Adsense & Ads for phpBB

Post by archaos »

Big Thanks, very fine :)

Re: Adsense & Ads for phpBB

Post by Nully »

Hello,
I updated to version 1.0.7 and I see advertisements Adsense.
Permissions were setted to "none", I switched to "never", but I still see ads.
I did not validate Ad blocker. Is it necessary in order to not see ads?

Re: Adsense & Ads for phpBB

Post by Stoker »

Nully wrote: 17 Sep 2016, 18:40 Hello,
I updated to version 1.0.7 and I see advertisements Adsense.
Permissions were setted to "none", I switched to "never", but I still see ads.
I did not validate Ad blocker. Is it necessary in order to not see ads?
The EXT needs a language update. The permission is not to see ads, it is to enable/disable it. With the correct permission you can du this in UCP

Re: Adsense & Ads for phpBB

Post by Nully »

Sorry, I don't find where I can do this

Edit
Sorry I found where :D

PS
I translated only a few words in french, using Notepad+ and accents are not showned. It should be "publicités".
peut-voir.png
You do not have the required permissions to view the files attached to this post.
Last edited by Nully on 17 Sep 2016, 19:00, edited 1 time in total.

Re: Adsense & Ads for phpBB

Post by Stoker »

Re: Adsense & Ads for phpBB

Post by Nully »

Ok. I was writing a message during your reply. Thanks.

Re: Adsense & Ads for phpBB

Post by overmod »

Hello,
why dont appears adblock message?
Banner works well....
Thanks.

Re: Adsense & Ads for phpBB

Post by Stoker »

overmod wrote: 21 Oct 2016, 20:32 Hello,
why dont appears adblock message?
Banner works well....
Thanks.
Its hard to say, I may need a link so I can see what the problem is.