I wanted to make the endpoint of timeline events be driven from a node field...looks like this is not possible through the view configuration (I managed it by changing the module code, but that's ugly).
Also, it would be nice if the fields that drive the display were not position-based -- that's very unintuitive and hard to work with. I don't understand the view system enough to know if that's hard to change or not.
Comments
Comment #1
jmiccolis commentedThis has been addressed in the Drupal 6.x dev branch. The way it's working there is that the module examines the fields used in the view and picks the first and second timestamp or data module fields and uses those for start and end times respectively. This would have been difficult to do for Drupal 5 because of how views 1.x works.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.