Views Parity Row

Component type

module

Maintenance status

Development status

Downloads

12695

Component created

Component changed

Description

This module provide a new Row Style Plugin for Views.

It allows you to alternate the view mode used to render the row. You can configure when it starts, when it ends and when to switch view mode (frequency).

With Drupal 7, if the module Entity API is enabled, this will be available for all kind of entities.
With Drupal 8, you do not need Entity API, it's already based on entities.

Task Pledge

Component type

module

Maintenance status

Development status

Component created

Component changed

Add pledge tracking per user to a set of tasks. A user can pledge to do a task or mark a task as completed, or just skip that task. The pledging status is stored per user for each task.

The tasks are displayed in a view. To add pledge status, add the "Task Pledge" field to the view. When the view is displayed, a set of radio buttons will be shown in each row. The user can change the settings and click Save.

This module could be generalized into storing arbitrary per-user data per node.

Views Menu Node Children Filter

Component type

module

Categories

Maintenance status

Development status

Downloads

11159

Component created

Component changed

This module adds a contextual filter to Views that will retrieve a node's child nodes according to a menu's structure.

Features:

  • Now supports filtering by page path to accommodate non-node parent pages. I.e.: Views page or Page Manager page
    Thanks @badrange!

Example scenario

Create a view of nodes that are direct children of a specific node in the Main menu tree.

d3.js libraries

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A placeholder module for all the contributed libraries. Feel free to post a patch with your library, (with .info file and all), and we'll share them here so others can use them, or even add to them! .zip and .tar.gz files are ok too!

Views Exposed Form Fieldset

Component type

module

Categories

Maintenance status

Development status

Downloads

5823

Component created

Component changed

This module provides options to render exposed filters and exposed sorts fields in fieldsets.
This module uses the Display Extender plugin for Views and works for any kind of exposed form.
It also works if you use your exposed form in a block.

Dependencies

Drupal 8

The Drupal 8 version has less features for now, work is in progress, help is welcome.

Views Custom Cache Tags

Component type

module

Categories

Maintenance status

Development status

Downloads

8381

Component created

Component changed

Overview

Views in Drupal 8 automatically adds cache tags to every view so that their content can be invalidated when it changes (and can be cached as long as possible until they do).

However, Drupal 8 only has a single list cache tag for every entity type. Every view that lists nodes is tagged with node_list and will be invalidated when a node is added, changed or deleted.

TagCloud Block

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

TagCloud

This module enables users to easily create and configure TagCloud blocks based on ANY vocabulary existed in drupal system.
Font sizes are calculated by logarithmic method, thus, output is quite beautiful.

Requirements

  • Taxonomy
  • Block

There are no other requirements for this module's basic functionality.