Views Timeline

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides a views_timeline style plugin for Views.

It will build a visual timeline of rendered entities, spread over a time span, based on a date or timestamp property or field in the results.

Each entity appears at a percentage of width of the outer container.

Styling-wise, each entity carries an extra class depending on whether the selected date is before the current date, is the next in list after the current date, or is another date after the current date. This allows theming to render them differently just in CSS.

GeoJoin

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module expands Views join functionality to include spatial operators. Aims to be compatible with various underlying spatial data structures such as GeoField, GeoPHP and PostGIS. Users of GeoJoin will add spatial relationships via the "Relationships -> Add" menus in Views.

Current Version Supports:

1. Join Operators: Overlaps, Within, Contains, and Intersects - Will join features in a single GeoField instance based on operator selected in Relationship UI dialog. Features must have the same SRID - two features with NULL SRID will not match.

Freewall

Component type

module

Maintenance status

Development status

Component created

Component changed

This module allows developers and themers to make use of the Freewall jQuery plugin. It includes a developer API that other modules can use, as well as Views integration in the 3.0 version so that you can turn any list of content or images into a responsive grid layouts.

Exclude Views Results

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allow you to gather views (and there displays) to exclude resutlts (actually only nodes) from each other in the same group. Actually each view excludes results from views already executed in the same group.

[FR]
Ce module vous permet de regrouper des vues (et leurs affichages) pour en exclure les résultats (seulement les nodes pour le moment).
Chaque vue exclue les résultats des vues déjà exécutées d'un même group.

Views Token Handlers

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides some custom Views handlers for custom text with support for tokens.

This module is partially inspired by #1417266: Using tokens in a view global custom text field and the need for something like the Token Filter in more places in Views.

Note: Some tokens may not work well with caching, so be mindful of which tokens you use.