Require translation

Component type

module

Maintenance status

Development status

Downloads

370

Component created

Component changed

The module adds "Translation required" to the administer node content page (admin/content/node) filter options. This enables editors to mark nodes that needs translation, so translators easy can get a overview of these nodes.

The require translation option is available on the node edit form for nodes that support translation.

Requirements

The module requires that the Drupal core translation module is enabled.

Git Release Notes for Drush

Component type

module

Categories

Maintenance status

Development status

Downloads

4954

Component created

Component changed

Overview

This is a Git port of cvs-release-notes.php, which lived in the tricks repo back in CVS land.

Installation

The script is a Drush command and it must be installed into `.drush` directory (for Windows: `%USERPROFILE%/.drush/`, for Linux: `~/.drush`) in a sub-directory named `grn`.

You may install the module using Drush (drush dl grn) or just manualy expand the archive you download from the module's drupal.org page.

User Notifications

Component type

module

Maintenance status

Development status

Downloads

2743

Component created

Component changed

Im actively seeking new maintainer for the project, please get in touch if interested!!

The User Notifications module was born out of the need for a Facebook Style notifications system where each user can see a list of notifications related to them.

Vote

Component type

module

Maintenance status

Development status

Component created

Component changed

Description

Vote defines a new entity type (vote). Votes can be cast on ANY entity type that "your drupal" knows (even on "vote" itself).

Vote provides "functions" and "voting types":

A function basically provides a handler which defines how and where a function stores its result values. Each function can have its own db table to store the results in order to allow more complex functions to break the INTEGER barrier which the default result table uses for its results.

Formatters for Node Reference fields

Component type

module

Maintenance status

Development status

Downloads

2053

Component created

Component changed

The Formatters for Node Reference fields module adds the ability to use any non-Node Reference formatter to format a single field from a Node via the Node Reference field, using either the first available field of the required type, or by using the chosen field set via the Formatter Settings.

An example of this would be to render a Node Reference as the referenced Nodes Image(Field) field using an ImageCache preset/Image style.