Page 2 of 2

Re: Annoying features

Posted: Fri Oct 09, 2015 10:27 am
by Kirby
Tapatalk was added as a result of this thread:
http://www.lifein19x19.com/forum/viewto ... =14&t=5213

I can remove it, but I'd like to get a feel for how people think about the feature. Please vote on your preference here:
http://lifein19x19.com/forum/viewtopic.php?f=14&t=12339
http://lifein19x19.com/forum/viewtopic.php?f=14&t=12340

Re: Annoying features

Posted: Fri Oct 09, 2015 10:37 am
by oren
Kirby wrote: I can remove it, but I'd like to get a feel for how people think about the feature. Please vote on your preference here:
http://lifein19x19.com/forum/viewtopic.php?f=14&t=12339
Can you do tapatalk and not have it add the ad? Or change that 90 days to something huge?

Re: Annoying features

Posted: Fri Oct 09, 2015 10:39 am
by tj86430
oren wrote:
Kirby wrote: I can remove it, but I'd like to get a feel for how people think about the feature. Please vote on your preference here:
http://lifein19x19.com/forum/viewtopic.php?f=14&t=12339
Can you do tapatalk and not have it add the ad? Or change that 90 days to something huge?
The tapatalk javascript has this function:

Code: Select all

function setTapatalkCookies() {
    var date = new Date();
    var days = 90;
    date.setTime(date.getTime()+(days*24*60*60*1000));
    var expires = "; expires="+ date.toGMTString();
    document.cookie = "tapatalk_redirect=false" + expires; 
}
Changing days = 90 to something else should be trivial

Re: Annoying features

Posted: Fri Oct 09, 2015 10:46 am
by Kirby
Thanks for the feedback. I misunderstood.

Please vote here instead:
http://lifein19x19.com/forum/viewtopic.php?f=14&t=12340