![]() |
|
Tapatalk - Printable Version +- Vandweller Forum (https://vandwellerforum.com) +-- Forum: Forum announcements (https://vandwellerforum.com/forum-1.html) +--- Forum: Forum Issues/Suggestions (https://vandwellerforum.com/forum-21.html) +--- Thread: Tapatalk (/thread-2415.html) |
Tapatalk - TrainChaser - 02-16-2019 I keep getting a Tapatalk banner popping up. Is there any way to eliminate it? RE: Tapatalk - Blacktank - 02-16-2019 on your phone or a computer? RE: Tapatalk - TrainChaser - 02-16-2019 Phone. RE: Tapatalk - Snikwahjm - 02-16-2019 There is a tapatalk ad on the upper part of my iPad. RE: Tapatalk - Nana - 02-16-2019 Here are some possible solutions I found on the web. https://www.tapatalk.com/groups/tapatalksupport/remove-large-banner-at-top-in-ipb-3-3-t25571.html ---------------------------------------------------- https://www.simplemachines.org/community/index.php?topic=508947.0 ---------------------------------------------------------- https://www.tapatalk.com/groups/tapatalksupport/how-to-disable-the-tapatalk-pop-up-t8032.html ------------------------------------------------------------- https://www.tapatalk.com/groups/tap...-disable-tapatalk-notification-wh-t17397.html They all seem to quote the following programming. But don't take my word for it and please just read the links and follow the instructions if your going to disable the banner. Find the Following File: /mobiquo/smartbanner/head.inc.php Find this line. (It is currently around line 205, but moves version to version) $app_head_include .= $app_banner_head; Comment it out. //$app_head_include .= $app_banner_head; (you can do this in CPanel or a text editor and save over the file via ftp) Also, make sure you “Purge the cache” on the general tab in the PHPBB Administrator Control Panel. I have seen some other people delete appbanner.js as an alternative to the method above, but I think that could result in an error. Do it at your own risk. |