Quote:
Originally Posted by Asterix_ita
Yes, it is similar.
|
Thanks ..
So, I changed this:
Code:
if (in_array($thread['forumid'],$ctads['forums']))
{
$ctads['ok'] = false;
}
to this:
Code:
if (!in_array($thread['forumid'],$ctads['forums']))
{
$ctads['ok'] = false;
}
... which should make the mod only INCLUDE any forums checked in either place?
Thanks ..
Regards,
Doug