Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Usage Milestone: Google Analytics Module google_analytics crossed 1,000 active installs. Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Release: GraphQL Compose Codegen 1.1.2 Minor update available for module graphql_compose_codegen (1.1.2). Release: Mapy.com 1.1.3 Minor update available for module mapycom (1.1.3). Release: Ckeditor5 entity browser 3.0.3 Minor update available for module ckeditor5_entity_browser (3.0.3). Release: Ckeditor5 entity browser 3.0.1 Minor update available for module ckeditor5_entity_browser (3.0.1). Release: Ckeditor5 entity browser 3.0.2 Minor update available for module ckeditor5_entity_browser (3.0.2). Release: Teamleader Integration 4.0.2 Minor update available for module teamleader (4.0.2). Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

A Simple Timeline

2,994 sites Security covered Drupal 10–11
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

Depends on

Dependencies of the latest stable release

  • views Drupal core

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
3
Tracked since
Sep 2025
Latest release
2 months ago
Releases (12 mo)
3 ▲ from 0
Maintenance
Active

Release Timeline

Releases

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