I'm wanting to set 'view' access for a node type on for a certain time period each month.
Is there a SQL query to set the 'view' permission on the node type? (then i'd set it back with another query at the end of the period)
I would cron these up as after looking around a bit i couldn't find anything that could do scheduling like this through drupal, workflow or actions.
Any ideas?
Comments
Comment #1
niklp commentedYou could perhaps do this with rules scheduling. Not sure.
Comment #2
good_man commentedClosing it as 5.x is not supported anymore. Rules can do this job.