Text Long Pager

Component type

module

Maintenance status

Development status

Downloads

44

Component created

Component changed

Text Long Pager module provides a filed formatter for Text long and Text long and summary fields that allows to split field content into pages.

It supports multiple paginated fields in the same page and does not require any specific site setup.

Font Field Icon

Component type

module

Categories

Maintenance status

Development status

Downloads

468

Component created

Component changed

This module will add "Font field icon" new field type to the site.
It consists of two elements – “Select” dropdown with Fontawesome icon selection and a Text field for link display.


Features

This field has two formatters for output:

1 - Fontawesome icon and text (link)
2 - Only Fontawesome icon (clickable).

I hope this module will help developers avoid the routine work with
 fields for social links in the footer or in user's profile.

Atixnet Swiper Slider

Component type

module

Maintenance status

Development status

Component created

Component changed

Overview

This module integrates the Swiper JS library as :

  • a field formatter for entity reference fields (thanks to reference swiper module).
  • a field formatter for image(s) fields.
  • a views style.

Swiper is basically a powerful and modern slider plugin, which also supports swiping on devices with touch screen.
The Swiper plugin was created by iDangero.us.

YAML Configuration

Component type

module

Maintenance status

Development status

Downloads

361

Component created

Component changed

Imagine a cartoon where the protagonist pulls a small pocket knife out of his pocket, selects a tool, opens it up, and an entire full-size chainsaw materializes. He finishes using it, selects another tool, and a computer pops out.... Another tool and a bicycle appears.

Datetime Range Timezone

Component type

module

Maintenance status

Development status

Downloads

129

Component created

Component changed

Adds a new field type based on the DateRangeItem in core which allows you to select the timezone when entering the date. This is useful for specifying dates where the timezone is provided by the content admin and doesn't align with the site timezone or can't always be displayed in the same timezone using the existing formatter options.

pls_wait

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Please wait module add a message Please wait.. to all submit button on forms so that submit button will be disabled until the process is complete. With the help on this module we can stop the multiple click on submit buttons

Twig Backlink

Component type

module

Maintenance status

Development status

Downloads

223

Component created

Component changed

The Twig Backlink Twig extension builds a list of URL of the parents of the node based on the field name passed in the Twig twig_backlink extension parameter.

Usage:

{{ twig_backlink('field_name') }}

This extension will automatically build a list of parents when an An Entity Reference field is used and referenced in the Twig file.

Requirements

- An Entity Reference field added to a node.
- Access to a node twig file that the themer can edit.

Session Token

Component type

module

Maintenance status

Development status

Downloads

65

Component created

Component changed

This module allows you to retrieve data from the $_SESSION storage and use that
information inside any form which accepts tokens.

A good example can be the usage of a form which you want to populate with
data which has already been entered by the current (anonymous) user.

Another example is to populate a multistep form.

Developers can easily store and retrieve information from this storage using the
functions session_token_get($key) and session_token_set($key, $value).