Boolean Checkbox Formatter

Component type

module

Maintenance status

Development status

Downloads

2273

Component created

Component changed

The Boolean Checkbox Formatter module allows for booelan fields to be displayed using an icon. By default, when a boolean value is TRUE, an checked checkbox icon will be displayed, using the image in the images directory of this module. When the value is FALSE, an unchecked icon will be displayed.

Single Source Framing

Component type

module

Maintenance status

Development status

Component created

Component changed

Creates a new field called Single Source Framing. The field holds two strings,
a title and an URL. You can configure field display modes that will frame
the field data in preset HTML markup. It also allows for regular expressions
to be applied to the URL field before rendering. This is intended for purposes
such as embedding media content in a field. For example, a field display can
be configured to iFrame page content at a certain size. When entering field
data, the user only need enter the URL and title. The field configuration

Mini Blocks

Component type

module

Maintenance status

Development status

Downloads

609

Component created

Component changed

The Mini Blocks module allows administrators to create simple key/value elements similar to typical Drupal Blocks, but with named keys rather than auto-increment integers. This allows admins/content editors to create editable pieces of content with "keys" that can be programmatically called based on their names.

This module allows programmers to call editable pieces of content that are not associated to a particular content type with keys that remain consistent from all environments whether they be in different sequences in local, dev, test, stage, prod etc.

Simple Image Rotator

Component type

module

Maintenance status

Development status

Component created

Component changed

​

Synopsis

This module creates a simple image rotator block, which can be added to any region.

Installation

1. Copy the entire simple_image_rotator directory the Drupal sites/all/modules/custom directory.

2. Login as an administrator. Enable the module in the "Administer" -> "Modules".

3. Add the new block "Simple Image Rotator" to the required region via "Administer" -> "Structure" -> "Blocks".

table_api

Component type

module

Maintenance status

Development status

Component created

Component changed

What Can it do?

This module allows developers to expose drupal-style queries (db_select) as a pageable-sortable ajax table with as little coding as possible:
tapi-screenshot

  • Supports join queries*
  • Supports filtering
  • Supports editing, inserting and deleting data

*queries spanning over multiple tables do not support editing/deleting/inserting

Blueimp Gallery

Component type

module

Maintenance status

Development status

Downloads

2570

Component created

Component changed

blueimp Gallery is a touch-enabled, responsive and customizable image and video gallery, carousel and lightbox, optimized for both mobile and desktop web browsers.
It features swipe, mouse and keyboard navigation, transition effects, slideshow functionality, fullscreen support and on-demand content loading and can be extended to display additional content types.
It will convert any list of thumbnail images linked to original image on a Gallery.

Entity Print

Component type

module

Maintenance status

Development status

Downloads

31052

Component created

Component changed

Entity Print allows you to print any Drupal entity (Drupal 7 and 8) or View (Drupal 8 only) to PDF.

The module is lightweight compared to other modules like the Print module, has full test coverage and is ready to be used in production for both D7 and D8.