yaml views

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

yaml_views is a query plugin for views to query live YAML files.

This is my first views module; It was possible by learning from xml_views and most of the code is the same.
It works with yaml files with a homogenous structure, like listing of items with similar attributes. The advanced yaml features like inheriting attributes are not yet supported (but should be soon).
See below for an excerpt of an example file.

Views Slideshow Coin Slider

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module will display a view of images using the Coin Slider JavaScript plugin available from http://workshop.rs/projects/coin-slider

The module is based on the COIN-SLIDER "Jquery Image Slider with Unique Effects" script described in the Ivan Lazarevic (http://workshop.rs/projects/coin-slider/) and implements a slider image gallery with several slide transition graphical effects.

Panels views prerender

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module makes it possible to pre-render the views panes/views displays for panes which has no dependencies on which context they are disaplayed on. This meens no user-specific content, no dynamic content based on the term on taxonomy term pages and no forms (because of the path set in "action").
BUT views lists like latest, newest, nodequeues (which is by default always ressource-demanding because it uses node_view) etc. can be pre-rendered.

It will greatly improve the performance (speed and memory usage), and often updated complex content will almost come for free.

Views FusionCharts

Component type

module

Categories

Component created

Component changed

A views style plugin for FusionCharts

Views FusionMaps

Component type

module

Categories

Component created

Component changed

Views style plugin for FusionMaps

Sortable Grid Views Plugin

Component type

module

Maintenance status

Development status

Downloads

4067

Component created

Component changed

This project aims to provide a Views plugin for the user to be able to show a grid composed of draggable elements and save the displayed order of these element.

The user may then create other displays to show the elements in the order defined above.

This project is very similar in its goals to Draggable views, yet a lot simpler as there is no hierarchy management. It doesn't depend on Draggable Views though.

Tabbed

Component type

module

Component created

Component changed

This sandbox project auto generates Quicktabs with taxonomy and views.

The code shows the categorised site’s content in different views. This means each term needs to be a tab. Each tab displays several views.

NOTE: this is sandbox project for me to get acquianted with some api's. I don't intend to make a real module out of it.

Solrfield

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a placeholder page for a new module that is intended to create nodereference style relationships between nodes and solr datasources.

A common use case for this would be the following:

Acme Brick Building has a list of products maintained by the Acme Product Management System. That system sends all of its products to a solr index. The Acme drupal website needs to relate various items, such as press releases with products in the product management system and display basic information about them.