Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Search API HTML Element Filter 1.0.7 Minor update available for module search_api_html_element_filter (1.0.7). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). UI Patterns (SDC in Drupal UI) 2.0.18 Minor update available for module ui_patterns (2.0.18). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

A Simple Timeline

2,979 sites Security covered
View on drupal.org

The Simple Timeline module renders entities selected by a view on a vertical timeline. It allows configuring the position of timeline items and markers, and you can customize the appearance with CSS.

The Simple Timeline module allows the rendering of entities selected by a view on a simple vertical timeline.

This plugin has been ported to drupal from the wordpress posts timeline plugin.

Usage:

  • Download and enable this module.
  • Create / Edit a view.
  • In the 'Format' section, set the 'Format' as 'Simple Timeline'.
  • Also in the 'Format' section, set the 'Show' as 'Simple Timeline Item'.
  • Configure the fields that should be shown in the title and body.
  • Configure any other parameters you may need and save the view.
  • You can also use Node-view or the Panel-fields as row plugins with the simple timeline Plugin.

A tutorial to the D7 version.

Tutorial

Hans has been kind enough to create a tutorial for this module.

Configuration

Create a new view and choose the style plugin Simple Timeline. Settings provided by the views style plugin timeline are :

Position of rows
you can set the position of rows related to the timeline : on the left, on the right or alternated.
Position of the marker
You can set the marker's vertical position : top, center or bottom of each row

Customization

To customize the timeline and marker look, you can override some simple css rules in your theme.

For example.

The timeline color

ul.timeline-list:after {
  background-color: #555555;
}

And the marker color

ul.timeline-list li.timeline-item .timeline-item-wrapper span.timeline-marker {
  background: #fff;
  border: 3px solid #555555;
  border-radius: 0;
}

You can choose to display rows with fields and customize each field as you want with standard options provided by Views, more powerful and flexibles. Or you can choose to display row as entities rendered (by selecting Content for the Show option).

Alternatives

Timeline Block

Activity

Total releases
3
First release
Sep 2025
Latest release
4 weeks ago
Releases (12 mo)
3 ▲ from 0
Maintenance
Active

Release Timeline

Releases

Version Type Release date
3.0.1 Stable Jun 18, 2026
3.0.0 Stable Sep 15, 2025
3.0.x-dev Dev Sep 15, 2025