Event Views

Component type

module

Categories

Development status

Downloads

18138

Component created

Component changed

Requires both the Event module and the Views module. The Event Views module exposes event fields to the Views module, creates year, month, day, and week argument handlers, and provides default event views that filter events using a drop-down date selector, the jscalendar selector, if installed, or by arguments in the url. Argument combinations can include year, year/month, year/month/day, and year/week.

Views Calc

Component type

module

Maintenance status

Development status

Downloads

86808

Component created

Component changed

This module adds simple calculations to a views table. Requires the Views module.

You can SUM, AVERAGE, COUNT, MIN, MAX, or AVG selected columns. A plug in theme makes the view look more spreadsheet-like (right justifies numeric fields, shades calculated columns and rows, and underlines calculated rows).

You can also create custom dynamic fields that can be used in any view using SQL snippets like CONCAT('field_first_name', ' ', 'field_last_name') or DATE_FORMAT(node.created, '%m/%%d/%Y'). The custom fields are set up in admin/settings/views_calc.

Views Fusion

Component type

module

Downloads

3519

Component created

Component changed

Views Fusion allows one to fuse multiple views into one. So you can build fused views that display information that is stored in multiple nodes - useful for tabular views. It uses node relations for joining the appropriate nodes together.

Currently the views_fusion module needs the nodefamily module for getting the node relation information. However in future other node relation modules could also provide their data for views fusion as it is written generic.

There is also a patch for the CCK node reference field, which adds support for views_fusion.

Warning: Using this module is complicated and I can't guide everyone - so it's only recommended for experienced users. Furthermore there might be troubles with some special views filters/fields,... Be sure to study the README carefully.

6.x: There won't be a 6.x compatible version as views 2 (for 6.x) can handle relationships already on its own! Great!

Dependencies:

  • Views (at least version 1.6 or the latest development snaphot)
  • Node Family (or another supported node relation module)

Status: There won't be any active development in the drupal 5 version or earlier any more.

Timeline

Component type

module

Maintenance status

Development status

Downloads

22768

Component created

Component changed

This module is unsupported. You probably want to check out the Views Timeline JS integration.

Timeline is a javascript based widget for visualizing temporal information realized as views plug in.

The old Drupal 5 and Drupal 6 versions are based on the abandoned SIMILE timeline library. Both versions are not getting any support anymore.

Usernode

Component type

module

Downloads

8499

Component created

Component changed

This module tries to make users nodes. It cares for automatic creation and deletion of a node for each user, the so called usernode.

KML

Component type

module

Categories

Maintenance status

Development status

Downloads

12043

Component created

Component changed

The KML module allows for views export of location-specific data in KML format.

KML Format

Keyhole Markup Language (KML) is a file format used to display geographic data in an Earth browser such as Google Earth and Google Maps. See the KML Documentation Introduction.

Fasttoggle

Component type

module

Maintenance status

Development status

Downloads

44627

Component created

Component changed

Speeds up common administration tasks like unpublishing or promoting nodes or blocking users through the use of AJAX callbacks. This saves lots of page loads. If JavaScript is not available, it degrades gracefully to a regular confirmation page.

The Drupal 6 version of the module is now unsupported. A Drupal 8 rewrite (8.x-2.x) has been started. This was going to be backported to Drupal 7 but the differences are too great.

Views Alpha Pager

Component type

module

Maintenance status

Development status

Downloads

4874

Component created

Component changed

UPGRADE for 6.x - This module will not be upgraded to to 6.x because you can accomplish something similar with Views 2 already built in, read this.

The views_alpha_pager is a simple module that implements an alphabet pager (A B C) instead of a numeric pager (1 2 3) for views. This module relies upon a reasonable alpha sort order defined in the view. When one is not defined, it reverts to the numeric pager.

Calendar

Component type

module

Categories

Maintenance status

Development status

Downloads

1350055

Component created

Component changed

Requires Views and the Date API (packaged with the Date module).

This module will display any Views date field in calendar formats, including CCK date fields, node created or updated dates, etc. Switch between year, month, and day views. Back and next navigation is provided for all views. Lots of the Calendar functionality comes from the Date module, so any time you update the Calendar module you should be sure you also update to the latest version of the Date module at the same time.

See also Date iCal, a project that contains code and features needed to either import or export dates using iCal feeds. The functionality that used to be in the Calendar iCal module has been moved into that module.

Be sure to read Debugging Information before reporting a problem. Going through those steps may resolve your problems and will help provide enough information to tell if this is a bug.