cttree

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides the opportunity to order content types in parent-child relations. You can create a simple structure of content-types (like menu-links) calling /admin/structure/ctree.
Steps for configuration:
1. Enable the Auto Menu D7 Port Module ( I will commit this as a own project soon)
2. Enable the ContentTree Module
3. Goto /admin/structure/cttree and add enable checkbox 'Enable autochildnode creation'
4. Add some content-types by calling /admin/structure/cttree/add (you can add them several times considering some contraints explained later)

EMBridge

Component type

module

Maintenance status

Development status

Downloads

8728

Component created

Component changed

The EMBridge module extends the image management functionality of Drupal by connecting it to EnterMedia, an open-source digital asset management system distributed under the GNU General Public License, used to search, manage, reuse, and track all digital files.

Watch the screencast to see it all in action!
EMBridge Overview: An Integration of Drupal with EnterMedia DAM

Comment Date Closer

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The module auto-closes comment thread on a specified date. The users are allowed to submit their comments by the specified date. After comment_by date users should only be able to view previously submitted comments. In other words, comment thread is set read-only for nodes with expired comment_by date.
Site admins can select content types for this feature.

Form Clerk

Component type

module

Maintenance status

Development status

Downloads

1765

Component created

Component changed

Form Clerk is an administrative utility that provides a semi-automated way to input data into a Drupal form. Multiple instances of form data can be entered with one command. For example, multiple users with varying permissions can be created, or multiple articles with arbitrary content can be added.

Domain Nuke

Component type

module

Maintenance status

Development status

Component created

Component changed

Allows administrators to destroy all nodes and users associated with a domain when the domain is deleted (via Domain Access).

Warning: This has had minimal testing and could delete far more than you bargained for. Make sure you backup your database before hand.

Mass Messaging

Component type

module

Categories

Maintenance status

Development status

Downloads

3491

Component created

Component changed

This module allows you to send mass messages to users. To compose and select recipients the Views module is used. This allows complex selection queries setup by a administrator. The mapping of the view fields and the subject, recipient, message body and the attachments is done in the view. To send a message the view plus the arguments of the view are put into a queue. The cron does then send the messages in the background.

By default there is only a Rules action, but other modules can use the API to add Views to the queue. The implementation of the module ensures that the messages are delivered exactly once. It is reliable. We work with transactions. The message can be send by default only trough e-mail. The implementation allows to extend this and add other deliverable methods.