Closed (duplicate)
Project:
Date
Version:
7.x-2.x-dev
Component:
Date Repeat API
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Jul 2011 at 20:11 UTC
Updated:
31 Mar 2012 at 13:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
nancydruOkay, I found Show 1 values Starting from: "now", which takes care of the straight node display. So that leaves the Calendar Upcoming display, which may select more than one of those events. How do I get each of them to show the selected value?
Comment #2
karens commentedThe upcoming display should only show the dates that match the filter. Be sure to set the option to add the delta field in the filter. It is the delta field that tells the view which date to display.
Comment #3
karens commentedJust realized the default calendar was using the 'Content' option on the upcoming block. Change it to 'Fields' and it works as I described. I am making that fix to the default calendar. The 'Content' option shows whatever you have set up for the node or teaser view, the 'Fields' option lets us display individual field values, which is what we want here.
Comment #4
karens commentedI also just realized that you also need to add a sort to sort by the date field or you will end up with something like all the fields from the first matching node followed by all the fields from the next node.
Also adding this to the default view.
Comment #5
karens commentedWhen I make changes to the default calendar, you can pick them up by reverting your view.
Comment #6
nancydruOuch. I had to change every one of them to the correct date field... Node created date isn't terribly useful.
Comment #8
chalee commented@Nancydru; I'm using the latest ver 7.x-2.x-Dev but I don't see where to set Starting from: "now" in the field format settings form, as you stated in #1 above.
Comment #9
nancydruManage fields, and click on the gear icon.
Comment #10
chalee commentedI don't see 'gear icon' in 'Manage fields' tab. I see it under 'Manage Display' tab. When I click it I see options in the attached image.
Comment #11
GloryFish commentedI'm seeing the same issue as @chalee . Drupal 7.8, Date
7.x-2.0-alpha4.
No gear anywhere in Manage fields, I do see a gear under Manage Display, Clicking it shows the Date settings form but without a "Starting from" option.
Comment #12
GloryFish commentedThis issue is also referenced in : http://drupal.org/node/1285260
Comment #13
karens commentedSee #1491172: Cannot just show one date repeat value that is not at start or end, which is a feature request.