Модули
A small module to provide third party integration with Chartbeat, for real-time site monitoring statistics.
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.
Disables the user interface for creating and assigning roles and permissions so all permissions management can be done with code.
This is a simple module that adds a HTML filter with inline currency exchange tag (exchange is carried out by Currency API).
Colorbox is a light-weight customizable lightbox plugin for jQuery. This module allows for integration of Colorbox into Drupal.
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.
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!
JCarousel for Views is a simple module for using JCarousel in Views.
This module allows users to upload an image and create a badge based on a URL.
This modules is no longer maintained, you should use https://www.drupal.org/project/lazyloader instead
RRPedia is a module that provides Wikipedia integration to taxonomy terms.
Block Content Per Role allows a block to be defined which contains content that is displayed depending on a weighted set of roles.
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.
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.
Never miss a contact message again! This module stores in the database all messages submitted through the core contact forms.
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.
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.
Atrium Invoices is a feature for Open Atrium that allows users to create, view, and pay invoices through the OpenAtrium interface.
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).
