• I just started using the WP125 plugin and I like it so far. I only have one issue, and I would like to alter it if it is possible.

    Whenever I change pages, the link that is displayed on the ads changes as well – it isn’t static. It reflects whatever page I am currently on. Is there anyway I can edit this so where I can specify what link I want for each ad and that it remains static? Any help would be appreciated.

    Thomas

    P.S. My website is foreversinging.com if you want to take a look and see what I am talking about.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Option #1: Don’t use click-tracking. The URLs won’t be masked with a redirect, then. (Which means you get static URLs.)

    Option #2: Find any instance of this in wp125.php:

    $linkurl = get_option('blogurl').'index.php?adclick='.$adguidearray[$curslot]['id'];

    Replace it with:

    $linkurl = get_option('home').'index.php?adclick='.$adguidearray[$curslot]['id'];

    I might get around to changing it in a future patch.

    How do I disable click tracking?

    I tried option #2 and that didn’t work.
    I have 10 ads setup and I have looked in “Manage” and also in “Settings” and couldn’t see how to disable click tracking.

    I just went in and deleted all the adds and started over. This time I made sure to un-tick the click tracking feature and now they are all direct links.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: WP125] Changing the redirect link structure’ is closed to new replies.