• I am trying to use the “Limit Daily Posts” Plugin, however, I don’t want to modify something without checking with the plugin author first.

    I would like to make it so that the author is only allowed to make 1 single post forever…not per day..but FOREVER.

    I noticed that your plugin seems to reset itself everyday, is their a way to make your plugin, not reset, thus limiting users to one single post for an eternity? I know this might sound like an odd functionality for your plugin, but it would suit me great if you could oblige.

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey,

    Your requirement is kinda unique.

    If you are little familier with PHP/MySQL, I am checking post count by date. You can just remove that date condition. So with this modification and per author checked, it will match your requirement.

    Best,
    Mihir

    Thread Starter Vegas Kev

    (@rotten-elf)

    Thanks for your reply. To clarify…

    Are you saying that if I simply remove the command that checks post count by date it will make it the way I want it? I just want to clarify this before I try it as I thought for sure I would need to add some code in place of that code?

    Thanks in advance

    VegasKev

    You will just need to remove condition from mysql, nothing to add. But still try it on a demo installation first.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Modifying The Limit Daily Posts Plugin’ is closed to new replies.