Privatemsg Bulkmail

Component type

module

Maintenance status

Development status

Downloads

2150

Component created

Component changed

The Privatemsg Bulkmail module is intended for site administrators who want to send out an identical private message to a large user base (100.000 users and more). An example use case would be an internal notification to all registered users through a private message.

This module requires the amazing Privatemsg module.

OpenERP <-> Drupal syncronization feeds

Component type

module

Maintenance status

Development status

Downloads

615

Component created

Component changed

The main idea - to provide universal interface using feeds module for doubleway syncing
- content type fields (cck (d6), field api (d7)) with object fields from openerp
- openerp object fields with fields from drupal content type (mostly usefull for Product(drupal) <-> product.product model(openerp))

Rules Autotag

Component type

module

Categories

Maintenance status

Development status

Downloads

9977

Component created

Component changed

The Rules Autotag module takes a light-weight approach for autotagging full-text content by matching taxonomy terms (and optional Synonyms). Rules Autotag depends on the Rules module. Functionality is provided on different layers:

SysVar AJAX Saver

Component type

module

Categories

Maintenance status

Development status

Downloads

817

Component created

Component changed

Save any form element values as system variable with AJAX.

About

  • The module can be used by other developers.
  • Activate the module only if it is used by other modules.

Usage

It's very easy.

Extend a form element with '#ajax' and define 'svas_save' as callback function.

The name of the form element is the name of the system variable that is stored.

For an usage example please take a look at the module included doxygen documentation.

Nodequeue publisher

Component type

module

Categories

Maintenance status

Development status

Downloads

1558

Component created

Component changed

This is a really simple module that allows you to add publishing options to a nodequeue. With this module you can publish nodes from a nodequeue to some schedule.

If you want to:

  • Publish content from a nodequeue every day.
  • Publish content from a nodequeue every hour, but only on Thursdays.
  • Publish content from a nodequeue at some interval, optionally on specific days.

Then you should be interested in this module.

Form Manager

Component type

module

Categories

Maintenance status

Development status

Downloads

1395

Component created

Component changed

This module provides an interface for drag and drop Form Builder module to create complex forms such as multi-step forms. It will store the created form in the database, or will allow a site administrator to export the Forms API code for use in an include file.

It will also allow a site administrator to export/import the form with CTools exportables allowing forms to be bundled with modules.

Form API Multiselect element

Component type

module

Maintenance status

Development status

Downloads

781

Component created

Component changed

Provide **Multiselect widget** (form element) for developer:

  $form['select1'] = array(
    '#type' => 'fapi_multiselect',
    '#title' => 'Widget title',
    '#required' => TRUE,
    '#options' => array('Option 1', 'Option 2', '...'),
    '#default_value' => array(),
  );

Drupal 7, please use Multiselect module.