module
Categories: Media, Views
Downloads: 6158
created - / changed -

Display plugin for Views 2.

module
Maintenance status: Minimally maintained
Development status: Obsolete
Downloads: 14012
created - / changed -

This module is now deprecated.

module
Downloads: 653
created - / changed -

Desktop Notify provides some preset update notifications to desktop applications.

module
Categories: Content Display
Downloads: 6584
created - / changed -

A tiny module which leaves blank the username field in comment submission form when a user is anonymous.

With love by eresus.

module
Maintenance status: Unsupported
Development status: No further development
Downloads: 3216
created - / changed -

This module is unmaintained.

Sorry folks. Since I left my previous (Drupal-related) company, I haven't found time to work on this module, and without a strong time commitment I don't believe this is going to go somewhere. The good news is that the number and quality of other import/export modules has increased, so you'll likely find something that suits your needs. (See the next point.) The other good news is that a new module called Rules Transformers takes many of the ideas from this module and sets out to implement them on top of the magnificent Rules module, starting from Drupal 7.x and with an entirely new code base.

Good luck with your quest for the perfect data transformation module!

Upfront note for people researching modules.
There are a multitude of different import and export modules in existence to handle the complex task of getting data from other systems into Drupal. A wiki page has been created in an attempt to focus the efforts of the module developers and provide a handy guide for users looking to make a decision.

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

Visitors module

This module records various data about (anonymous or authenticated) visitors of a Drupal site, and shows these data in the format of either Reports (with charts)

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

Description

Provides an alternative, user friendly interface to multiple select input box for selected taxonomies on node creation.

Designed specifically for 2-tier hierarchical classification systems, the module creates tabs for the root elements. Each tab contains the corresponding children, which are click to select and click to remove. It also add an area to display the selected terms and ability to remove them without searching through the tabs for the undesired terms. The module will also allow you to target specific taxonomies to act on, while leaving other taxonomy interfaces unaltered.

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

Dotgo (www.dotgo.com) is an SMS service that allows you to interact with your domain for free through the use of the short code for your top level

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

This module allows your customers to create and manage simple wish lists of products in your Ubercart store. Other customers can search for a particular wish list and purchase items from the list on behalf of the wish list creator. It functions alongside of the normal shopping cart, presenting the customer with an "Add to wish list" button beside the normal "Add to cart" button on product pages.

module
Downloads: 1038
created - / changed -

Compound Eye assists Drupal system administrators who wish to monitor the status of several Drupal installations at once. It consists of a server module and a client module.

module
Downloads: 652
created - / changed -

Identica uses the same API as Twitter, and Drupal has a twitter module which has support for Identica.

module
Categories: (нет)
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 4473
created - / changed -

This has been tested with Workflow 1.x releases only. 2.x is not tested nor supported at this time!

Workflow Post Install is a utility module containing functions you may want to execute on existing content after you have installed the Workflow module. This includes cleanup after deleting old workflows (if needed), and assignment of workflow states to existing content.

This module was developed in response to various forum discussions, for instance #183133: Set workflow state on existing nodes to <created> when defining new workflow..

module
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 2017
created - / changed -
module
Maintenance status: Unsupported
Development status: No further development
Downloads: 3419
created - / changed -

This module provides a wrapper for the Flashy video player:

http://code.google.com/p/flashy/

module
Categories: Search
Maintenance status: Actively maintained
Development status: Maintenance fixes only
Downloads: 5123
created - / changed -

The problem

Drupal's core search module requires an absolute match between the query word and a word e.g. in a node

module
Maintenance status: Seeking co-maintainer(s)
Downloads: 14136
created - / changed -

This module assists you in writing help texts suitable for use with the Advanced Help module by allowing you to write your help texts in Drupal books. Once you've written the help texts you can inject help icons into any page, form or form item, linking them to the book page that should later appear. The final step is to export all of the help texts as well as the injection data into a new module consisting of Advanced Help files and a simple generated module. The module has all of the information needed to inject the help icons into the right pages, forms, and form elements. The new generated module is ready for distribution as a standalone project or a submodule in a larger project.

Workflow and Use Cases

Advanced Help Injection and Export addresses four workflows where help texts need to be written:

  1. You want to document a website and the help texts are in flux. Write your texts in a Drupal book, inject the context sensitive help icons throughout the website, and let the Help Inject module provide the end-user the help icons.
  2. You want to document a website and the help texts are finished. Write your texts in a Drupal book, inject the context sensitive help icons throughout the website, and export the module. That module is now the complete documentation for a particular website.
  3. You want to document a module. Write your texts in a Drupal book, inject the context sensitive help icons into the pages and forms that your module supplies, and export the new generated help module. Distribute the new generated help module as a sub module with your module.
  4. You want to document a larger project, such as Drupal core. Write your texts in a Drupal book, inject context sensitive help icons throughout the larger project, and export the new generated help module. Distribute the new generated help module as a module with your larger project.

The Advanced Help Injection and Export module has the following benefits to help writers and module maintainers:

  1. Help writers can use web based tools that they're familiar with, and which are collaboration friendly (Drupal books).
  2. Module maintainers don't need to pollute their code with theme() calls to inject the help icons.
  3. Help texts can easily be distributed as they are just a collection of HTML files.
  4. Help texts are not part of the site's content (so you don't have to worry about help texts showing up in Views, or on the front page).
  5. Thanks to the coolness of Advanced Help, help texts are searchable.

The workflow for using this module is:

  1. Create your documentation in a book structure.
  2. Enable the helpinject module
  3. Using the (+) icons that now appear everywhere, "inject" your help into the pages and forms by linking (+) icons to book pages.
  4. Export the help to a new module at admin/build/helpinject
  5. Move the generated module (found in your files directory) to your sites/all/modules directory.
  6. Disable helpinject and enable the module you generated.

The help that you wrote in the Drupal books is now available as advanced help files and gets injected into the right forms and pages.

Uploads and attached files

Files attached to book nodes using the upload module, filefield, imagefield, and any other module that populates node->files, will be copied into the exported help distribution. Furthermore, references to those files in the body text of your book nodes will be updated to that the paths to the files are portable. This makes writing help texts with image or video content a breeze.

Translations

If you have translated your help texts using Drupal's locale and content translation modules, the HelpInject module will export the Advanced Help files and their translations.

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

#D7AX - I pledge to make this module as accessible as it can be.

module
Downloads: 2183
created - / changed -

mymeteo.module provides the free integration with ilmeteo.it.

module
Categories: Mail
Maintenance status: Seeking new maintainer
Development status: Maintenance fixes only
Downloads: 1947
created - / changed -

This module adds the possibility to set a global header and a global footer for all e-mails sent by Drupal.

It is compatible with htmlmail module.

module
Downloads: 4135
created - / changed -

This is a provider file to integrate 8tracks.com with Embedded Media Field.