Views languages user filter

Component type

module

Maintenance status

Development status

Component created

Component changed

Views languages user filter allows you to filter content in a view depending on the selected language user's profile

Within the user settings, we find a list of languages, where the user can choose which are the languages you want to filter.

In views you can find the filter that will filter content for selected languages of the user connected.

This module only used in Drupal 6

Referenced nodes in Views

Component type

module

Maintenance status

Development status

Component created

Component changed

This module allows you to use a Views argument validator to transform an argument from a single nid to a list of nids separated by plus signs, where the list of nids is fetched following node references on the original node.

So, when is this useful?

If you just want to display information in Views, then you can just skip this module and use standard relationships in Views instead.

Views Argument Inherit

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a new default handler for Views, allowing the argument to inherit the value from another argument.

This is probably not extremely useful in most cases, but in some cases it is kind of important that two different arguments have the same input values. This could for example be the case if you're using DraggableViews and Node References in Views together, and want to have a null argument with a parent nid and one argument with all the referenced nodes.