Node time tracker

Component type

module

Maintenance status

Downloads

2580

Component created

Component changed

NOTE: this module is deprecated in favour of Time Track, another module which does exactly the same, in order to not divide efforts. I will not develope any more on Node Time Tracker.

Pollfield

Component type

module

Maintenance status

Development status

Downloads

19013

Component created

Component changed

Pollfield is a CCK field module, enabling multiple types of user polls.

Because pollfield allows you to build polls as part of the CCK system, this module provides a more flexible polling option than the Drupal core poll module.

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.

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.

Inventory field

Component type

module

Maintenance status

Development status

Downloads

1174

Component created

Component changed

This is a CCK field that lets you take inventory of a list of items. At node creation time, each of those items has a select box with numbers letting you say how many of that item you have, or a textfield to specify an arbitrary value.
Note: Changes in 2.x-dev version of this module change the internal database representation for table inventory_fields, so check the "Release Notes" before updating!

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)