By spamjim on
I'm trying to develop a system that allows a user to access a node x number of times in a given period. The number of accessible times and duration of access is defined when an authorized user (admin) creates the node. Each end user has their own allotment of permitted access attempts. After the access window expires for each user, the node can either reset the access count or stay locked indefinitely - based on settings when the node was created.
Does anyone know of existing modules or workflows that would allow this? Or should I start working on a new module?