Views
Views Slideshow Menu
This module associates a slideshow slide with a menu item. As the slideshow rotates the menu item gets the class "activeMenuSlide". In addition, hovering over the menu causes the slideshow to go to the associated slide. Note: if you don't add CSS to your install defining behavior for the class "activeMenuSlide," then this module will not work. For example, the following statement in your css will cause each menu item to have a yellow background color when a slide associated with it is displayed.
.activeMenuSlide {
background-color: yellow;
}
JCarousel for Views
This module is part of the newspaper module set maintained by France24.
JCarousel for Views is a simple module for using JCarousel in Views.
This is heavily based on Views carousel, except that it is using JCarousel formatter framework as backend. Ideally, this module should not exist, and work will be undertaken to merge JCarousel formatter framework with jCarousel.
Dependencies: Utilities, JCarousel formatter framework, Views.
Views CCK Formatter
This module is part of the newspaper module set maintained by France24.
Views CCK Formatter allows you to choose a node CCK formatter as a row style in your View. This is extremely useful when you want to reuse a node theme in different parts of your website.
Dependancies: CCK, Views.
Mapstraction CCK
Mapstraction CCK is a module which allows users to georreference contents. It provides an intuitive map Widget based on the Geo module. It also provides a map output formatter for points, lines and polygons.
Mapstraction CCK integrates Mapstraction into Drupal, making possible add a map as a CCK field. When a user creates new content, he can edit the map, changing the map provider adding points, lines or polygons, etc.
IDELab Mapstraction
Mapstraction is a library that provides a common API for various javascript mapping APIs to enable switching from one to another as smoothly as possible. Developers can code their applications once, and then easily switch mapping provider based on project needs, terms and conditions, and new functionality.
IDELab Mapstraction is an extension for Mapstraction that improves the original Mapstraction functionality, and now, users can add,edit or delete features in a Mapstraction map.
All in one Map Widget
With the Mapstraction CCK module, users can use totally configurable maps to georreference contents. Mapstraction CCK allows to configure all this parameters:
Donation Goals
The Donation Goals module lets you create nodes of the type "Donation Goal." These goals allow you to set an amount of money you'll need for whatever you're saving up for. Visitors of the site can then donate money through PayPal. Once the target amount is reached, the donation form is hidden. If you're putting in some money yourself, you can easily just update the amount you've saved without having to donate through PayPal yourself - saving you any fees.
Using permissions it's also possible to deny donations from users. This may be useful if you don't accept donations, but just want to show how well you're saving up to get that big thing from your wishlist. Or you can make sure only authenticated users make a donation.
Styles
Styles are containers to group similar field display formatters. For example, a style on a Filefield may contain several formatters based on the mimetype or stream, while a style on a node reference might display various formatters based on the referenced node type.
By itself, this module does nothing. Rather, it provides an API available for use by other modules. The Media Styles module, bundled with the Media module, is a fully featured module utilizing the API.
Hooks provided:
hook_styles_containers()
hook_styles_styles()
hook_styles_containers_alter(&$style)
hook_styles_styles_alter(&$style)See http://groups.drupal.org/node/35206 for a quick background.
