Results 1 to 2 of 2

Thread: job count 0 becomes "unlimited". but I need to keep "0"

  1. #1
    Thread Starter
    Member pulla's Avatar
    Join Date
    Dec 2012
    Location
    Korea, Republic of
    Posts
    80
    Thanks
    7
    Thanked 0 Times in 0 Posts

    job count 0 becomes "unlimited". but I need to keep "0"

    When you make a job pack, I put "0" jobs. but it becomes "unlimited" .
    I want to keep as "0" jobs not unlimited. (if you have 0 jobs, then you are not able to post any jobs.)

    I tried to find it and found them-functions.php and fixing it. but it is not really working.
    Any idea?





    if ( ! $pack->jobs_limit ):
    $jobs_count = __('Unlimited', APP_TD);
    $pack->jobs_count = 0;
    //$pack->jobs_count = 9999;
    else :
    $jobs_count = $pack->jobs_limit - $pack->jobs_count . ( $pack_remain_job_offers > 0 ? ' (+'.$pack_remain_job_offers.__(' Free',APP_TD).')' : '');
    $pack->jobs_count = $pack->jobs_limit - ($pack->jobs_count+$pack_remain_job_offers);
    endif;



    and 1 more question, I am using child theme but them-functions.php on child theme is not effecting properly. so I am fixing parents theme.
    only I have this problem or this is common?

    anyway, please let me know if you have any ideas for "unlimited" issue to 0 jobs.

    thanks,

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,701
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    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.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 5
    Last Post: December 12th, 2012, 03:27 PM
  2. unlimited time
    By lindenberg in forum ClassiPress General Discussion
    Replies: 1
    Last Post: December 28th, 2011, 12:22 AM
  3. Unlimited ads for X $ ?
    By aggieoutlaw8 in forum ClassiPress General Discussion
    Replies: 3
    Last Post: November 30th, 2010, 10:07 AM