Auto Update - Editing Listings

Discussion in 'ClassiCraft WordPress Theme' started by leafydesigns, Nov 5, 2013.

Thread Status:
Not open for further replies.
  1. leafydesigns

    leafydesigns New Member

    Joined:
    Sep 3, 2013
    Messages:
    6
    Likes Received:
    1
    Afternoon,

    Is there absolutely no way to get this done - to auto update an edit.
    Reason I ask if you have 1000 edits a day -> its a mission to approve them all everyday

    I went to edit_ad.php and found :
    $post_status = "pending";

    Tried changing to approved etc but then when editing the ad just disappears.

    Really need help here pls
     
  2. leafydesigns

    leafydesigns New Member

    Joined:
    Sep 3, 2013
    Messages:
    6
    Likes Received:
    1
    Been 2 days, no feedback on this.
    I do not see how it can be an issue to change the code to auto submit....devs can you help pls?
     
  3. leafydesigns

    leafydesigns New Member

    Joined:
    Sep 3, 2013
    Messages:
    6
    Likes Received:
    1
    Found ->

    This was a SIMPLE fix. I can't imagine why you guys at Classicraft couldn't divulge the solution. If anyone else is looking for this, here is the fix.

    1. Go to wp-content/themes/classicrafttheme/library/control/admin_settings/edit_ad.php
    2. At the very beginning of the file, you will see: $post_status = "pending"; Change this to $post_status = "publish";
    3. Save file and voila!

    Now when you edit an ad, it will automatically be published.
     
    sooraj likes this.
Thread Status:
Not open for further replies.

Share This Page