Purchase OIOpublisher now for just $47.

Take control of your ad space.

Click here to purchase

    • CommentAuthorgunther
    • CommentTimeOct 27th 2008
     

    I've just upgraded to v2.07. When I changed the number of ads to show on multi-post pages to 0, it always return to 1.

    I don't want to display any inline ads when there are multiple posts on a page but currently I can't seem to get this done. Any ideas?

    • CommentAuthorSimon
    • CommentTimeOct 27th 2008
     
    Project Admin

    I think this should help:

    1.) Open the file admin/inline.php

    2.) Find the code below:

    $array['showposts'] = empty($_POST['oiopub_inline_showposts']) ? 1 : intval($_POST['oiopub_inline_showposts']);

    3.) Replace with:

    $array['showposts'] = intval($_POST['oiopub_inline_showposts']);