I was wondering how can I disable the Tapatalk Notifier popup message that loads on my forums everytime I visit it as a guest in Chrome? My users and newcomers are already aware there is such extension (we have a thread specially for Tapatalk ) Thanks.
Oh Hi! The notification should only shown once with cookies remembering it. If you would like to remove it anyway, you can remove the tapatalkdetect <script> header in the includes, depends on your forum system.
Thanks for the answer! Will try this tomorrow since it's late night over here. I'll let you know here how it went.
OK, I'm about to remove it, but wouldn't removing tapatalkdetect also remove the message that the forum supports Tapatalk when you are browsing the forum in a mobile browser? I only want to remove the Tapatalk Notifier popup (Google Chrome extension) as shown in the picture I attached below.
Errr the popup has nothing to do with the extension being installed, actually, it's the contrary. If you dont know what this is about then don't offer advice. Thanks.
Hello MrRod, To response to this request we have added an alternate script called "tapatalkdetect-nochrome.js" in all our future package. Meanwhile you can download this new script at: http://tapatalk.com/forum/mobiquo/tapatalkdetect-nochrome.js And then update your header template to point to this new file then you are all set
Oh you guys are the best! Thanks for answering and providing a fast and easy solution. Much appreicated.
I would like to remove this feature on my xenforo installation. Could you advise instructions on how to change to the nochrome script asap please. This should in fact be a switchable option in "Tapatalk Options"
I'm having a time finding a way to kill the notifier too. I've replaced the no-chrome script.. Doesn't do it. Everyone tells me that they can't freaggin' login till the notifier goes away because it blocks the login link. Also it doesn't just appear just once. The damn thing is persistent. Leave the page and come back and viola!, its back again... Until this gets resolved, tapatalk is uninstalled....
^ Replacing the no-chorme script only won't help unless you have also edited the overall_footer.html template with the new path (you using phpBB right? Because this is for it) Example: Before <script type="text/javascript" src="./mobiquo/tapatalkdetect.js"></script> After <script type="text/javascript" src="./mobiquo/tapatalkdetect-nochrome.js"></script>
Thanks for the feedback guys we are working on a solution in particular to address xenforo specific issue. You can expect to.have something in next few days. Sent from my GT-I9100 using Tapatalk
Meanwhile you can go to the /mobiquo directory, delete the tapatalkdetect.js and then rename the tapatalkdetect-nochrome.js to tapatalkdetect.js - it should work. We are working on a better fix.
Now 7 months and many releases later: could you please add a setting so that we can just turn it off once, without the need to disable plugins, replace files? Your release are quite frequent and with every release I need to edit a bunch of files to resolve bugs, keep my usergroup permissions, get rid of the the various popups that advertise your products.
Wouldn't it be a good idea, if you added an option in the config file like: // Show/Hide the TapaTalk notification in Google Chrome Show_TapaTalk_Notification_In_Chrome = 1; Just an idea...