Block AdBlock Plus (Kaos)
Block AdBlock Plus by Kaos What is it? This is a small mod that shows a MessageBox to all persons who use AdBlock Plus and block your advertising. Install 1) Upload the content (antiadblock.js) of compressed file (antiadblock.zip) in the main folder of your forum. 2) Put this code at the bottom in Acp-> Styles & Templates-> Style Manager-> (your style)-> Common Templates-> headinclude: HTML Code:
<script type="text/javascript" src="antiadblock.js"></script> 3) This is the code that you must put in Acp-> Styles & Templates-> Style Manager-> (your style)-> Common Templates-> footer: HTML Code:
<script type="text/javascript"> function DisableAdBlock() { if ($('.AdSense').height() == 0) alert("Please Disable AdBlock Plus"); } $(DisableAdBlock); </script> HTML Code:
<div id="footer_copyright" class="shade footer_copyright">
4) This is the code that you must put in Acp-> Advertising-> Manage Ads-> (for all your banners) HTML Code:
<div class="AdSense"> <!-- Advert code goes here --> </div> Tips: ------------------------------------------------------------------- You can change this part of code as you prefer, it is javascript: HTML Code:
alert("Please Disable AdBlock Plus"); HTML Code:
location.href="usingadblock.html"; Enjoy! If you like it, please support me, click to mark as installed! Download
antiadblock.zip (24.0 KB, 154 downloads) |
Similar Mods
Board Optimization Adblock Alert | vBulletin 3.7 Add-ons |
Miscellaneous Hacks Nag Users Using Ad Block - Popup Alert For Adblock Users | vBulletin 3.8 Template Modifications |