Not working for me.
I have this filters:
View attachment 89410
But still showing the notice on forum_list and other pages even if filtered.
Hey,U right! I need this fix too. @rellect
I can confirm this, and I've found the error.
A quick fix is to edit /library/rellect/AdblockDetector/Model/AdBlock.php
Line #77
PHP:
if($templateParams && self::$_showAlertPartiallyChecked === true && !$this->checkPageConditions($templateParams))
PHP:
if($templateParams && self::$_showAlertPartiallyChecked === true && $this->checkPageConditions($templateParams))
I'll release an update in few days, with a little different fix. But this should do for now.