Approval for ALL jobs (free and paid)
Hi,
I found this answer:
1. edit ..\jobroller\includes\forms\confirm-job\confirm-job-process.php
2. search and replace any
PHP Code:
$status = 'publish'
to
PHP Code:
$status = 'pending'
3. edit ..\jobroller\includes\classes\orders.class.php
4. search and replace
PHP Code:
$job_post['post_status'] = 'publish';
with
PHP Code:
$job_post['post_status'] = 'pending';
BUT....those files no longer exist by that name now. Obviously they have changed! Please can you help with which files I need to go into to edit,in order to make paid jobs also pending until i manually approve them in the backend
thanks a million
Richard