Maintainers monitor issues, but fast responses are not guaranteed.

OG Read Only

This module allows organic group administrators to set some content types as "read-only".

Protect Critical Users

This module protects critical users from being deleted in the following ways:

Upload element

Example image and file upload fields in action

#D7CX: The managed_file element provide by core File module has the same functionality and this module will be discontinued. Migration is as easy as turning on the File module and changing your API slightly as both are based on Drupals {file(s)} table.

This module provides two new form elements to assist with files that are stored/updated in Drupal's {files} table.

Flag Friend

   ________)             ________)                  
  (, /     /)           (, /         ,           /) 
    /___, // _   _        /___, __      _ __   _(/  
 ) /     (/_(_(_(_/_   ) /     / (__(__(/_/ (_(_(_  
(_/            .-/    (_/                           
              (_/                                   
-----------------------------------------------------

Flag Friend aims to be a lightweight friending module utilizing the excellent Flag module's API.

Formatted Number

Overview

The Formatted Number module defines numeric types where thousands separator and decimal point are inherited from the Format Number API module.

Numeric types supported: signed or unsigned integers (tiny, small, medium, int), decimal and float.

Builtin integration support for: Views, Diff, Token.

Maintained by kenorb and cweagans.

Additional field formatters

You can easily add additional formatters adding the following lines to your settings.php file:

// Additional formatters for fixed number of decimal places.
$conf['formatted_number_decimal_place_formatter_lengths'] = array(0, 1, 2);

// Additional formatters for fixed number of significant figures.
$conf['formatted_number_significant_figure_formatter_lengths'] = array(1, 2, 3, 4);

Be sure to rebuild your theme registry after changing these options.

How can you get involved?

Pages

Subscribe with RSS Subscribe to RSS - Minimally maintained