Views Argument Globals

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Introduction

Views Argument Globals is a Views plugin that implements a clean way to retrieve information from the PHP global variables, and pass like a "contextual filter" also known a argument

Views Auto-Refresh

Component type

module

Categories

Maintenance status

Development status

Downloads

14902

Component created

Component changed

A module to refresh a view after a specified time interval or when triggered by an event. Includes advanced options to avoid reloading the whole view, and to avoid causing a full Drupal bootstrap at each refresh.

Suitable for usage on liveblogs, activity streams, comment lists, and any other view where new items are frequently added.

Representative Image

Component type

module

Maintenance status

Development status

Downloads

1497

Component created

Component changed

Allows you to define representative image or media fields for entities like nodes, taxonomy terms and the like. These can then be used in Open Graph meta tags (via tokens); or as fields in views. The media module is also supported. A default image can be defined for those entities without images.

Content from Alias

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Very simply, it adds a "Content ID from Alias" to the list of options for supplying a default value to a contextual filter when the value is not present in the URL.

It works by getting the request path, and checking if the path translates successfully to a node system path. If it does it returns the node ID, otherwise it continues down the path argument chain, chopping the right-most path argument off and checking the remainder. This repeats until no path arguments remain, at which point false will be returned.

Relased under the GNU General Public License v2.

Views block table data

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module adds basic exposure of the Block's module tables to Views.
It exposes to Views the block table as base table so you can build a view of blocks.

Views Has Item

Component type

module

Categories

Maintenance status

Development status

Downloads

666

Component created

Component changed

This simple module adds a new filter for each field created on the site. Specifically this filter see if the entity has at least one element or not in a particular field.

For example you could create a view with an exposed filter to see which contents have at least one term in the Tags field.

After you enable the module , you can find a new options in the filter criteria for each field. These end with ":has_item"

Dependency:
Views