Maintainers strive to actively monitor issues and respond in a timely manner.

Paddle Style

Extendable API (ctools plugins) for editing, validating and rendering CSS.

This module defines a "paddle_style" CTools plugin type and a number of plugins.
These plugins provide forms that allow site administrators to determine how the
front end should be styled.

Each plugin is responsible for a specific part of the frontend, and usually maps
to CSS properties. For example the "Font" plugin provides some form elements to
choose a font and font styling, and applies these to the CSS properties
"font-family", "font-size", "font-weight" etc.

Apart from providing CSS properties, the plugins can also run custom code on
each page, which allows to do whatever is necessary to get the frontend to look
like it should. For example some javascript could be included in the page, or
variables could be manipulated by changing the global $conf variable.

By itself this module and the plugins it provides are not really useful, they
are intended to be used in combination with other modules that provide a
framework for these plugins to work in. An example implementation is the Paddle
Themer
module which provides an interface that splits up a theme into
several "Style sets" ("Header settings", "Footer settings", ...) in which these
style plugins are integrated.

Page Throbber

Page Throbber is a simple utility module which lets the site developer display a spinning "throbber" and a custom message to display when loading up pages which they know will be slow too load.

dbase_dpm

The module stores debug values in the database and saves this values for later inspectation.

File Compressor field

File Compressor field

This module provides a "File Compressor" field type that allows to archive and compress attached files to an entity into a single file.

Antisearch Filter

Settings in Drupal 7

The Antisearch Filter hides single words from search engines like Google, Bing, Yahoo etc.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained