PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

limit entries on a per week basis

  1. when doing that, when does the new week exactly start and the form start accepting submission again?

    thank you

    tiziano solignani, da  iOS - http://blog.solignani.it

    Posted 11 years ago on Monday December 17, 2012 | Permalink
  2. Looks like it runs from Monday 12:01am to Sunday 11:59pm (give or take a minute.) This is the code from form_display.php for the time period for the limits.

    [php]
    case "week" :
      return array(
        "start_date" => gmdate("Y-m-d", strtotime("last Monday")),
        "end_date" => gmdate("Y-m-d", strtotime("next Sunday")));
    break;
    Posted 11 years ago on Tuesday December 18, 2012 | Permalink
  3. Thank you. I set up that option last week and I had supposed new entries were going to get accepted again on Monday, id est yesterday, at midnight, but the form is still inactive. D you thing I'll have to wait til next Monday? The form is at http://redazione.solignani.it

    Thanks again,

    tiziano solignani, da  iOS - http://blog.solignani.it

    Posted 11 years ago on Tuesday December 18, 2012 | Permalink
  4. Sorry, now it works, though during Monday was frozen, I even checked yesterday before posting. Now I do not understand why it started accepting new entries overnight which is maybe midnight between Monday and Tuesday. Any idea? Thank you.

    Posted 11 years ago on Tuesday December 18, 2012 | Permalink
  5. David Peralty

    Have you checked your server time to make sure it lines up with your local time?

    Posted 11 years ago on Tuesday December 18, 2012 | Permalink