Maintainers are looking for help reviewing issues.

Energetic

energetic.jpg

The Energetic Drupal theme features a clean, light layout with a blue and orange colour scheme.

Features:

  • Support for logo, primary links, mission, shortcut icon and user pictures
  • Fixed width layout
  • Drop-down primary links menu
  • Supports both 2 column and 3 column layout
  • Cross browser compatible

Tested in IE6, IE7, IE8, Firefox 2, Firefox 3, Safari 3.2 & Chrome

Compact Lime

compact_lime.jpg

A classic theme for collaboration websites. Small footprint with focus on content.

Features:

  • Support for site name, slogan, primary links, mission, shortcut icon and user pictures
  • Fluid width layout
  • Drop-down primary links menu
  • Cross browser compatible

Tested in IE6, IE7, IE8, Firefox 2, Firefox 3, Safari 3.2 & Chrome

Multi-column checkboxes radios

multicolumn.png

Display checkboxes and radios in columns in CCK, webform or FAPI elements.

Usage

CCK: Multicolumn option settings is in the field configuration screen of field types text, nodereference, userreference, content taxonomy and Select or other if they use the check boxes/radio buttons widget. See README.txt on how to add additional CCK widget type support. If you find any other CCK widget type can be supported, please report in issue queue so they can be added.

Webform: See #946956: Implement alter() hook to allow external module to extend existing components?

Form API: in the definition of checkboxes/radios form element, add the '#multicolumn' property to the checkboxes or radio buttons form element definition:

<?php
$form['my_checkboxes'] = array(
'#type' => 'checkboxes',
'#multicolumn' => array('width' => 3),
.
.
.
);
$form['my_radios'] = array(
'#type' => 'radios',
'#multicolumn' => array('width' => 5,
'row-major' => TRUE,
'indent' => 3,
'caption' => t('December'),
'column-heading' => array(t('Mon'), t('Tue'), t('Wed'), t('Thu'),

Organic Groups domain support

This module provides support to assign a specific domain for a group.

Flag Note

Extends the Flag Module to allow users to enter a note when they flag a piece of content and eventually build a flag history.

Pages

Subscribe with RSS Subscribe to RSS - Seeking co-maintainer(s)