Configure the layout and format of content and data presented to site visitors.

Cache Converter

A simple module which allows upload of a template file (Drupal tpl file) which can then be used to process nodes on your site for displaying/ outputting as static files (eg. XML files).

The output is file cached in a similar way to how imagecache handles image processing.

Context Block Classes

Context Block Class gives users of the Context module the ability to define custom classes for blocks per context, both for each block and globally for a region. The module implements a context reaction, providing the interface required for adding classes to blocks which have been defined for that context. This unlocks a tremendous amount of theming flexibility for users of Context module. When combined with a grid based theme or any other theme which implements re-usable styles, the options are endless!

Requirements

Installation

  1. Enable the module.
  2. Ensure that your theme has a copy of block.tpl.php.
  3. Insert a PHP snippet to your theme's block.tpl.php file(s) that prints the $context_block_classes variable (see below).
  4. To add a class to a block or to all blocks within a region, add the "Block classes" reaction to your context.

Adding the php snippet

Add this snippet to your theme's block.tpl.php inside the block's class definition:

print $context_block_classes;

Here's the first line of the Garland theme's block.tpl.php prior to adding the code:

<div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="clear-block block block-<?php print $block->module ?>">

FullCalendar

fullcalendar-demo.png

Provides a Views display, style and row plugin for displaying nodes using FullCalendar - JavaScript Event Calendar library.

Node Timer

Node timer measures the time that users need to read content (nodes). Node time can be activated on individual content types. You can also define which roles get tracked by the system.

Pullquote

Example pullquote

A pull-quote is a quotation or excerpt from an article that is typically placed in a larger or distinctive typeface on the same page, serving to entice readers into an article or to highlight a key topic. Without the module, authors would need to duplicate the text excerpt.

Closable Blocks

screenshot.06-09-2010 21.56.05.png

Add dismiss-link to block which allows users to hide it.

Pages

Subscribe with RSS Subscribe to RSS - Content display