Views

Views module provides a flexible method for Drupal administrators to control how lists of posts are retrieved and presented. There are various views add on's that should be added here.

Licensing

Licensing overview page

This module is useful for people that plan on integrating a software licensing system on their site.

Features

Out of the box, it provides the following:

  • Ability to generate, edit & delete unlimited unique license keys.
  • Ability to export your keys into a CSV document, which you can mail merge and distribute with physical copies of your product.
  • Ability for users to 'register' their key when they sign up for a drupal account, or by visiting a page when logged in.
  • Users can have multiple keys registered to one account, and they are all displayed on their user page.
  • Provides views functionality for default and custom reports.
  • Brandable license keys like XXXX-BRAND-XXXX-XXXX-XXXX

This module does provide functionality out of the box, however - it's power is in the hooks it provides which allow you to extend this further.

For developers:

  • Licensing provides various hooks to add extra functionality to the licensing system
  • Nearly all output is themable
  • You can take advantage of the views integration to make very useful custom reports.

View some screenshots of this module in action:

Rules executor

Steven Jones - November 22, 2009 - 06:48

This module adds a new display type for views: 'Rules Executor', instead of rendering the results of the view into HTML we render the results 'into' the Rules module. You can specify a rule set to render each row into, and use the fields from the view to specify the arguments for the rule set.

Further, we provide functionality for executing these views at specified intervals, every hour, every day, every week etc.

This gives an incredible amount of flexibility and power, with this module you can do things such as:

  • Automatically close issue tracker cases after two weeks of inactivity.
  • Email users a digest of their new content every week.
  • Disable comments on content over 2 weeks old.

Requirements

  • Rules module.
  • Views module - at least version 2.7 is required.

Views Slideshow Menu

redndahead - November 18, 2009 - 07:02

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

ndeschildre - November 16, 2009 - 10:21

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.

This module is part of the newspaper module set maintained by Studio Multimedia France24/RFI.

Views CCK Formatter

ndeschildre - November 16, 2009 - 10:07

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.

This module is part of the newspaper module set maintained by Studio Multimedia France24/RFI.

Mapstraction CCK

Mapstraction CCK widget preview

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:

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.