Views Row Parity

Component type

module

Categories

Maintenance status

Development status

Downloads

135

Component created

Component changed

This module provides a views field that returns the result row's parity ("odd" or "even"). This can be used with other modules in order to output parity specific things. For example, using the Views Conditional module, you can output a layout (or set of fields) specific to "odd" rows and a different one for "even" rows.

This is basically a clone version or the views_row_counter that is now returning the parity instead of counting the rows.

FullCalendar Persistent

Component type

module

Maintenance status

Development status

Downloads

21

Component created

Component changed

Description

This module makes FullCalendar rendering persistent with regards to views
(i.e. a cookie is remembered for the user's FullCalendar view's
defaultView and/or starting date)

This is useful when you have exposed filters for a FullCalendar view and
would like the FullCalendar to not only retain the exposed filters (in
the settings of the view) but would also like the FullCalendar to show
the at the same spot of the FullCalendar (Month/Week/Day view) and
starting date.

Uikit Slideshow

Component type

module

Maintenance status

Development status

Downloads

669

Component created

Component changed

The new 2.x branch no longer depends on the unsupported Uikitty base theme.

This is a Views Plugin that provides a lightweight slideshow with thumbnail navigation. It requires Uikit, which has been adapted for Drupal 8 in the Uikitty base theme. The module comes with a view definition and an image style for out-of-the-box implementation.

Installation instructions:

VisualN

Component type

module

Maintenance status

Development status

Downloads

681

Component created

Component changed

VisualN aims to be a swiss army knife of visualization.

The module is build around the concept of Drawer which basically is a Drupal plugin. Once created it can be used with any supported data source, plugged via fields, iframes, tokens into content to create Drawings (visualizations) and many more.

REST Views

Component type

module

Maintenance status

Development status

Downloads

3557

Component created

Component changed

This module enhances the REST export functionality in Views to solve the following use cases:

  • Your field has multiple values. You want to render each item, but export them as an array instead of a single string.
  • Your field contains data that is a JSON primitive (ie. a boolean or number). You want to export this value as the correct type, instead of a string.
  • Your field is an entity reference. You want to export the target entity as a nested object, instead of a single string.

jQuery View Ticker

Component type

module

Maintenance status

Development status

Downloads

302

Component created

Component changed

Introduction:
-------------------
This module provides functionality to animating a simple news ticker.

Requirements:
------------------
This module requires the following modules:
* None

Installation:
------------

* Install as you would normally install a contributed Drupal module. See:
https://www.drupal.org/docs/8/extending-drupal-8/installing-modules
for further information.