module
Categories: Evaluation/Rating
Downloads: 2765
created - / changed -

This module periodically connects to sourceforge.net to collect lists of feature request, bug or task tracker items.

module
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 268040
created - / changed -

This module adds a weight option to enabled node types. Nodes with lower weight will float to the top of lists, while heavier items will sink.

You might be interested in reading Comparison of Node Ordering Modules.

module
Downloads: 26877
created - / changed -

The Category module is an alternative to, and a combination of, the Taxonomy and Book modules in Drupal core. The key feature of this module is that vocabularies and terms are nodes. In Drupal core, you use taxonomy terms (and vocabularies) to classify your content categorically, and you use book nodes to structure your content hierarchically. In the Category module, you do both of these things using category (and container) nodes. In this module, a container is the node-ified version of a vocabulary, and a category is the node-ified version of a term. A container also acts as a top-level book page, and a category acts as a child book page. You can apply category or container behavior to any node type on your site.

module
Maintenance status: Minimally maintained
Development status: Under active development
Downloads: 47753
created - / changed -

Bad Behavior is a set of PHP scripts which prevents spambots from accessing your site by analyzing their actual HTTP requests and comparing them to profiles from known spambots. It goes far beyond User-Agent and Referer, however.

module
Categories: Content
Downloads: 547
created - / changed -

This simple module gets around the problem of incorrect footnote references being created in nodes when copy/pasting Word or OpenOffice documents with footnotes, by putting explicit page references

module
Maintenance status: Seeking co-maintainer(s)
Development status: Under active development
Downloads: 8290
created - / changed -

A simple module which automates the creation of tables and allows you and sufficiently permissioned users to add to them and maintain them.

module
Categories: Content Display
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 4389
created - / changed -

Handles data, logic, and UI of templates(s) which are used by other modules. Templates are stored in the database, and are used for specific purposes, e.g. email, pdf.

Component module which provides service to other modules, don't install this unless another module requires it.

module
Maintenance status: Actively maintained
Development status: Maintenance fixes only
Downloads: 693883
created - / changed -

The LoginToboggan module offers several modifications of the Drupal login system in an external module by offering the following features and usability improvements:

module
Categories: (нет)
Downloads: 293
created - / changed -

Getting your site in the holiday spirit? Celebrating something special? Or do you just like having all the customized bells and whistles? Well, then, this module is for you!

module
Categories: (нет)
Maintenance status: Unsupported
Development status: No further development
Downloads: 283
created - / changed -

Drupal has a core upload module which is quite good. Quite, yet not perfect.

module
Categories: (нет)
Maintenance status: Seeking new maintainer
Development status: No further development
Downloads: 805953
created - / changed -

VotingAPI helps developers who want to use a standardized API and schema for storing, retrieving, and tabulating votes for Drupal content.

module
Categories: Taxonomy
Downloads: 1425
created - / changed -

When a given node is displayed, this module populates a sidebar block with links to other nodes that share its taxonomy terms.

module
Categories: Content
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 4147
created - / changed -

Defines the content of a publication, and what templates the publication uses.

Component module which provides service to other modules, don't install this unless another module requires it.

module
Downloads: 1083
created - / changed -

This module will automatically make torrents of files attached to nodes, using Prodigem, a site where you can easily create and host these torr

module
Categories: Developer
Downloads: 2852
created - / changed -

Let's face it, upgrading old modules to the new form API in Drupal 4.7 can be quite a challenge.

module
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 18898
created - / changed -

This module helps organize a group of nodes into a publication, such as a newspaper, magazine or newsletter. Each publication can have multiple editions. Within each edition, the E-Publish module also makes it possible to organize content by topic, similar to the way news websites such as the New York Times categorize their content using topics such as "international," "national," "sports," etc.

module
Maintenance status: Actively maintained
Development status: Maintenance fixes only
Downloads: 14796
created - / changed -

#D7CX pledge upheld: Taxonews received a full Drupal 7 release on the day that Drupal 7 was released.

A module to generate blocks containing titles of node matching terms in a taxonomy vocabulary, as links to the nodes themselves, with optional automatic content expiration based on publishing date.

Features

Module has settings for:

  • Node lifetime; it defines as many blocks as there are terms in the vocabularies updated within that lifetime.
  • The vocabularies used for automatic block creation.
  • Inclusion of the module name in the block list, in order to group block names (True by default)
  • Inclusion of blocks matching no content from the block list (True by default)

The blocks are themeable, so the list of titles can be replaced by other display choices on a per-block basis, like Drupal teasers instead of just titles, by overriding the taxonews-block-view template (function in old versions) in a theme.

module
Categories: Content Display
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 516586
created - / changed -

The Nodequeue module allows users to collect nodes in an arbitrarily ordered list. The order in the list can be used for a any purpose, such as:

module
Categories: (нет)
Downloads: 11286
created - / changed -

This module is unmaintained. See Content Lock for a more viable alternative.

Drupal's default content locking strategy is optimistic, that is, two users may start to edit the same content and the one who is hitting the save button first wins the race, while the other is displayed a message stating this content has been modified by another user, changes cannot be saved. Depending on the number of editors in your organization this might not be an acceptable solution.

The Checkout module implements pessimistic locking, which means that content will be exclusively locked whenever a user starts editing it. The lock will be automatically released when the user submits the form or navigates away from the edit page.

Users may also permanently lock content, to prevent others from editing it. Content locks that have been "forgotten" can be automatically released after a configurable time span.

module
Categories: Content Display
Maintenance status: Minimally maintained
Development status: Maintenance fixes only
Downloads: 3779
created - / changed -

The Block Bar module is a block module that acts as a container for other Drupal blocks. The module builds an Outlook style collapsible menu bar from the child blocks with each child block representing one panel within the bar. Multiple BlockBars can be created. Each BlockBar can be set with "sticky panels" which will remember the panel's open/close state between page refreshes. Also, an option can be set that will only allow one panel to be open at a time for a given bar. Block Bars and Block Bar panels can be themed globally or individually.