Purchase OIOpublisher now for just $47.

Take control of your ad space.

Click here to purchase

  1.  

    Even if I select family friends ads as yes in settings, it shows We accept all types of ads on this website! in the purchase page.

    • CommentAuthorjude8753
    • CommentTimeOct 2nd 2008
     

    It did the same for me, but I added underneath :
    As Long As They Are Family Friendly!

  2.  

    Good Thinking! :lol:

    • CommentAuthorSimon
    • CommentTimeOct 2nd 2008
     
    Project Admin

    My bad - piece of old code not updated. Fix is below, which can be made through the admin templates editor (or you can just re-download and upload the templates folder again):

    OPEN templates/core/purchase_start.tpl

    FIND if($oiopub_set->family == 1) {

    REPLACE WITH if($oiopub_set->general_set['family'] == 1) {

  3.  

    Thanks for a quick fix.