Question about modifying an add-on

Sorry if I’m asking in the wrong section.I have two add-ons installed on my forum:

  1. Ads Manager 2 by Siropu
  2. Classified Ads System
Each thread has an advertisement attached to it.

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

Читать далее...
 
Активность
Пока что здесь никого нет
Назад
Верх Низ