Webform Node Element

Component type

module

Maintenance status

Development status

Downloads

5333

Component created

Component changed

Webform Node Element is a module that allows you to include node content in a webform without using the PHP input filter.

Drupal 8:

After installation, a node element is available in the webform UI and this allows you to specify the id of the node to be displayed.

An event is dispatched prior to rendering the element - this gives other modules the opportunity to set the nid and display mode to be used at runtime. The included example module, webform_node_element_example demonstrates this.

Drupal 7:

Commerce templates

Component type

module

Maintenance status

Development status

Component created

Component changed

Commerce templates is an extension on commerce products in the Drupalcommerce system for drupal7. The main purpose of this module:

  • to facilitate the administration tasks when creating new products.
  • to bind products together on a template instead of using product displays.
  • to provide some interface to make product variants easier to capture.

The project only exists in the sandbox for now until I receive some reactions that the idea can be worked out.

flag_revisions

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Extends the flag module to allow a user to flag revisions.

This is useful in the context of workflow where revisions must be reviewed before being published.

It can be used with views in order to list nodes that have been edited, and to display only "reviewed" nodes for example.

Tested with flag 6.x-2.0-beta3

ckeditor_tooltips

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is an extension to the wysiwyg module when ckeditor is used as editor.

As of now it only supports CKEditor installed through the Wysiwyg module.

Field formatter label settings

Component type

module

Maintenance status

Development status

Component created

Component changed

Development status

This module is obsolete. Please use the Field label plurals instead. It's a better implementation of the same functionality, at least as far as Drupal 7 is concerned.

For Drupal 8, I'd prefer to contribute back to field_label_plurals.

======

A sandbox project to explore extra settings for field labels, using the Field formatter settings API.

CSS Names

Component type

module

Maintenance status

Development status

Downloads

833

Component created

Component changed

CSS Names is a collection of small modules that make it possible to add theming to items that were previously difficult to target with css selectors. Most of these modules just add additional class names to a particular HTML element, with the class name based on the element's content or position within the parent structure.

No cache

Component type

module

Maintenance status

Development status

Downloads

2174

Component created

Component changed

Simple input filter that will disable text caching for input formats where it is enabled. Although you won't want to use it most of the time (disabling caching will slow down you site), it can prove useful in some corner cases.

Real world example:

Simplenews Linkchecker

Component type

module

Categories

Maintenance status

Development status

Downloads

3004

Component created

Component changed

Overview

This module addresses link extraction and validation before you send a newsletter.
Ever received mails / newsletters with broken links or images? Or possibly even accidentally sent newsletters with broken links to your customers yourself? when yes, this one is for you.