The current maintainers are looking for new people to take ownership.

CCK plain text linebreaks

Screenshot for CCK plain text linebreaks

This is a simple formatter for CCK text fields which causes fields set to plain text to have their linebreaks respected on output.

Swim

Looking for a new maintainer. I have no need for this module anymore.

Swim, a module to track swimmers, meets and results.
Swim teams now can use Drupal!

Pusher

Enables real-time publishing of core drupal feeds via PubSubHubbub.

P6 Profile

About

P6 Profile is a Drupal 6.x installation profile. It includes many essential
contributed modules pre-configured to get you started.

Installation

Following instructions are for 6.x-1.1 and older releases. Current releases uses the new Drupal Distribution Packaging system and includes the modules, themes, libraries and patches defined in the .make files, you don't need to run drush make to build the package anymore. See Notes in the download area for details of the release notes and what is included.

1. CD into the webroot.

2. Download this installation profile and extract to profiles/p6_profile under web root:
So, it should be like profiles/p6_profile/p6_profile.profile
Or you can use drush, too:
$ drush dl p6_profile --destination=profiles

3. Run drush make to download the core, contributed modules and themes:
$ drush make profiles/p6_profile/p6_profile.make . --prepare-install

4. Move p6 sub-theme to sites/all/themes
$ mv sites/all/themes/p6_base/p6 sites/all/themes/p6

5. Copy i18n-ascii.txt file to sites/default for enabling transliteration prior to creating aliases:

Dropdown Attributes

uc_dropdown_attributes administration screen

Ubercart uses attributes for specifying variations for a product. Attributes can specify color or size of a article of clothing or they can specify different sizes of a product, each with their own price and SKU.

Often the possible selection of choices for one attribute may depend on the choice of another attribute. For example, the available color of a shirt may depend on the size selected. The uc_dropdown_attributes module allows an attribute to be displayed depending upon the choice selected for another attribute. So the medium colors attribute will be displayed when the medium size is chosen. If the small size is chosen then the small colors attribute will be displayed. Each colors attribute contains only the colors that are available in that size.

The uc_dropdown_attributes module presents an administrative interface for defining the relationships between attributes. Attributes can be defined to be displayed only when specific values are selected for another attribute.

Attribute dependencies can be defined for product classes (currently only for Drupal 7) or for individual products. Definitions of dependencies for individual products takes precedence over those defined for a product class.

Select boxes, radio buttons and checkboxes are supported. Text fields are also partially supported as dependent attributes.

Demo website

Simplenews Private Roles

Simplenews Private Roles restricts selected Simplenews newsletters to allow only certain roles to view/subscribe to them.

Pages

Subscribe with RSS Subscribe to RSS - Seeking new maintainer