Maintainers monitor issues, but fast responses are not guaranteed.

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?

Cumulus

Cumulus

Cumulus allows you to display your site's tags using Flash that rotates them beautifully in 3D. It works like a regular tag cloud, but is more visually exciting.

Killfile

Provides soft-deletion/trash bin functionality for Drupal. Content is "killfiled" instead of deleted outright, and can be retained for a configurable span of time before being permanently purged. All this is opaque to end-users as all killfiled content is pervasively hidden from them, but administrators can access and restore killfiled content when necessary.

An index of recently killfiled content is also made available as an RSS feed at killfile.rdf (this functionality requires the RDF module), allowing content deletions to be propagated from one Drupal instance to another that subscribes to its content (requires FeedAPI on the subscribing side in order to process the content deletions). This particular functionality is intended for use cases such as multi-instance scenarios based on the publish/subscribe architectural model.

This module requires PHP 5.2 or newer, and will integrate with the Views, FeedAPI, and RDF modules if installed.

Queue Mail

Queues email sending from your site so that instead of being sent immediately it is sent on cron or via some other queue processor.

Useful for high traffic sites that can send a lot of emails on individual page requests.

Drupal 7

The Drupal 7 version supports sending with any email framework, i.e. it works perfectly with Mime Mail module or any other of framework that handles the actual sending of emails. It also uses a standard Drupal queue to do the queuing of emails. It requires at least Drupal 7.12.

The Drupal 7 version is actively maintained.

Drupal 8

The Drupal 8 version is based on the Drupal 7 one and has all the same features/benefits.

The Drupal 8 version is actively maintained.

Drupal 6

Queues any email sent from your Drupal site and then uses the Job queue module to send them via cron. Emailing only supports the PHP mail function.

The Drupal 6 version is in feature freeze, and only serious bug fixes and security issues will be fixed.

Fivestar Extra

fivestar-screenshot.gif

Fivestar Extra extends the Fivestar module to enable the rating of comments and users.

For rating comments, a little rating widget will appear above or below the comment body.

For rating users, a rating widget appears on the user page.

Both ratings widgets are configurable to much the same extent as Fivestar itself.

Instructions for D7: The Fivestar module has now incorporated all the features of this module in their D7 version. When upgrading your site to D7, you should disable the Fivestar Extra module and perform the following steps to enable the fivestar ratings on all the content types that had them enabled in Drupal 6:

  • To enable the content ratings, go to admin/structure/types, select the 'manage fields' link next to the content type you would like to display the fivestar ratings. Click edit on 'field_vote'. Change the label to 'Average' and save the settings.

Pages

Subscribe with RSS Subscribe to RSS - Minimally maintained