develmail

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allows alteration of every outgoing mail to a single email address.

Detailed description

Intercept any outgoing email sent by drupal_mail by redirecting it to a single email address. Every TO, CC or BCC email address will be ignored if this module is enabled. Develmail is most likely to be used to try out new mailing functionality or to prevent mails from sending out in a development environment.

Combined Images

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

INTRODUCTION
---------------
The Combined Images module takes all images that are about to be loaded from
a node or from theme_image() and make it into a base64 encoded string instead.

This can be presented like an image to the end user, but it does not require
you to load the image as an separate request to the server.

Other similar projects are CSS Embedded images for images in the CSS files.

Ctools content type contextual links

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

If you don't like IPE

If you don't like allow users to use Panels UI

If you like Custom Ctools content type plugins

This module provides API to create contextual links for direct access to pane edit form form front-end.

Add this flag to content type edit form:

$form['#ctools_content_type_links'] = TRUE;

Then add contextual link to render:

Single Sticky

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Allows to have only one sticky node of given content type at the same time.

When an administrator marks a blog post as sticky, a confirmation is displayed,
showing the title of the current sticky post (if any) and asking the
administrator to confirm the action.