How to disable popup banner in tapatalk
In your mobiquo/smartbanner/ folder, locate the file called head.inc.php
Create two new variables near the top of the file
$app_ads_enable = 0; $app_banner_enable = 1;
$app_ads_enable – sets the fullscreen banner when a user first goes to your forum
$app_banner_enable – sets the ‘twitter card head’ (the opt-in screen at the start of the page)
0 will disable a feature,
1 will enable the feature.
Enjoy!
Recent Comments