By effebi on
I have a list of nodes on a Views2 display, I want that, after 30 days a node has been created, they're no more show on the list..
Is there any way to do by using Views? I can't figure out how to do this..
thanks
I have a list of nodes on a Views2 display, I want that, after 30 days a node has been created, they're no more show on the list..
Is there any way to do by using Views? I can't figure out how to do this..
thanks
Comments
_
You could use the http://drupal.org/project/node_expire module to unpublish the nodes. If you don't actually want them to unpublish, just not have them appear in the view, I would think you could setup a filter based on "post create date - today <= 30" or something like that.
Filter
well.. I'm exactly looking to find out what "or something like that." is...