Audit your content

Component type

module

Maintenance status

Development status

Downloads

1283

Component created

Component changed

Much content + inconsistent quality – this module = frustration

Benefits of this module

  • Go through all of your content, one piece at a time, to make the quality more consistent.
  • Run multiple audits at the same time.
  • Bookmark the content that needs further consideration.
  • Let your teammates help you.
  • Keep a record of what happened.

Advanced Contact

Component type

module

Categories

Downloads

12153

Component created

Component changed

This module provides additional features to the core contact module including providing a default subject and setting the category through URI arguments.

This can be useful for sites that want to be able to link to a specific contact form from different sections of the site.

Airplane Reservation System

Component type

module

Categories

Maintenance status

Development status

Downloads

8017

Component created

Component changed

This project aims to provide a simple but useful tool for flight clubs to allow the members to reserve the available planes for the single pilots. It is not strictly fixed to planes, though.

I just released a new reservation system for Drupal 6, based on this module, and rewritten completly from scracht.

http://drupal.org/project/simple_reservation

The "airplane reservation system" won't be touched anymore in the future, all efforts go into this new project.

Sympal Actions

Component type

module

Categories

Maintenance status

Development status

Downloads

389

Component created

Component changed

Actions for actions module.

  • Configurable author role change for use in workflows.
  • Configurable page redirection for use in workflows.

note this module is unmaintained. Use it if you feel confident about actions and workflow, but don't expect any fedback from the author.

Moderation Log

Component type

module

Categories

Maintenance status

Development status

Downloads

3342

Component created

Component changed

This module logs the modifications of nodes and comments done by non-authors (that is, anyone with the "administer content" or "administer comments" privileges that edit the nodes and comments of the others) and displays the statistics on these modifications in a block as well as a detailed view of the modifications on separate pages.

Every modification can be given a reason. Reasons come from a vocabulary that can be defined in the configuration page.

pathmenu

Component type

module

Categories

Maintenance status

Development status

Downloads

807

Component created

Component changed

The pathmenu module allows you to define rules thus defining more precisely the way Drupal should organize the menu and breadcrumb.

Here are some rules samples which may give you a better view of the module.

// If the node is associated with term whose tid is 30, attach it to the menu whose mid is 23
term(30)->parentmenu(23)

// Show a message if an admin user is seeing a story type node
userrole(admin user)+nodetype(story)->message(You are seeing a story node type)

Multiselect

Component type

module

Maintenance status

Development status

Downloads

188516

Component created

Component changed

The Multiselect module defines a widget to be used with CCK fields. It allows the user to select multiple items in an easy way. It consists of two lists, one of all available items, the other of selected items. The user can select an item by moving it from the unselected list to the selected list. This module relies on the built-in jQuery features of Drupal and does not require any additional modules other than the CCK module set (Drupal 7 version has no dependencies).

Job queue

Component type

module

Categories

Downloads

70351

Component created

Component changed

This is end of lifed for Drupal 7, there is a queue in core.

This module is used by modules to queue function calls for execution on cron. The job_queue_add() function is used by modules to add a job to the queue: