Disable Tapatalk Notifier popup in Chrome

Discussion in 'General Discussion' started by MrRod, Jan 16, 2012.

  1. MrRod Member

    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.
  2. winter Tapatalk Master

    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.
  3. MrRod Member

    Thanks for the answer! Will try this tomorrow since it's late night over here. I'll let you know here how it went.
  4. MrRod Member

    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.

    Attached Files:

  5. MrRod Member

    Anyone knows?
  6. Pinho New Member

    Just uninstall the extension....

    Enviado do meu Atrix™ usando o Tapatalk.
  7. MrRod Member

    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.
  8. winter Tapatalk Master

    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 :D
    1 people like this.
  9. MrRod Member

    Oh you guys are the best! Thanks for answering and providing a fast and easy solution. Much appreicated. :D
  10. p-me New Member

    What does "your header template to point to this new file" mean?? Which / where is this header file?
  11. Cooper Member

    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"
  12. r3chn3r New Member

    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....
  13. MrRod Member

    ^ 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>
  14. r3chn3r New Member


    nope

    I'm using xenforo
    And I'm new to it so I'm not sure how to that. :(
  15. Yao Android Developer

    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
    r3chn3r likes this.
  16. winter Tapatalk Master

    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.
    r3chn3r likes this.
  17. r3chn3r New Member

    Thank you. At least for now its working like it should. ;)
  18. Alfa1 Member

    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.
  19. jenshenrik Member

    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... :)
  20. Bapun Raz Member

    Yes, it will be easier and will work perfect for who want to disable the chrome pop up.