Author Topic: Avoiding Tapatalk ad?  (Read 13886 times)

someone

  • Sr. Member
  • ****
  • Posts: 415
Avoiding Tapatalk ad?
« on: January 27, 2017, 07:09:58 pm »
I've given up using Tapatalk for reading Aquamail. I now use the Firefox browser to access the forum. So when I click on the link in an email telling me that there is a new subscribed it takes me to Firefox.

So, the popup telling me every time to use Tapatalk (see attached screenshot) is annoying. Is there a way to disable it?

mikeone

  • Hero Member
  • *****
  • Posts: 2767
Re: Avoiding Tapatalk ad?
« Reply #1 on: January 27, 2017, 08:48:01 pm »
I've given up using Tapatalk for reading Aquamail. I now use the Firefox browser to access the forum. So when I click on the link in an email telling me that there is a new subscribed it takes me to Firefox.

So, the popup telling me every time to use Tapatalk (see attached screenshot) is annoying. Is there a way to disable it?
+1

Thanks for your comment

StR

  • Hero Member
  • *****
  • Posts: 1558
Re: Avoiding Tapatalk ad?
« Reply #2 on: January 27, 2017, 08:51:02 pm »
I've had this happening before (I am using Opera, but a several-months-old version). I don't think it was happening every time, but maybe I am wrong.
I haven't seen it happening recently. I suspect it is because I always have at least one browser tab with Aquamail forums in it. That might be the "workaround"...

nica

  • Guest
Re: Avoiding Tapatalk ad?
« Reply #3 on: January 27, 2017, 09:03:36 pm »
I think,  this is caused by the Tapatalk forum plugin. And I assume, there is a setting to disable that notification. Maybe @Kostya will look into it?

This might help:
http://www.simplemachines.org/community/index.php?P=831b5fd23be42a5fd57c189e4273e96c&topic=508947.msg3810965#msg3810965

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: Avoiding Tapatalk ad?
« Reply #4 on: January 27, 2017, 10:22:19 pm »
I just did this:

$app_ads_enable = 0;
$app_banner_enable = 1;


Please let me know how it turns out.
Creating debug logs for diagnostics: https://www.aqua-mail.com/troubleshooting/

The official FAQ: https://www.aqua-mail.com/faq/

Лог-файлы для диагностики: https://www.aqua-mail.com/ru/troubleshooting/

Вопросы и ответы: https://www.aqua-mail.com/ru/faq/

someone

  • Sr. Member
  • ****
  • Posts: 415
Re: Avoiding Tapatalk ad?
« Reply #5 on: January 28, 2017, 12:29:11 am »
I just did this:

$app_ads_enable = 0;
$app_banner_enable = 1;


Please let me know how it turns out.
Kostya, as usual, you came through.
Popup gone. Thank you!

Unfortunately it came back......
« Last Edit: January 28, 2017, 01:19:23 am by someone »

someone

  • Sr. Member
  • ****
  • Posts: 415
Re: Avoiding Tapatalk ad?
« Reply #6 on: January 28, 2017, 10:26:29 pm »
In case you missed it Kostya, problem persists.

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: Avoiding Tapatalk ad?
« Reply #7 on: January 29, 2017, 06:20:54 pm »
Yes, I missed it because I don't use Tap-a-Talk myself.

Just changed:

$app_banner_enable = 1;

to

$app_banner_enable = 0;

Let's see. The descriptions of these settings are very vague, so at this point it's really a "try and see" kind of thing...
Creating debug logs for diagnostics: https://www.aqua-mail.com/troubleshooting/

The official FAQ: https://www.aqua-mail.com/faq/

Лог-файлы для диагностики: https://www.aqua-mail.com/ru/troubleshooting/

Вопросы и ответы: https://www.aqua-mail.com/ru/faq/

someone

  • Sr. Member
  • ****
  • Posts: 415
Re: Avoiding Tapatalk ad?
« Reply #8 on: January 31, 2017, 01:04:45 pm »
The popup still appears. Sorry.
A related problem that might or might not be connected.
The login reverts to guest on every new visit even though I select the permanent login button. So I have to relogin every visit. Using Firefox on Android phone.

nica

  • Guest
Re: Avoiding Tapatalk ad?
« Reply #9 on: January 31, 2017, 01:15:23 pm »
You allowed storing of Cookies in your browser?

If not, this is the cause, and it's also the cause, that you will be asked every time wether to use Tapatalk

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: Avoiding Tapatalk ad?
« Reply #10 on: January 31, 2017, 10:19:01 pm »
Quote
The popup still appears. Sorry.

OK, I've reverted the above settings to "stock".

Clearly I don't know what I'm doing, but if someone (anyone, not necessarily @someone) can tell me what magic checkbox to turn off, I will.
Creating debug logs for diagnostics: https://www.aqua-mail.com/troubleshooting/

The official FAQ: https://www.aqua-mail.com/faq/

Лог-файлы для диагностики: https://www.aqua-mail.com/ru/troubleshooting/

Вопросы и ответы: https://www.aqua-mail.com/ru/faq/

StR

  • Hero Member
  • *****
  • Posts: 1558
Re: Avoiding Tapatalk ad?
« Reply #11 on: January 31, 2017, 11:57:02 pm »
I didn't look at the entire depth of the issue, but from what I've seen described on the referenced forum, those options looked reasonable.
So, just in case: I am not sure how the engine for this forum is done, but if there is some process running (besides just the webserver itself), - did you restart it after changing the configurations?
Otherwise, - if it is running as an extension to the webserver (module), - did you restart the webserver daemon? Basically, - are you sure the changes you made were loaded/picked up?

A data point: after you made that change in the settings, - I had to close my browser (for my own reasons). When I opened the site again, I didn't experience the popup, and I was logged into the forum in the web browser.

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: Avoiding Tapatalk ad?
« Reply #12 on: February 03, 2017, 10:33:02 pm »
No, I didn't restart back then, it's not necessary (php caching is supposed to check file changes).

But I did now.

And the include variables are now set to:

Quote
$app_ads_enable = 0;
$app_banner_enable = 1;

Apparent app_banner_enable is what controls the "this forum is TapaTalk enabled, do you want to use the app", and I do want to keep that.
Creating debug logs for diagnostics: https://www.aqua-mail.com/troubleshooting/

The official FAQ: https://www.aqua-mail.com/faq/

Лог-файлы для диагностики: https://www.aqua-mail.com/ru/troubleshooting/

Вопросы и ответы: https://www.aqua-mail.com/ru/faq/