Views right click

Component type

module

Categories

Maintenance status

Development status

Downloads

111

Component created

Component changed

Use this module to add a right click menu to view rows. The right click context menu that appears is derived from fields in the view that have a newly added "Right click" option checked.

Masonry View Style

Component type

module

Categories

Maintenance status

Development status

Downloads

158

Component created

Component changed

This is a simplified Masonry Views output style without contrib module dependencies.

You're responsible for styling the grid -- something like this in your theme should get you started:

.mvs-grid {
    /* wrapper styling */
}

.mvs-grid-item {
    /* grid item styling */
    width: 33%;
}

The underlying frontend libraries, which are included for convenience:

Thebing-Snippet

Component type

module

Categories

Maintenance status

Development status

Downloads

98

Component created

Component changed

The plugin allows you to link all online forms of the Thebing Management Software easily with your Drupal website.

Usable placeholders to display the forms for the Thebing School Management Software:

Placement test:
[thebing:placement_test:url-to-school-software:A:B]

Registration form:
[thebing:registrationform:url-to-school-software:1=KEY-3720362838:de]

Default:
[thebing:default:url-to-school-software:GURLGP67RMWSKFQ3:72CRNEML5QZAYZZ8]

Uikit Node Accordion

Component type

module

Maintenance status

Development status

Downloads

150

Component created

Component changed

UPDATE: Due to the uncertainty regarding the future of Uikitty base theme, the next version of Uikit Node Accordion will seek new ways to use the Uikit libraries.

This is a Views Plugin that provides a lightweight accordion node teaser. It requires Uikit, which has been adapted for Drupal 8 in the Uikitty base theme. The module comes with a view definition for out-of-the-box implementation.

Installation instructions:

Rule Embed View

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The module define rules action provide token contain unfiltered html of rendered view.
I use this module for send an e-mail of the contents of an order that is rendered by a view.
Perhaps this appliable for another use.

Simple Collaborative Filter

Component type

module

Maintenance status

Development status

Downloads

71

Component created

Component changed

Simple Collaborative Filter is an easy way for sites to curate content using collaborative filtering. "Collaborative filtering" is basically creating content recommendations based on a "users who viewed this node also viewed..." approach. This module provides a "simple" way to do this that doesn't make site owners install any heavy dependencies to compute the recommendation algorithm. It works straight out of the box.

Youtube Channel Pagination

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Please download from this URL

https://www.drupal.org/project/youtube_channel_pagination

The module is usefull for showing youtube channel videos with pagination.This plugin for list youtube channel video on your drupal web site.
Website owner have to create Channel on youtube and get channel id and create api key form goole API. and set form admin side channel id, API key, and select how money video per setting form admin.

Youtube Channel Video Pagination

Component type

module

Categories

Maintenance status

Development status

Downloads

120

Component created

Component changed

The module is usefull for showing youtube channel videos with pagination.This plugin for list youtube channel video on your drupal web site.
Website owner have to create Channel on youtube and get channel id and create api key form goole API. and set form admin side channel id, API key, and select how money video per setting form admin.

REST Export Nested

Component type

module

Maintenance status

Development status

Downloads

639

Component created

Component changed

This module extends core's REST Export views display to automatically convert any JSON string field to JSON in the output. It works with Views Field View.

Theoretically it should work with any field which displays a JSON string without any surrounding HTML.

  1. Install module.
  2. In your view, add a display of type "REST export nested"
  3. Configure view.

When adding a Views Field View field, make sure the output of the field is set to "REST export" or "REST export nested".