Views Roundabout

Component type

module

Categories

Maintenance status

Development status

Downloads

2566

Component created

Component changed

This is a wrapper module for the jQuery Roundabout plugin which provides a carousel like animation for lists of content.
To make this module work you have to either download it manually and put the files under sites/all/libraries/jquery.roundabout or you can use the drush command 'roundabout-plugin'.

This project is in an early stage and doesn't support all options the js library provides. These will be added over time.

Geocoder

Component type

module

Categories

Maintenance status

Development status

Downloads

346406

Component created

Component changed

There are two versions of this module for Drupal 7. When Geocoder 2.x will be stable, the old Geocoder 1.x will be deprecated. The API has changed between those two modules, so please, if you use this module, get ready to update your code.

Geocoder 1.x

This module will geocode just about anything you throw at it including addresses, GPX files, geo-tagged images, and KML files.

stickynote

Component type

module

Maintenance status

Development status

Downloads

3123

Component created

Component changed

This module is meant to be a utility module for content admins. It could be useful for content authors/admins to communicate with one another about their content or keep a todo list on pages, thus the name stickynote.

Nodereference Quantifier

Component type

module

Maintenance status

Development status

Downloads

1032

Component created

Component changed

If you have ever faced the problem of adding extra information to a nodereference, e. g. an amount, tag or booking information, there hasn't been an easy solution yet. This module aims at filling in this particular niche by introducing a new CCK field type inheriting as much as possible from standard nodereference fields. Major features include:

Deep Zoom

Component type

module

Maintenance status

Development status

Downloads

3157

Component created

Component changed

The Deep Zoom module provides the ability to create interactively viewable high-resolution images using the Microsoft Deep Zoom file format and the Seadragon Ajax library, ala Zoom.it but hosted 100% locally.

Deep Zoom was initially developed for the State Library of Victoria by Realityloop.

Development of the offline processing functionality was sponsored by Orygen Youth Health.

 

Features

  • Multiple display options:
    • Image field formatter.
    • [dev] File field formatter (Offline processing functionality).
    • Text format filter.
  • Batch API based image processor.

Did You Know?

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Adds random 'did you know?' messages in the help region for administrators, on non-admin pages. The messages themselves are stored in the install file, and are transferred to the database when you install or update.

As it is, the only way to turn it off is to disable the module, which is instructive in and of itself. It shows random helpful 'knowables,' and is hard-coded to link to a path on drupal.org.

Apache Solr Custom Fields

Component type

module

Maintenance status

Development status

Downloads

1819

Component created

Component changed

Apache Solr module helps you to integrate the ApacheSolr to Drupal, but this module doesn't include all CCK Fields.

Here are 2 HOOKs to add your custom fields to Apachesolr,

1. HOOK_apachesolr_cck_fields_alter
arguments: &$mappings,
add your field_name to this array, and return.

Simple Context block classes

Component type

module

Maintenance status

Development status

Component created

Component changed

Literally from the .info:

Assign classes to specific blocks in specific contexts. Be even more specific with more freedom.

There's really not much else to say. It adds a link in the context UI where you can specify classes. It then loads those classes into rendered blocks. Simple.