Views Split

Component type

module

Maintenance status

Development status

Downloads

629

Component created

Component changed

This module allows you to alternate the first number of entities on a views page to be in a different view mode then the rest of the page.
You also have the option to do this on the first page of a view.

Only works if you display content, not on fields

First set the format to split view
Settings

Then set the view mode for the alternative styled rows.

Views Merge Rows - D8 version

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This project ports Views Merge Rows to Drupal 8.

Drupal 7 module:
https://www.drupal.org/project/views_merge_rows

Code is still under development as the goal is to fix most issues and bugs reported in D7 version.

Patches need to be applied against Drupal core if you use Drupal 8.0, 8.1, 8.2. I asked to include them in Drupal 8.3.

Views Summary Rows

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module creates summary data that can be exposed as a Views area (header, footer, etc).

This is useful for rendering the total sum of field values, a minimum value, a maximum value, and likely more cases to come in the future.

The current state of this module supports sum, min, and max for numerical fields in Views.

Detect Device

Component type

module

Maintenance status

Development status

Component created

Component changed

Drupal 8 module for detect devices and add cache context per device.

This is a lightweight mobile detection based on the [Mobile_Detect.php](http://mobiledetect.net/) library.

PHP examples
------------

### Check type device
``` php
$deviceDetector = Drupal::service('detect.device');
$deviceDetector->isMobile();
$deviceDetector->isTablet()
```

Page manager context argument

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Page manager context argument is a drupal 8 module, which allows you to add page contexts of page variants from page manager to be set as default arguments for views. I came across this solution after facing the issue given at following link:
https://www.drupal.org/node/2287073

This module adds new option "Page manager context" under default arguments drop down for contextual filters of views. Currently it supports only context of type "any".

Hebrew Calendar

Component type

module

Maintenance status

Development status

Component created

Component changed

This Hebrew Calendar module is based on the widely used "Calendar" module which is commonly used to create monthly calendars. This module displays Hebrew dates, Jewish holidays, sunset times, havdalah times, weekly Torah reading/parasha, rosh hodesh, and related Jewish calendar information.