Organic Groups Translation

Component type

module

Maintenance status

Development status

Component created

Component changed

This module allows group owners access to translate their group's title & body without needing them to have access to the whole slate of locale functions. It does this by adding a menu item providing a menu of strings to be translated for that group. The existing i18n module does not work conceptually for objects within groups. This module provides a more user-friendly way for individuals to provide translated content for the group.

Views Tabs

Component type

module

Maintenance status

Development status

Downloads

18352

Component created

Component changed

Enables the presentation of views through tabs.

Requires Views and the Tabs module, which in Drupal 5 is part of Javascript Tools and a separate project for Drupal 6+.

Adds three new View Type options to page and block views. All three display each node (piece of content) on a separate tab.

Money field

Component type

module

Maintenance status

Development status

Downloads

33861

Component created

Component changed

Description

This module defines the "money" field. It uses the Currency API, which is included in the Currency module, to get a list of existing currencies and their symbols.

Similar modules

- Currency
- Measured Value Field
- Units of Measurement (API)

Version 6.x

The form element for amount is reused from the Formatted Number CCK module. Decimal points and thousands separators are formatted using the Format Number API module, where these options are configured from site and/or user settings.

- Required modules: CCK, Currency API, Format Number API, Formatted Number CCK.
- Recommended modules: Checkall (enhances currency selection).
- Integrates with: Views, Diff, Token (builtin cck itself).
- Related modules: Apache Solr Money Slider.

The currency conversion dialog submodule requires jQuery 1.3.x (jQuery Update 6.x-2.x) and jQuery UI 1.7+ to work properly.

You may also want to check out Measured Value Field, which is pretty similar to Money field, but allows you to combine numeric fields with other units of measurement.

Retease

Component type

module

Categories

Maintenance status

Development status

Downloads

3836

Component created

Component changed

Developer Module that assists with re-building the node teasers.

This is useful when the node filters are changed:

Panels Tabs

Component type

module

Categories

Maintenance status

Development status

Downloads

46541

Component created

Component changed

Description

This module provides a configurable "tabs" Panel style that can be used by any Panels module.

The module supports the following tab modes:

  1. Normal tabs (horizontal filling disabled).
  2. Horizontally filling, equal width tabs: sets the width property, forcing each tab to be equally wide. If the text doesn't fit in the tab, the overflow will be hidden.
  3. Horizontally filling, smart width tabs: calculates the length of the text in each tab and compares this to the total length of the text on all tabs. It then sets the width property of each tab according to the percentage of text the tab contains.

Pager links inside panels (e.g. views with pagers) will automatically be updated to ensure that the same tab is opened when the page is loaded.

CAPTCHA Pack

Component type

module

Maintenance status

Development status

Downloads

55723

Component created

Component changed

The CAPTCHA Pack module contains several CAPTCHA types for use with the CAPTCHA module. The CAPTCHA Pack module is meant to provide lightweight, yet effective alternatives for the traditional image CAPTCHA, which is undesirable in certain situation (e.g. bandwidth restrictions, cpu restrictions, accessibility constraints, etc).

Drupal API + Extensions

Component type

module

Categories

Maintenance status

Development status

Downloads

3830

Component created

Component changed

Adds additional hooks to drupal. Provides additional functionality.

We initially created this module as a part of the Resource Manager module (in development) but it seemed more sensible to split it into a separate module that we can use to add additional functionality to drupal.

First release contains:

* Drupal icons & Application Panel.

We created two new hooks to set and display icons in an application-style. This allows developers to give their web-based applications a simpler user interface and a sleeker appearance.