Considered feature-complete by its maintainers.

SmartFocus

This module aims to integrate Drupal with the Smartfocus e-newsletter service.

ICCD Parser

The ICCD Parser Module extends the Feeds Module implementing a parser for the ICCD xml files.

Sweaver

Sweaver offers a visual interface for completely changing your Drupal theme without knowing any CSS. Through a bar that sits at the bottom of your screen, you can change the fonts, colours, dimensions etc of all your design elements and see the changes real-time. If you are happy with the changes, you can easily save it as a revision to activate immediately or save for later.
Advanced users will find a highly pluggable and configurable system that allows full manipulation off the interface and extendability of the functionality.

Default plugins

  • Switch theme
  • Update theme settings
  • Color palettes
  • Change the style of your site
  • Add custom css
  • Upload images with imagecache support
  • Load/save revisions
  • Keyboard bindings
  • @font-your-face support

What's in a name?

Menu translation (Node)

Allows a single node menu item to point to different node translations belonging to the same translation set depending on the current language.

In conjunction with the Menu translation module, shipped with the Internationalization project, Menu translation (Node) allows to have a fully translated menu without needing to replicate the node menu items per language.

Usage

Enable Menu translation (Node), create a node menu item and check the Enable node translation checkbox on the menu item editing or node form. You can change the default value of the checkbox for a specific menu in the menu edit form.

When node translation is enabled for a translation set, the edit form of the source node will show the usual menu item form. The node translations instead will have a textfield allowing to translate the menu item title through the String translation feature of the Internationalization project.

Note that if you need to translate titles into the default language you need to add the following line to your settings.php:

<?php
$conf["i18nstrings_translate_langcode_$langcode"] = TRUE;
?>

where $langcode is the language code of the default language.

CCK Signup

The CCK Signup module is an alternative to the Signup module. The primary difference is that this module allows the signups themselves to be Drupal nodes, and connects signups to events by way of node reference fields. The other major difference is that the Messaging & Notifications framework is used for sending out notifications.

Basic configuration

Bundled with this module is a feature that implements Event and Signup node types, plus views to list the signups, and the necessary configuration to make them work properly together. In order to use this feature, you will need these additional modules:

If you are uncomfortable with extensive configuration of node types, CCK fields, and views, then this feature will provide a good starting place for signup functionality.

Current features and capabilities

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only