Rules filter

Component type

module

Maintenance status

Development status

Downloads

3005

Component created

Component changed

Inspired by Module filter module I've created similar interface for Rules module.

Features:

  • Vertical tabs (generated from Rules tags).
  • Quick search by Rules description, events and plugins.
  • Filter by enabled/disabled rules.
  • Dropdown menu for operations (ctools required)

Installation

Install as you would normally install a contributed drupal module.

Definition list

Component type

module

Categories

Maintenance status

Development status

Downloads

1929

Component created

Component changed

Overview

This module exposes theme_definition_list, which will theme an array as a definition list.

Usage

Function theme_definition_list accepts a single keyed array as an argument:

theme('definition_list', $variables);

In its simplest form, $variables only requires an 'items' array:
PHP input:

Masonry Panels

Component type

module

Maintenance status

Development status

Downloads

1453

Component created

Component changed

Provides 'Masonry' style layouts as an option for rendering the contents of panel panes.
Masonry rendering will re-pack panes in your panel to minimize vertical space and provide column-like appearance while the items are still in natural (horizontal) order on the page.

FooBar Table

Component type

module

Categories

Maintenance status

Development status

Downloads

1909

Component created

Component changed

FooBar Table duplicates standard table theme and adds two things.

  1. Lets you render tables with <tfoot> tag using theme():
    Element declared like this
    $build['mytable'] = array(
      '#theme' => 'table',
      '#header' => array('head1', 'head2'),
      '#footer' => array('foot1', 'foot2'),
      '#rows' => array(array(1, 2), array(3, 4)),
    );
    

    Will be rendered like this:

Fluidproject UI Options

Component type

module

Maintenance status

Development status

Downloads

672

Component created

Component changed

Overview:
Fluidproject's UI Options provides accessibility options for users to modify a page's font size, line height, font style, contrast, and link style. The changes are retained using cookies.

This module integrates the library into Drupal's non-admin pages.

Demo:
http://fluidproject.org

Requirements:

useragent

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module adds some contextual body classes to the body tag on all pages showing

  1. Device type: desktop, tablet or phone
  2. Browser type: e.g. Firefox, Chrome, IE, Safari, Opera etc. (optional)
  3. Screen-size: e,g. x-small, small, medium, large, x-large etc.
  4. Local time of day: e.g. Configurable periods of day, morning, afternoon, evening, night

If geolocation is enabled, this module adds additional body classes for

Wjs

Component type

module

Maintenance status

Development status

Component created

Component changed

Wjs is an entry point to make your Javascript web app retrieve assets from your server, via AJAX, or not. Everything is an extension with wjs : script, image, html, etc..., and all extensions can load dependencies. This library is for you, if you want to :

  • Create little lightweight one page sites with full lazy loading (js methods, classes, images, links, etc...).
  • Load complex packages from your PHP application to javascript, in a minimum of requests.
  • Instantiate javascript class objects.

Take a little tour on our demo live sites :