VBO Tag

Component type

module

Categories

Maintenance status

Development status

Downloads

715

Component created

Component changed

Provides an "Apply tag(s)" action from Views Bulk Operation, offers more streamlined interface than "modify entity values"

Views Contextual Filter Query

Component type

module

Categories

Maintenance status

Development status

Downloads

12114

Component created

Component changed

Allows url query values to be used as contextual filter arguments. This module is an answer to the many stackoverflow topics where the solution is to fetch query parameters by using the default PHP argument filter in Views (yucks!).

Background Images Formatter

Component type

module

Maintenance status

Development status

Downloads

40409

Component created

Component changed

This module provides an image formatter that allows you to set an image in background of a tag.
The images are from a field of an entity and not from a configuration page or a custom entity or something else, so it's very easy to setup and manage.

It contains a submodule to handle responsive images as well.

Views Block Inception

Component type

module

Categories

Maintenance status

Development status

Downloads

573

Component created

Component changed

Why this module ?

This module won't be probably used by a lot of people but I needed it in my own personnal project, so, I'm releasing the source.

Views Shared Random

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allows you to add a shared "Filter" handler to multiple views which will include/exclude the IDs from the results of any view which shares the filter and appears on the same page. This is primarily used to randomize multiple views (such as in blocks or panels) on the same page without the risk of duplicated results between the views.

Notes:

Node type flag

Component type

module

Maintenance status

Development status

Downloads

662

Component created

Component changed

Due to the changes in Flag 3.4 it is no longer possible to flag non-entities. (From this version on Flag module token handling explicitly assumes that the flagging type is an entity type. As a consequence for node_type flaggings it continually throws "Undefined index" notices I don't think is possible to get rid of.) Therefore I mark this module Obsolete and Unsupported.

Depending on the Flag module Node type flag allows flagging node types.

Views Show Query

Component type

module

Categories

Maintenance status

Development status

Downloads

6203

Component created

Component changed

This module shows real SQL query in Views UI during live preview.

'Real query' means it is rewritten by query_alter hooks. For instance, node access checks are added, so this requires selecting the user on behalf of which the query is supposed to be executed. So the module adds 'User ID to show final query' field in views preview form. You must enter numeric user ID in this field to view the real SQL query.