That would be great if there was an option in the admin panel to choose the ads status to be approved/pending after a user edits his/her ads. this option has been requested by other users as discussed here: http://appthemes.com/forum/showthrea...l-on-edited-ad
On the same link the author/lead classipress developer already posted below as quoted;
Its a pretty simple mod, I'll VERY LIKELY include this in the *Plus* Mod collection I'm working on.
Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.
You may reply on the same thread to ask scarsten, the lead developer, of what he meant.
Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.
Great! I could be able to find solution but I am not sure if it's without any error. I checked it and it's working. Everytime user updates the ad, the ad's status changes to pending. I added the following code after line#1010 to the themes-function.php file inthe includes folder:
Code:
$update_ad['post_status'] = 'pending';
The Following User Says Thank You to jcss For This Useful Post:
It looks like you have already figured it out. Thanks for sharing the code.
Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.