Views filters combine

Component type

module

Categories

Maintenance status

Development status

Downloads

521

Component created

Component changed

This module allows you to combine 2 "hidden" filters in to one exposed filter.

  • Add your filters to you view, do not expose them.
  • Add the "Combine filters" filter to your view & expose it.
  • Make sure the combine filter is ordered above all selected filters.
  • Use the filter as you normally would.

Views exposed multilingual taxonomy filter

Component type

module

Maintenance status

Development status

Downloads

573

Component created

Component changed

This module allows displaying of taxonomy term reference exposed filters with the language option (if there is one) in the label like: "term_name (language)".

The module provides a setting to taxonomy_term_reference views filter.

You have just to check a box for each views filter you want to have this behaviour on.

Views filter configuration

Views new node

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Adds a "Global:new node link" to views. Using views PHP it is fairly simple to add a link to a view to create a new node of a certain type. But this module does it without needing any PHP coding skills. Just choose "Global: new node link" in the header or the footer of the view, choose the node type for which you want to add an "Add new node"-link and apply.

Views Permissions Filter

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

You need this module if you want to use user permissions as views filter. For example, if you need to show in the same view nodes where current user is author of the node OR has grants "Administer content" you can use this module.

As for me, I used this module in a conjunction with Entity Reference module, where I have to give user the possibility to choose only his own entities or all entities if he is an administrator.

Drupal 7 and Drupal 8 versions are available.

Facebook App Notifications

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Drupal Facebook App notification integration.
From Facebook :
App Notifications are short free-form messages you can send to people using your app to reengage them. They are one of the most effective ways to communicate important events, invites from friends or actions people need to take. You use app notifications to send these messages to people who have authorized your app.

Views Entity Access

Component type

module

Categories

Maintenance status

Development status

Downloads

605

Component created

Component changed

Introduction

This module is designed to provide a way for a VIEW to expose in the page settings the use of Entity Types or Entity Bundles as permission controls.

When using Menu Tabs, the need to limit those to a particular entity was a requirement in some situations. Without writing custom code every time, this module was born.

EmbeddedViewField

Component type

module

Maintenance status

Development status

Downloads

1003

Component created

Component changed

EmbeddedViewField is a module that will allow you to render a view as any other field.

It is based on keithm's ViewField module, except that it will always render the view, regardless of whether the user is editing or displaying the entity that has the EmbeddedViewField. The view used for displaying is controlled by the default value set for the view.