When it comes to content that is supposed to be unpublished on a certain date, I'm having a little trouble determining the best module to use so feedback would be greatly appreciated.
I have a CCK content type that has around 3,000-4,000 articles under its type.
Each article expires on a different day. Think of the articles as being the "Webs best deals". They all expire on different days.
Currently, I'm using a CCK Date as the expiration date, and I'm also using it in Views.
Users can navigate to any day they choose to see all deals expiring on that day.
I have thought about using scheduler to schedule publish/unpublish dates, but I wanted to see if there was a better way to do this. Thanks!
Comments
scheduler module
there is a scheduler module
http://drupal.org/project/scheduler
N.Mehrabany
Baruzh web design & programming
Nima
Thanks for your reply.
Thanks for your reply.
This module seems to work for anyone in my same situation. I just kind of wish that Scheduler date was available to Views.
Currently, I would have 2 Dates.
Example: An article that expires on August 31st
CCK date: Aug 31st
Scheduler Date: Aug 31st
Curious if there was a way to only use 1.
Views Scheduler
take a look at Views Scheduler. I didn't work with this one, i hope this suits you.
http://drupal.org/project/view_scheduler
N.Mehrabany
Baruzh web design & programming
Nima