Support forum login

©2006-2012 IAAI Software

Contact Us Privacy Policy

How to enable the jump.php

Submitted by Amarildob on Wed, 2010-04-28 22:35.

Hi,

Does anyone know how i can enable the jump.php file or where there is a tutorial for this?

Thank you,

Amarildo

Submitted by support on Wed, 2010-04-28 22:48.

Hello Amarildo,

jump.php can be enabled by changing the $config_useTracking setting in your config.php. In your file, look for the following code on line 12:

  $config_useTracking = FALSE;

...and REPLACE that with:

  $config_useTracking = TRUE;

Then all your Buy URL links will go via jump.php, and you will also see a new "Clicks" column alongside each feed in your /admin/ home page...

Cheers,
David.