• Hi there all. I know this has been posted before but this still does seem to be resolved.

    If you use this plugin and place a max # of posts to say 1, and a limit of ‘within an hour’, or any combination of this , after the time has expired it does not re-set.(ie. still block new posts.

    I have seen a suggestion as follows (below) but this does not work either. Also it states to make changes to two occurrences?, but there are in fact three! and if you change the last one (furthest down in the code), it does not place any limit at all??

    If the owner of the pluggin see’s this..PLEASEEeeee help. I will pay for someone to fix this if they can do it !!

    …..The below does not seem to work but appreciate the work to try and fix it……

    Open your bapl.php file which is main file of plugin. – Find the following code:

    $time = (isset($arr[‘time_span’]) && $arr[‘time_span’] != “FOREVER” ) ? ” AND TIMEDIFF(NOW(), post_date) < ‘”.$arr[‘time_span’].”‘” : “”;

    Replace it with following code:

    $time = (isset($arr[‘time_span’]) && $arr[‘time_span’] != “FOREVER” ) ? ” AND HOUR(TIMEDIFF(NOW(), post_date)) < ‘”.$arr[‘time_span’].”‘” : “”;

    P.S. : There should be 2 occurrences of this code. You have to replace the code in two place or else it will not work. Tell me how it works for you?

  • The topic ‘Will PAY someone to fix this!! … Limit does not reset after time limit expires’ is closed to new replies.