Redirect Node

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Redirect Node module provides an interface to allow nodes to automatically redirect to a URL provided via a CCK Link field when viewed. This can be useful, for instance, when creating a content type for advertisements that should redirect on click.

Synapse launcher

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Drupal admin tool. Lets logged admin access drupal features via handy helper tool.

My launcher's UI is based on my jQuery plugin I developed for this module. I strongly recommend looking it up so you get to know all about how to efficiently control my launcher module.

The documentation for my jQuery plugin (called synapse) can be found here:

http://www.prokvk.com/en/blog/synapse-jquery-plugin-32.html

CCK allowed values editor

Component type

module

Maintenance status

Development status

Component created

Component changed

This module allows users with the appropriate permissions to edit the allowed values of a CCK field from the node create/edit form itself. This is much more convenient for the site developers, and as it has its own permissions you can also open it up to the client*.

Multistep Nodeform

Component type

module

Maintenance status

Development status

Downloads

13216

Component created

Component changed

For each step you can define which fields should be included in this step. "Fields" includes core-fields like "Title", "Body" or "Authoring information" as well as fields defined by other modules (e.g. Date).

Field label plurals

Component type

module

Maintenance status

Development status

Downloads

2040

Component created

Component changed

Allows you to set different field labels for singular and plural, depending on the number of values.

Some fields can have multiple values. See the "Number of values" setting when editing a field. If that is set, then the Field label plurals module shows a "Label to use for a single value" setting right below the "Label" textfield.

Per user mailer

Component type

module

Maintenance status

Development status

Component created

Component changed

Simplenews is a nice module when you want to send the same mail to every user. But sometimes you'd like to send customized mails to users, for example activity summary, etc.
This module is a little API providing a hook which allows you to build the mail according to the user. It will be sent on cron.

Features :
- configurable sending time
- user filtering
- limit the number of mails sent on each cron

Depends on Mimemail.