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

ShoppingAds

ShoppingAds was a Drupal module for the discontinued shoppingads service.

Flexifilter Cite

Allows for citations of other nodes to be added as components in flexifilters.

TBase - Connecting the Nodes

How do Drupal's nodes relate to each other? Assuming nodes with type of 'person', 'group' and 'product', how can we express...

Shabbat & Yom-Tov Guard

Jewish site owners are required by the Halacha (the jewish law) to close their site on Shabbat and Jewish holidays, if the site aims towards a Jewish audience or if the site is in a primarily Jewish language such as Hebrew, Yiddish or Ladino.

This module is an interface to integrate 3rd party mechanisms, which watch Shabbat times and allow a website to be Shabbat and jewish holidays observant. Content will be blocked on shabbat and jewish holidays schedule, according to the surfer's location. This is done in a google-friendly way (so that the site will continue to exist for Google).

Magnifier

A jquery image magnifier, based on the dojotoolkit Magnifier utility. From http://dojotoolkit.org/~dante/jquery/Magnifier.html

To use:

theme('magnifier', $image_path, $args);

Specify $args passed as an array of optional elements, using the following:

<?php
/**
* Displays an image with a magnifier glass box.
*
* @param $image_path
* This is the filepath to the image to display.
* @param $args
* An array with optional arguments:
* 'magnify' => 4, // the zoom magnification scale. defaults to 4
* 'glass_size' => 125, // the size of the glass box, which will be a square to zoom. defaults to 125
* 'imagecache' => '', // the imagecache setting to use for the smaller image. if this is set, then $image_path
* // will be used for the image in the glass box only, and the imagecache'd version will be
* // used in the main page display.
* 'image' => '', // the image path of the larger image displayed in the glass when zooming.
* // if not specified, this defaults to $image_path. You don't need this when using imagecache.
* 'width' => NULL, // the display width of the smaller image -- if specified, forces a browser image scale

Conditional Fields

Conditional Fields is an admin user interface with the ability to modify fields appearance and behavior on certain conditions when viewing content defined by dependencies between fields based on their states and values.

Details

Conditional Fields allows you to manage sets of dependencies between fields. When a field is “dependent”, it will only be available for editing and displayed if the state of the “dependee” field matches the right condition. When editing a node (or any other entity type that supports fields, like users and categories and custom entities like build by ECK), the dependent fields are dynamically modified with the States API. A simple use case would be defining a custom “Article teaser" field that is shown only if a "Has teaser" checkbox is checked. Or a boolean field, which if checked, makes another field invisible. But much more options are available.

Pages

Subscribe with RSS Subscribe to RSS - Content display