Raychat.io Widget

Component type

module

Maintenance status

Development status

Downloads

75

Component created

Component changed

This module adds the necessary script to the header of ones site for prompting users to chat via Raychat.

Most of the code and details for this module is taken from Zopim Live Chat module developed by nicholas.alipaz.

What is Raychat?
Raychat increases engagement between you and your visitors, by allowing them to chat with you! Great for improving interaction with your users and increasing the time they spend on your site.

Paragraphs Normalizer

Component type

module

Maintenance status

Development status

Downloads

182

Component created

Component changed

This module provides Normalizer for Paragraphs fields. It embeds the normalized content of Paragraphs field into the node for JSON or XML output.

Even though the module was created to populate Paragraphs fields, theoretically it can be used to populate any Entity Reference field.

Module also supports Views with a view format "Entity". Currently the "Fields" format is not supported.

Leap Year Checker

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Leap Year Checker is a module created for drupal that checks if a particular date (year) is a leap year or not and returns the corresponding result.

Webform OpenNorth

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a Webform Element plugin for Webforms (>=8.x-5.x, based on Yaml forms) that allows end users to enter a Canadian postal code, and view a list of political representatives associated with that postal code. It uses the free OpenNorth Representative API.

Example of the webform in use.

Setup

Enable this module, and the Webform UI module for optional admin interface.

When creating a webform, select "Postcode OpenNorth Lookup" options and configure for display.

CSS Background

Component type

module

Categories

Maintenance status

Development status

Downloads

639

Component created

Component changed

Implements a CSS background entity, and two submodules that use this entity.

  • paragraph_css adds the css (backgrounds and text) to paragraphs, and adds the css to the page when placed on the page using panels and paragraph_blocks module. It also supports an option for making the paragraph extend to the edge.
  • entity_css adds css (backgrounds and text) to the node (and any other content type defined in the configuration).

Command Bus

Component type

module

Categories

Maintenance status

Development status

Downloads

336

Component created

Component changed

This module is now part of the Developer Suite project and will be minimally maintained (bug fixes only).

Provides a ready-to-use command bus for developers. This module provides no interface but only an API for executing commands via a command bus. The command bus comes in handy if your application utilizes a service layer. For more information about service layers check out this great talk: https://www.youtube.com/watch?v=ajhqScWECMo.