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

jmiccolis’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev
Status: Active » Fixed

This 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.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.