Could anyone point me to the direction of a module that could un-publish a node of a certain content type after a set number of days?

I have looked at this module, but don't think it meets the requirements : http://drupal.org/project/publishcontent

Comments

nevets’s picture

Check out the Scheduler module.

iancawthorne’s picture

Thanks nevets. Just pasting the correct link : http://drupal.org/project/scheduler

Hydrant Ltd
www.hydrant.co.uk

iancawthorne’s picture

Having looked at the schedular module, it appears this gives the ability to specify an unpublish date on a per node basis.

Is there a way I could have a default of unpublish say 14 days after creation rather than being blank by default?

Hydrant Ltd
www.hydrant.co.uk

eric-alexander schaefer’s picture

Maybe the Auto Expire module does what you want: http://drupal.org/project/auto_expire

erikagza’s picture

I'm looking for the same functionality. I checked the recommended modules, but none of them are making the publish and un-publish automatic. Did you find any other solution for this??
Thank you in advance!!

nevets’s picture

The scheduler module does just that (you do need the cron job setup).