Storage API

Component type

module

Maintenance status

Development status

Downloads

95291

Component created

Component changed

Mission Statement

Storage API is a low-level framework for managed file storage and serving. Module and all the core functions will remain agnostic of other modules in order to provide this low-level functionality. Submodules are welcome to allow Storage API to interact with other contributed modules, but there shall never be a dependencies[] statement in the storage.info file unless it is necessary for the low-level function of this module.

It has the following features:

  • Pluggable architecture - it can be extended to work with any storage service.
  • Redundancy - it can be configured to store your files in multiple services and instantaneously change which one is serving. This means your site will not be brought down by a service having problems.
  • Access control API - can be used for e-commerce.
  • Deduplication - when files that are identical are stored in the same container, only one instance will be created. This saves bandwidth and storage.
  • File and image field integration - enable the "core bridge" sub-module.
  • Audit module - compares a manifest of files with what is recorded in the database to ensure that the record is accurate.

There are some screencasts demonstrating various features of the module.

BeautyTips

Component type

module

Maintenance status

Development status

Downloads

90648

Component created

Component changed

The Beautytips module provides ballon-help style tooltips for any page element by integrating the BeautyTips jQuery Tooltip plugin by Jeff Robbins with Drupal. It provides an API for adding custom beautytips as well as some built-in features. Admins can enable rollover balloon-help style tooltips for text fields within forms. It also supplies hover tips for Drupal help links and advanced help links.

Purr Messages

Component type

module

Maintenance status

Development status

Downloads

31965

Component created

Component changed

Do you want a more interestingly themed system message from Drupal? Enjoy Growl messages on OS X? Then this module is for you.

This small module uses a simple override made available in Drupal through hook_theme_registry_alter() to output the system messages through jquery based popup messages. The messages fade in and out in a suitably sexy manner and will queue up underneath one another if necessary.

Role Expire

Component type

module

Maintenance status

Development status

Downloads

27083

Component created

Component changed

Role Expire is a simple module that allows administrators to set and control expiry dates of user roles. A common use case for this module is to implement magazine style subscriptions where somebody purchases or receives access for a fixed period of time.

At the moment it implements the following functionality:

DOTS FastTax for Ubercart

Component type

module

Development status

Downloads

2126

Component created

Component changed

This module allows you to use the Service Objects' DOTS FastTax XML web service with Ubercart. The web service uses the delivery (shipping) address to determine the tax rate that should be applied. In case the address is not found, the module fails over to using the delivery zip code to determine the tax rate. The easy-to-use admin configuration section allows you to control which states to apply taxes toward. Finally, the module allows you to configure which states require a state sales tax on shipping.

Noindex External Links

Component type

module

Maintenance status

Development status

Downloads

10878

Component created

Component changed

Русская версия

English version below

Модуль полностью закрывает внешние ссылки в нодах сайта от индексации и сохраняет валидность страницы.

Node form columns

Component type

module

Maintenance status

Development status

Downloads

303166

Component created

Component changed

Separates the node forms into two columns and a footer.

This module alleviates some of the problems with the mile-long node forms in Drupal. Other than that it gives you the possibility to use different weights and collapsed states for your forms than for your presentation.

To get started, go to "admin/content/node-type/page" (or whatever content type you want to configure) and you should see the "Manage form" option that points to "admin/content/node-type/page/form". If not, clear your cache.

Node Reference Views Select

Component type

module

Maintenance status

Development status

Downloads

4697

Component created

Component changed

UPDATE: Module development has resumed since a new maintainer has been appointed.

Provides a widget for Node Reference which displays the node teasers instead of a select box, and allows choosing the referenced nodes
from a Modal panel. The list is optionally sortable, depending on JQuery UI Sortables. The modal supports pagination, exposed filters
and exposed sorting, all using AJAX.

ISPConfig

Component type

module

Maintenance status

Development status

Downloads

3903

Component created

Component changed

The ISPConfig module is a tool for configuring a remote ISPConfig installation directly from your drupal environment. It uses the ISPConfig Remoting Plugin, which is based on SOAP. It allows you to create, edit and delete servers, hostingplans, resellers, websites, clients, users, databases and any other entities known to ISPConfig.

The ISPConfig module uses the PHP5 SOAP extension. So make sure it is installed and working on your drupal machine.