Hi,
I would like to set node expiration date = to CCK date field "end date". But I have no clue how to code it.
Your help is appreciated.

thanks

Comments

drupalnesia’s picture

You need:
1. CCK + date: create a new date field
2. Rules (http://drupal.org/project/rules) : used to trigger "node expiration date" to unpublish (or set any cck field) as you wish

LandonAB’s picture

I am very interested in this also, can you please elaborate on how to trigger the "node expiration date"?