I am making a diary website, where users can make a daily diary entry. A node acts as a diary page, so naturally I need to limit the user to make 1 node per a day. How can I do this?

I've tried setting a Node Limit rule that limits access within the past 1 days. But in fact, this creates a limit per 24 hours. So if my user makes a diary entry at 3:00pm, they have to wait until 3:00pm the next day until making the next one. Because it is a diary node, it would be better if the limit reset at Midnight every day, but there doesn't seem to be a way of doing this.

Comments

DuaelFr’s picture

I'm afraid you'll have to develop your own plugin to acheive that.
There is nothing in this module that works this way.