I'm trying to figure out how to publish content for members on a weekly or bi-weekly schedule. When a member joins the site (ideally with a specific role and not just authenticated user), they gradually receive access to content, say one item of a specific content type per week. Would I need the user stats module to do this?
Comments
Comment #1
mitchell commentedIn 6.x, you would need to schedule each node to be reviewed individually. In 7.x you can schedule a user's list of nodes to be reviewed as a list. Perhaps the 'textual comparison'/'data comparison' condition would be useful for determining if the user has been registered long enough.
See also:
#348731: Condition: date/time comparison
#828788: Improve the operator names for date comparisons
Comment #3
mitchell commentedUpdated component.