Closed (duplicate)
Project:
Date
Version:
6.x-2.0-rc6
Component:
Date CCK Field
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2008 at 16:42 UTC
Updated:
22 Feb 2009 at 05:04 UTC
I've got some events with repeating dates, but when I look at the related node the data field shows the first date I typed. Is it possible to show the next useful one? I can do it from the theme?
I try to be cleaner:
If I've got some concerts at 30 nov, 31 dec, 31 jan. The node will show 30 nov even if it is past. Is it possible to show the next one (31dec)? How can I get it?
TIA, Aress
Comments
Comment #1
vm commentedare you using the calendar.module as well? it comes with a prebuilt view called upcoming which you can use to build a list of upcoming events. which is what it sounds like you are requesting.
Comment #2
Aress commentedI use upcoming view but my request is another, i make an example to clarify it:
I've got this node
- Title: Concert
- Body: Description of the concert and so on
- Data field: 30 nov and the next two months
If today I look at the node i see:
- Title: Concert
- Body: Description of the concert and so on
- Data field: 30 nov
Repeats every 1 months until Jan 30 2009
I want to get this:
- Title: Concert
- Body: Description of the concert and so on
- Data field: 30 dec (i.e the next date of the series of concerts starting from now)
I hope, it's clearer.
Thanks a lot
Comment #3
aquanox24 commentedsame Problem here.
Want to display the next repeating date from now if i display the node.
Problem is, when i click in my "Upcoming"-Block-View on a node-title, the node displays always the first date entered at node-creation.
aquanox
Comment #4
arlinsandbulte commentedMarking this as a duplicate.
http://drupal.org/node/351276 appears to have made some progress in this area.