Views Unsaved

Component type

module

Maintenance status

Development status

Downloads

231

Component created

Component changed

List any unsaved views when a user visits the admin/stucture/views page.

Sometimes you accidentally navigate away from a view you're working on without clicking save. Rather than clicking the browser Back button or having to remember the machine name of the view you were working on, you can now simply go the main Views list page, and this module will show you a list of all unsaved views.

Thanks to colinafoley for the idea.

More String Filter Operators in Views

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Default filter operators for strings can deal with single conditions. For instance, you can select all the nodes which "Begin with" a word. It may happen that you need to filter all the nodes which begin with (phrase1 OR phrase2 OR ... phrase10).
This module adds several such filters to the list.

Lister

Component type

module

Maintenance status

Development status

Component created

Component changed

The Lister module provides a field type that allows for lists of content to be
created as a field.

Lister fields are plugin based to allow for the list to be generated in
multiple ways. Plugins included in submodules are EFQ (EntityFieldQuery), RSS,
Views and Menu Children. A base class ListerPlugin is provided which can
be extended for custom plugins.

Data Manipulate UI

Component type

module

Maintenance status

Development status

Component created

Component changed

Data Manipulation UI provides a graphical user interface for interacting with tables managed by the Data module.

This utilizes the "jqxGrid" jQuery plugin through the jQWidgets library toolset. It comes with an access-controlled AJAX interface to make client-side data changes immediately write to the table server-side.

Also included is the "data_manipulate_access" module, which will allow you to assign individual users access to manipulate the data in your Data Manipulation UI tables as needed.

Views geofield raw

Component type

module

Maintenance status

Development status

Component created

Component changed

Alternative field handler for using geofields as data sources in maps.

When a view contains Field API fields, their field handler will load the field's corresponding entities, which might not be desirable if the map contains many points.

This field handler prevents loading the entities associated with the geofield, and can thus give dramatic performance improvements, providing no other field in the view will load the entity.

Created for use with leaflet_views. Not tested on anything else.

Views Scroll

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Views Scroll does two things.

  1. Sets the last added view row class as id for each row in a html list.
  2. Implements smooth scrolling between anchors.

Usage

  • Activate the module
  • Set an unique attribute as the last row class for the view

Views Ajax Overlay

Component type

module

Categories

Maintenance status

Development status

Downloads

291

Component created

Component changed

Overview

A small views plugin which allows site administrators to add loading overlays to their views. By default ajax-enabled views use the default Drupal throbber which is only visible next to the element that triggers the AJAX callback. This module tries to improve that behavior by adding an overlay to the content that is being updated.

Views Ctools Dropbutton

Component type

module

Categories

Maintenance status

Development status

Downloads

2813

Component created

Component changed

Provides new field "Ctools dropbutton" field for Views.

Usage:

  1. Install the module.
  2. Click on "Add field" in your views.
  3. Choose "Ctools dropbutton" in the "Global" section.
  4. Select links you want to add to ctools dropbutton.
  5. Have fun!

Views Orderby Pinyin

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

此小模块给views增加新的排序方式,即汉语拼音排序。
使用方法:
在FIELDS里添加需要按汉语拼音排序的字段(可以排除显示),在SORT CRITERIA里添加:Content: FIELD ORDER BY PINYIN,然后选择FIELDS里的需排序字段。

This module adds a new sorting criteria to Views: Content: FIELD ORDER BY PINYIN. On the config form, you can select which field to sort by Pinyin. It uses MySQL built-in function: CONVERT ( *** USING GBK). So it requires MySQL back-end database.