Wraps ampersands (the “&” character) with <span class="amp"></span>.
Prevents single words from wrapping onto their own line using Shaun Inman's Widont technique.
Converts straight quotation marks "" to typographer's quotation marks “”, „“ or «» using SmartyPants language dependent.
Converts multiple hyphens to en dashes and em dashes (according to your preferences), using SmartyPants.
Wraps multiple capital letters with <span class="caps"></span>.
Wraps initial quotation marks with <span class="quo"></span> or <span class="dquo"></span>.
Adds a css style sheet that uses the <span> tags to substitute a showy ampersand in headlines, switch caps to small caps, and hang initial quotation marks.
Inserts ligatures (if supported by platform and browser).
Replaces ascii arrows with unicode arrows (if supported by platform and browser).
Inserts thin-space in abbreviations.
Groups digits in large numbers.
Replaces = in words with a soft hyphen (­), to allow hyphenated line-breaks.
This Drupal module attempts to provide context for content items by displaying a view block with links to other similar content. Similarity is based on the taxonomy terms assigned to content.
The Sliced Book Navigation allows the book navigation to be exploded - each level will be placed in its own block. It has the same behavior as the Sliced Menu module.
This module adds some common-sense usability to Drupal's menu system
Menu Trails implements primary/secondary links which keep the current menu trail "active" or highlighted. A handy snippet ready to go into your template.php is included.
The module provides a means of broadly categorizing nodes (by type or taxonomy) as falling "under" a known menu item. These nodes are not added to the menu tree (keeping the menu admin system sane) but they will trigger the functionality above -- preserving navigation state for the user -- when viewed.
New for 6.0: Menu Trails can also set breadcrumbs for nodes, keeping them in sync with the trail.
New for 6.0: Menu Trails is now Organic Groups aware, so nodes can be designated to fall "under" the first group node they belong to.
New for 6.0: A token is exposed to pathauto (and other token-aware modules) allowing for the menu trail to be used in automatic path alias creation.