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.

Meebo sandbox

Component type

module

Maintenance status

Development status

Component created

Component changed

Meebo lets users share and communicate with friends via the Meebo Bar at the bottom of the page of your site. We share revenue with publishers via brand advertising sold by Meebo. Partners running Meebo on their sites see increases in user engagement and audience growth.

Active Path

Component type

module

Maintenance status

Development status

Component created

Component changed

A helper module providing a function to be used in themeing or module building facilitating the detection of menu trails.

Description

There are several modules and suggestions for a path-based attribution of the "active" or "active-trail" class for links. Contrary to the substring-based method in e.g. Menu Trail By Path, this module first explodes pairs of pathes into arrays of arguments separated by "/" before it checks one against the other. Thus it avoids confusions resulting from partial word matchings like "grape => grapefruit". Finding an ordered intersection between current path alias and link path, it will attribute an "active" class to the latter. For example, a link pointing to "fruit/grape" will be flagged as active, if the current path is "fruit/grape/burgundy"; if the current path is "fruit/grapefruit" or "fruit/burgundy" it will be not. If the current path is an unaliased node path ('node/27'), there will be no effect at all. (For a content-based assignment of nodes to menu items, Menu trails does a good job.)

No Colons

Component type

module

Maintenance status

Development status

Downloads

1532

Component created

Component changed

The No Colons module allows you to remove colons from form labels and other types of label text. There are two modes of operation: Remove all colons -or- Remove colons only if label text ends in punctuation (such as a question mark).

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:

DrupalGapps Google Docs

Component type

module

Maintenance status

Development status

Component created

Component changed

What is this module going to do:
1. Provide wrapper API for Google Documents List API
2. Provide a basic Google Docs like application built using the wrapper API.

The code for this project was written under the Google Summer of Code (GSoC) 2011 program.

Notice

This module is going to be written all over again after DrupalGapps v7.x-2.0 gets released.

Keep watching.