Affiliate parser

Affiliate parser [Paid] 1.7

No permission to buy ($35.00)

AndyB

Well-known member
AndyB submitted a new resource:

Affiliate parser - Adds an affiliate ID to the end of URLs.

Premium upgrade:

This XF2 add-on along with the entire collection can be purchased for $35.00 USD. Your Premium upgrade will allow you to download as many XF2 add-ons as you like for one year. Please see the entire collection located in the Resources area at this URL:

https://www.xf2addons.com/

Description:

Adds an affiliate ID to the end of URLs.

This add-on is designed to to add an affiliate code to just one domain.

(Example of Options page)

[ATTACH...

Read more about this resource...
 
Maybe it is my version or my fault;
but someone may change the code in Listener to this

Code:
    public static function threadEntityPostSave(\XF\Mvc\Entity\Entity $entity)
    {
       
        echo "gaga";


Maybe you will see something like "gagagagagagagaga" in the console of your browser;
means that this file is running four times in my case!
 
Top Bottom