Rules is one of the best modules - thanks for all of the work!
Having problems with the following scenario:
Create content_type with a default (not editable by users) node expire date of now +60 days
...easy to do with node-expire
When content_type is updated; reset node expire date to now +60 days
...need help
When content_type is published or republished; reset node expire date to now +60 days
...need help
When content-type reaches expire date; unpublish content_type
...easy to do with node-expire
I assume that PHP code is needed, but can't seem to make it work... Is node expire the best way to accomplish this? I can't wrap my mind around rule sets...