Views Unionize

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The purpose of this module is to allow views to merge related displays together at the database level, such that they can be intermingled when rendered.

CiviCRM Proximity Search

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

CiviCRM provides proximity searching on CiviCRM generated forms, but there is no way to expose this functionality to Views. CiviCRM Proximity Search borrows heavily from OpenLayers Proximity Search to provide proximity searching to exposed Views forms.

This project is currently in beta status and is being tested on the site of the client I originally developed it for. Please feel free to download, test and let me know if you find any issues.

Views Marquee Carousel

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is the implementation of the views carousel at the California Institute of the Arts (currently the module name is views_carousel though this may change to have the name 'marquee' in it. As a result, it does conflict with views_carousel at this stage).. This is also meant to be a case study on how to write your own views display plugin (given how short the example is). I do not wish to 'compete' against what views slideshow does (as what it does it pretty darn awesome and so this module may just stay in the sandbox; or become a plugin that can be used w/ views slideshow.

Taxonomy Views Switcher

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allows different views to be shown for different taxonomy terms. It redirects the display of the current term page to a view based on the request_path value (ie the visible url) rather than the aliased url.

It is similar in functionality to the taxonomy_views_integration module but it does not change the taxonomy / term user interface.

Shadow - SQL queries / views optimization

Component type

module

Maintenance status

Development status

Downloads

5121

Component created

Component changed

Optimize SQL queries or views by using index tables which (partially) shadows the original query output. This differs from materialized views since the shadow table does only contain columns which are relevant for filtering / sorting. This module is capable of automatically rewriting SQL queries to speed them up using the shadow tables.

Related modules:

Views Atomic

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides consistent (atomic) views throughout a page.
Useful when not using e.g. InnoDB with a proper isolation level.
Currently works best with limited nodequeues.
To enable: Set caching to "Atomic" in the view.

Views Fixed Grid

Component type

module

Categories

Maintenance status

Development status

Downloads

8711

Component created

Component changed

Ever needed a grid of fixed dimensions to populate with view's results randomly scattered? This project attempts to solve this need.

The views Grid display allows you setting up the number of columns. The number of rows, then, gets defined by the number of items. This module provides a new display that will allow you to specify the number of columns & rows.

This project provides a view's plugin style to create a Grid of Fixed size. Then the cells can be placed randomly in the grid. Think of it as a canvas that needs to be filled.

Views - Control field display

Component type

module

Categories

Maintenance status

Development status

Downloads

888

Component created

Component changed

This project is no longer supported. Co-maintainer requests will not be accepted.

This project provides a views filter that allows users to control which fields are displayed.

To use, install the module, then add the Global: Control field visibility filter to your view. Select which fields are controllable (either defaulting to visible or invisible). This will add an exposed element that allows users to toggle the fields you specify on or off.