Views Group By

Component type

module

Categories

Downloads

33615

Component created

Component changed

This module enriches Views2 functionality with SQL Grouping and Aggregation capabilities.

Ever wanted to design a view that displays top terms for a specific node type and number of nodes for each top term? You could not build such query before, but now you can.

A new field group: SQL Aggregation is added, in Views, once you install the module. The field group has one available field: SQL Aggregation: Group By Fields. The field allows to configure many aspects of "group by" SQL clause and "count()" fields.

Ubercart Views

Component type

module

Categories

Maintenance status

Development status

Downloads

54173

Component created

Component changed

This module provides a collection of standard views (http://drupal.org/project/views) for the Ubercart webshop module (http://drupal.org/project/ubercart).

It also describes some of the Ubercart data tables to views, so you can create your own views, based on these data using the views_ui.

If you have some killer views, not included in this module, please don't be shy - share them with us :-)

Views Trim

Component type

module

Categories

Downloads

494

Component created

Component changed

Adds a new field called 'Node: Trimmed Title' in views. It is exactly the same as 'Node: Title' but it allows you to specify the maximum length of a node's title. Useful in block views where space is limited. This module is intended to be used in views 1.x

Views random seed

Component type

module

Categories

Maintenance status

Development status

Downloads

20346

Component created

Component changed

Adds a random order handler with seed. If a constant integer argument N is specified in the sql RAND() function, it is used as the seed value, which produces a repeatable sequence of column values. This makes it possible to have paging and not having items show up twice.
It's also possible to compute a custom seed using PHP, allowing you to create pseudo randoms numbers based on variables such as the date of the day.

Views Forms

Component type

module

Categories

Maintenance status

Development status

Downloads

863

Component created

Component changed

The Views Forms module provides a FAPI element called "viewsform" and allows to integrate views in forms. You probably do not need to install this module unless another module you are using requires it.

Views Galleria

Component type

module

Categories

Downloads

6158

Component created

Component changed

Display plugin for Views 2.

Features

  • Integration with FileField and Imagefield (required)
  • Integration with Views 2 (required)
  • Integration with Galleria

Similar modules

Please keep in mind, the module is in the alpha stage.

Views Date range

Component type

module

Maintenance status

Development status

Downloads

5815

Component created

Component changed

This module provides a new Views argument plugin for date fields that allows for arbitrary date ranges in summary views. If you need to generate a listing of nodes by quarter, academic term, or some other site-specific date range then this is the module for you.

Note: This module has only been tested on MySQL 5.x and I'm fairly sure it will not work on PostgreSQL. Unfortunately it requires doing seriously bizarre things in SQL that are not at all portable.