Results 1 to 1 of 1

Thread: Changing Job Expiration Emails from 1 & 5 Days

  1. #1
    Thread Starter
    Senior Member aglionep's Avatar
    Join Date
    Sep 2012
    Location
    United States
    Posts
    108
    Thanks
    3
    Thanked 4 Times in 4 Posts

    Changing Job Expiration Emails from 1 & 5 Days

    I tried this a while ago without much luck. I'm wondering if anyone has done this. I'd like to be able to adjust when the Job expiration emails are sent, which is set to 1 and 5 days. Also being able to turn one off so it just gets sent say 1 day prior to expiration.

    I think it'd be a great setting to have but in the meantime I think in the new theme it's controlled by job-status.php (in the includes folder). Maybe it's as easy as adjusting that 1, 5?

    /**
    * Retrieve a list of
    that should trigger a user notification when a job reaches it
    *
    * filters: jr_expired_job_days_notify - change the default reminder days list
    *
    * @return array The days list
    */
    function jr_get_expired_job_days_notify() {
    $days_notify = array( 1, 5 );
    return apply_filters( 'jr_expired_job_days_notify', $days_notify );
    }


    Appreciate any help.


    Tim

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Relisting Expiration Days Bug
    By aglionep in forum FXtender Pro
    Replies: 4
    Last Post: April 11th, 2013, 08:15 PM
  2. Categorie - listings expires after 30 days, how to change default to 360 days
    By ilhabela in forum Report Vantage Bugs (Legacy)
    Replies: 1
    Last Post: September 2nd, 2012, 04:39 PM
  3. changing FROM name in contact emails
    By almightyeric in forum WordPress General Discussion
    Replies: 9
    Last Post: August 31st, 2012, 01:06 PM
  4. changing FROM name in contact emails
    By almightyeric in forum Report ClassiPress Bugs
    Replies: 4
    Last Post: August 28th, 2012, 09:38 AM
  5. Any way to extend job expiration to more days?
    By hadez in forum JobRoller General Discussion
    Replies: 3
    Last Post: July 26th, 2011, 09:05 PM