I'm new to Drupal and I try to set up the Timeline (Drupal 6) or TimelineMap (Drupal 7) modules. After some wandering about the Views module I finally understand how close to SQL view it was and get thing moving (a bit). After some others test, I decided to install Drupal 6 and test timeline over there. Hopefully, I got a working samples as soon as I had my content type and create some content. However, when I try to create my own view based on the same content type but using differents source fields it field:

  • working view use:
    • 'node:Post date' as date used to place items on the timeline
  • In my view, I want to use:
    • 'content: date (field_date)' to place items on the timeline But it doesn't work...

From what I understand timeline module expect a date as a node, but I don't want to use 'node: Post date' and I don't know how to create such node. It seems it should be achieve with Date Module (timeline presentation)

It makes use of the Date module (if present) as source for temporal information defined on cck date fields of nodes.

If you know how to set up this module, help would be much appreciated :)

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.