Модули
This module will automatically make torrents of files attached to nodes, using Prodigem, a site where you can easily create and host these torr
Let's face it, upgrading old modules to the new form API in Drupal 4.7 can be quite a challenge.
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.
#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.
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:
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.
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.
The Taxonomy Lineage module adds a table to the taxonomy database which allows nodes to be sorted by taxonomy hierarchy. The module adds no new sort function by itself, so simply adding this module will not add functionality. However, it can be used with the Views module, and PHP snippets or custom code may be written to sort, as well.
This module is actually two projects, a general playlist relationship API, and an audio_playlist.module which makes use of the API.
CiviCRM has moved to CiviCRM.org
Adds "tell a friend" functionality to any node type and maintains a history of sent items.
End of life
This module is end-of-lifed. It depends on the Event module, and that module never had a tagged 6.x release, nor a 7.x branch, and so there is no point in maintaining this module without that one.
About this module
Event Repeat enables the creation of repeating event patterns for node types that are event-enabled. It does this by creating one or more copies of the original event node.
This module depends on the Event module.
Note: This module deals with automatic creation, editing, and deletion of nodes. It is highly recommended that you run this module on a test site, first, to make sure it does for you what you think it does!
Audioblog allows users to access and record audio blog entries from their phone. New entries can be created via SMS, regular phone call, or directly from the web.
This Module adds Online Status Indicator Support for the most common Instant Messengers into Drupal.
At the Moment "Onlinestatus Indicator" has support for:
Import users into Drupal, or update existing users, with data from a CSV file (comma separated file). Provides a wide range of features out of the box, and a comprehensive API to customise imports.
This module provides a series of node types, with an interface, to enable users to add and maintain their Curriculum Vitae (or resumé) on a Drupal site.
Station is a group of D6 modules to run a radio station's website. It was originally designed for KPSU, a college radio station in Portland, Oregon.
A Drupal 7 port is underway and the project has a new co-maintainer: gnal
Generalised API module which handles data, logic, and UI of schedules for other modules.
wgHTML imports and incorporates static HTML pages into Drupal.
Formproc defines an API for handling forms in Drupal in which all aspects of
a form (rendering, validation, and filtering) are defined in one place. It