Purchase OIOpublisher now for just $47.

Take control of your ad space.

Click here to purchase

  1.  

    Appears to be a problem with the tracker url to best of my knowledge.

    Check out (and mouseover images for url)
    http://www.lobolinks.com/

    You can see it is linking to the wrong place. The above example uses javascript to link the zone.

    Working Example
    http://www.lobolinks.com/blog/

    You can see it is working because it is the root path of the plugin for wordpress.

    From best of glancing it would appear the tracking url needs to be set in full or something.

    Starts on 381 of output.php
    //get url
    if($oiopub_module->tracker == 1 && $oiopub_set->tracker['enabled'] == 1 && $d->item_id > 0) {
    $url = $oiopub_set->tracker_url . "/go.php?id=" . $d->item_id;
    } else {
    $url = $d->item_page;
    }

    • CommentAuthorSimon
    • CommentTimeOct 1st 2008
     
    Project Admin

    I think it should now be fixed (but I'll wait for you to confirm first).

    When using Wordpress, I included a method called OIOPUB_LOAD_LITE, to bypass the loading of Wordpress (it just scrapes the database values from wp-config.php, instead of loading it).

    I recently switched $oiopub_set->plugin_url to use the Wordpress option 'siteurl' - which of course wasn't available in lite mode. I've gotten around the problem by saving the plugin url in the database, so it should set correctly now.

    Download provisionally updated to 2.03.

  2.  

    Excuse my ignorance, but I just rolled out of bed. Is there a change I need to make?

    Thanks for the fast response

    • CommentAuthorSimon
    • CommentTimeOct 1st 2008
     
    Project Admin

    You just need to download the script once more and over-write all the files (only a few changed, but it will be quicker to do the whole lot in one go).