Views Area Link

Component type

module

Categories

Maintenance status

Development status

Downloads

513

Component created

Component changed

Deprecated - will be unsupported

See latest code at https://www.drupal.org/project/views_linkarea

This project will soon be marked unsupported and possibly unpublished.

Synopsis

This is a very simple module that provides a views area plugin that allow adding links.

Views area plugins allow adding configurable bits of content to views areas, such as header, footer, and empty text.

Views Tools

Component type

module

Maintenance status

Development status

Downloads

801

Component created

Component changed

Views Tools is very useful and comes handy with the following features:

Drupal 7 Release Features:

1: View display(s) can be exported(same like you export a view).
2: View display(s) can be saved as new View.
3: Displays can be deleted without loading the whole view.

To use this goto Structure >> Views Tools.

Views multiple themes

Component type

module

Categories

Maintenance status

Development status

Downloads

80

Component created

Component changed

Views plugin which redirect views display depending current theme. If you have base and mobile themes you can show different view for the same page, e.g. articles list /articles.

Similar modules

Views mobile - Views multiple themes can work with any another theme, not only mobile.

Views Taxonomy Term Name Depth

Component type

module

Categories

Maintenance status

Development status

Downloads

14549

Component created

Component changed

We have a contextual filter from core "Content:Has taxonomy term Id with Depth".
Looking for a way to filter a view with taxonomy term name ? This module, on installation adds a contextual Filter plugin that allows a view to be filtered based on the taxonomy term name.

Views Contextual Filter Default Value Function

Component type

module

Categories

Maintenance status

Development status

Downloads

348

Component created

Component changed

Declare custom functions to pick contextual filter default values, easily.

Creating ctools plugins is an undue barrier to controlling contextual filter default values. This is a common site scenario that increases the power of Views. Also creating a very focused function to find a value helps keep concerns separate and improves testability.

Register your custom function via info hook.

Administration Actions

Component type

module

Maintenance status

Development status

Component created

Component changed

Synopsis

This features exposes more buttons for performing single actions upon a node,
eg, 'rebuild node alias' or 'set field value to x'.

These actions are most useful for non-core actions and custom actions, such as
'check for broken links', 'convert to page',
or 'set expiry date 3 months into the future'.

admin_actions - quick configure process

Override Views Exposed Options

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Allows any exposed option in a Views display to be overridden by the block's configuration. The default Views block display plugin allows you to override the "Items per block" setting.

This module allows exposed filters and (eventually) sort option to be set via the block's configuration.

Decoupled Rest Views Framework

Component type

module

Categories

Maintenance status

Development status

Downloads

198

Component created

Component changed

Decoupled Drupal (or headless Drupal) allows the developer to utilize any technology Like Angular , ReactJS , Andriod, Ios etc... .
Drupal supports a robust offering of web services, including the core REST API, JSON API .
Decoupled Rest Views enhance the feature of view rest export , it provides a "DRV Serializer" FORMT which load referenced entities all field data, you may create your own Serializer to alter json data depends on requirement .