Sorry if I’m asking in the wrong section.I have two add-ons installed on my forum:
How can I make the "Ads Manager 2 by Siropu" add-on delete the corresponding advertisement when a thread is deleted after it expires?
I found part of the code I need:
Code:
Read more
Читать далее...
- Ads Manager 2 by Siropu
- Classified Ads System
How can I make the "Ads Manager 2 by Siropu" add-on delete the corresponding advertisement when a thread is deleted after it expires?
I found part of the code I need:
Code:
Код:
public static function disableExpiredAds()
{
$ads = self::getAdRepo()
->findAdsForList()
->ofStatus('active')...
Read more
Читать далее...