Views Simple Math Field

Component type

module

Categories

Maintenance status

Development status

Downloads

1466

Component created

Component changed

Based on https://www.drupal.org/project/views_cumulative_field, this module allows you to perform simple math expressions on two Views fields.

I created this because Drupal 8 Ctools does not currently have the Global Math Expression field that it had in Drupal 7. I think the Ctools approach is much better than this, but for minor use-cases, this may be all you need.

Instructions

After you enable this module (you may need to run cron/clear caches):

verta

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Description

This project VERTA (Views Entity Reference Tokens as Arguments) allows to use arguments as Tokens in Entity Reference Views.
Currently, entity references views arguments transmitted to the view are static.
Here, they can be dynamic via tokens.

Installation

Add the module and enable it, that's all.
This module use views hooks to work

Use case

I want a view in my entity reference field which filter results depending of values from a current edited entity.

Views Display Clone

Component type

module

Maintenance status

Development status

Component created

Component changed

Module is used to Clone Any Display of the View and create a new Display.

TODO:Clone any view displays and create a new display.
Ex: We can clone Data Export view display and create a new View Data Export Display.
At present we are focusing on the below displays to clone and create new displays.

  1. Data Export
  2. Block
  3. Page

Classic Slideshow

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

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

* Classic Slideshow provides a view style which is used to create an image slider with some caption.

REQUIREMENTS
-------------

* Classic Slideshow requires Drupal 8 & the core views module enabled.

STEPS TO FOLLOW
----------------

* Go to module list page admin/modules and enable Classic Slideshow.

* Create a view with style Classic Slideshow.

* Add two field in view for image and caption

* Select style Classic Slideshow's settings

Geofield Map

Component type

module

Maintenance status

Development status

Downloads

13828

Component created

Component changed

Geofield Map is an advanced, complete and easy-to-use Geo Mapping solution for Drupal 8, based on and fully compatible with the Geofield module, that lets you manage the Geofield with an interactive Map both in back-end and in the front-end.

It represents the perfect solution to:

Views Jump Menu

Component type

module

Categories

Maintenance status

Development status

Downloads

1489

Component created

Component changed

Views Jump Menu offers a Views display style which lets you choose which field to use as both the label and the destination for each item, and then generates a <select> list that automatically redirects to whichever destination is selected.

There are similar modules but they are complex and not available for Drupal 8. If your needs are simple, and involve D8, this might just be the ticket.

Entity Reference Views Formatter D8

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

NOTE: This module works fine, but I completely missed the fact that there's a better module already existing for this purpose: https://www.drupal.org/project/views_field_formatter

Entity Reference Views Formatter supports rendering an entity reference field as any View you want, passing as an argument either the referenced IDs from the field, or the ID of the parent entity.