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

A small module to provide third party integration with Chartbeat, for real-time site monitoring statistics.

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

Block tab module allows you to display blocks in a region as tabbed contents (1 block content is visible at a time). Block titles are tabs, and block contents are the content.

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

Disables the user interface for creating and assigning roles and permissions so all permissions management can be done with code.

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

This is a simple module that adds a HTML filter with inline currency exchange tag (exchange is carried out by Currency API).

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

Colorbox is a light-weight customizable lightbox plugin for jQuery. This module allows for integration of Colorbox into Drupal.

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

Beanstalkd is a Drupal module to allow Drupal Queues to take advantage of beanstalkd to process the queues instead of the built in Database queue system that ships with Drupal.

What is Beanstalkd

Beanstalk is a simple, fast workqueue service. Its interface is generic, but was originally designed for reducing the latency of page views in high-volume web applications by running time-consuming tasks asynchronously.

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

The Ooyala module provides a field type to display videos using the Ooyala video hosting platform. This module requires an Ooyala account which you can sign up for at http://www.ooyala.com/try-ooyala.

The Ooyala module provides tight integration with the Ooyala platform, allowing
users to upload and reference existing Ooyala videos directly from the node form.

The Ooyala module now supports Drupal 8 and Version 4 of the Ooyala player!

    module
    Categories: Views
    Downloads: 3713
    created - / changed -

    JCarousel for Views is a simple module for using JCarousel in Views.

    module
    Categories: Community, Content
    Downloads: 999
    created - / changed -

    This module allows users to upload an image and create a badge based on a URL.

    module
    Maintenance status: Unsupported
    Development status: Obsolete
    Downloads: 8515
    created - / changed -

    This modules is no longer maintained, you should use https://www.drupal.org/project/lazyloader instead

    module
    Downloads: 663
    created - / changed -

    RRPedia is a module that provides Wikipedia integration to taxonomy terms.

    module
    Downloads: 4044
    created - / changed -

    Block Content Per Role allows a block to be defined which contains content that is displayed depending on a weighted set of roles.

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

    Ubercart payment method for Flo2Cash's Web2Pay hosted payment processor.<

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

    Iframe Filter allows to embed content into an iframe. Normally externally loaded content like website widgets can slow down the loading of your website or making it crash if the page from where the content is loaded fails.

    Iframe Filter provides a simply solution for fixing this, you just need to add this filter to an input format and the content you create using that format will be displayed inside an iframe created dynamically.

    module
    Maintenance status: Seeking new maintainer
    Development status: No further development
    Downloads: 1061
    created - / changed -

    The Donation Goals module lets you create nodes of the type "Donation Goal." These goals allow you to set an amount of money you'll need for whatever you're saving up for. Visitors of the site can then donate money through PayPal. Once the target amount is reached, the donation form is hidden. If you're putting in some money yourself, you can easily just update the amount you've saved without having to donate through PayPal yourself - saving you any fees.

    Using permissions it's also possible to deny donations from users. This may be useful if you don't accept donations, but just want to show how well you're saving up to get that big thing from your wishlist. Or you can make sure only authenticated users make a donation.

    module
    Categories: Mail
    Maintenance status: Minimally maintained
    Development status: Under active development
    Downloads: 12835
    created - / changed -

    Never miss a contact message again! This module stores in the database all messages submitted through the core contact forms.

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

    About Read More Link

    This module allows you to move the "Read more" link from the node's links area to the end of the teaser text.

    module
    Downloads: 3514
    created - / changed -

    Easy View is a very easy and powerful interface framework to Views, in a CCK field. It also include Easy View Taxonomy, the easy view implementation of the taxonomy View.

    module
    Maintenance status: Seeking co-maintainer(s)
    Development status: No further development
    Downloads: 2871
    created - / changed -

    Atrium Invoices is a feature for Open Atrium that allows users to create, view, and pay invoices through the OpenAtrium interface.

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

    I use the following symbolic links structure on our servers and wrote a bash script for handling Drupal updates years ago.

    Within this structure and this drush command, it is now possible to do that via drush.

    Here is the very specific structure this command deals with for multi-drupalupdate and multi-create:

    drupal/
    |-- 6.x -> drupal-6.14
    |-- 6.x_backup
    |-- 6.x_profiles
    |-- 6.x_sites
    |   |-- all   
    |   |-- default
    |   |-- example.com
    |   |   |-- files
    |   |   |-- modules
    |   |   `-- themes
    |   `-- sub.example.com 
    |       |-- files
    |       |-- modules
    |       `-- themes 
    `-- drupal-6.14
        |-- includes
        |-- misc
        |-- modules
        |-- profiles -> ../6.x_profiles
        |-- scripts
        `-- sites  -> ../6.x_sites
    

    Commands

    drush multi-drupalupdate
    Updates the installation if there is a new minor release available and preserves all detected symlinks, like sites and profiles above
    drush multi-create
    Creates a Drupal multisite installation, supports usage of drush_make makefiles
    drush multi-site
    Creates a site within the installation
    drush multi-status
    An extended drush core status
    drush multi-exec
    Removed: Execute a drush command on all sites (batch mode)
    @see #652778: Similar functionality is in drush core 3.x
    drush multi-sql-dump
    An extended sql dump
    drush multi-nagios
    Moved and will be removed soon: Command for use as nagios plugin to monitor Drupal sites and Drupal installations with exit status and status message.
    You can find the isolatated nagios functionality at Drush Nagios (drush_nagios).