Other View Filter

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Frequently two views, or two displays of one view, occur on the page together. One common example is a listing of content with a few curated items selected via more specific criteria. It's simple enough to create two displays and show the curated one above the general listing. This presents a problem: content that appears in the curated list needs to somehow be excluded from the general listing.

Entityreference views

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Expands the default views entity selection plugin to also be able to autocreate entities.

How to use

Install the module
Select "Views: Filter by an entity reference view with autocreate" in the entity reference field settings.

Superslides Fullscreen Caption Slider

Component type

module

Categories

Maintenance status

Development status

Downloads

1379

Component created

Component changed

INTRODUCTION
------------

Superslides Caption Slider is a Caption Slider integrated with views using two powerful libraries Superslides and Animate.css

Superslides is a full screen, hardware accelerated slider for jQuery. animate.css is a bunch of cool, fun, and cross-browser animations can be applied on captions

DEMO
------------

http://burblex8gjpcnsbh.devcloud.acquia-sites.com/

INSTALLATION
------------

Views cookie

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Overview

This module is capable of automatically setting a cookie for the node id or taxonomy term of the most recently viewed content by the user. It can help you show personalized, ever-changing, ever-up-to-date views, without depending on external services.

Example: the user looks at a blog post about computers. Then when they go back to the homepage, they see a block view of all content about computers. Later, when that same user reads a blog post about ninjas, the block on the homepage will then show all content about ninjas.

XLS Serialization

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a XLSX encoder for Drupal 8 Serialization API.
This enables the XLSX format to be used for data input and output in various circumstances. For example:

Drupal 8's REST module can accept or return data in XLSX format
Views can output XLSX data via a 'REST Export' view
Module developers may leverage XLSX as a format when using the Serialization API
Installation same as https://www.drupal.org/project/csv_serialization

Views Required Filter Input

Component type

module

Categories

Maintenance status

Development status

Downloads

207

Component created

Component changed

Description

Adds a new global contextual Views filter that makes at least one exposed filter value required before displaying results. The check performed is an isset however, there is an option to use PHP's empty check in the filter's settings form.