Media Entity Usage

Component type

module

Maintenance status

Development status

Downloads

121

Component created

Component changed

Media Entity Usage is a module which allows content editors to check if some media is referenced in another entity. At it own it does nothing besides providing additional page to review references and providing views field to use at media administration view that shows references counter.

Media Entity Usage has 2 submodules that collects information about references.

  • MEU Node - collects information about referencing nodes
  • MEU Paragraphs - collects information about referencing paragraphs and its parent entities

Google Feeds

Component type

module

Categories

Maintenance status

Development status

Downloads

774

Component created

Component changed

Google has some special requirements when it comes to sitemaps/feeds, therefore a special View RSS format is what you need. As of now this module solely offers the functionality to create a proper Google News sitemap (requirements can be found here: https://support.google.com/news/publisher/answer/74288?hl=en). More Google sitemap formats are planned to be included in the future. Documentation

Documentation is included with this module (README.txt in the modules root).

Progress Bar Formatter

Component type

module

Maintenance status

Development status

Downloads

190

Component created

Component changed

This module is used to provide the Progress Bar Field Formatter.
Progress Bar Field Formatter is available for List Field (text, float, integer) and State field for Commerce.

How to use?

  1. Download and enable as like any other module.
  2. Now if you add List field in your content type or in other entity type. Go to manage display. You can edit field setting you will find the progress bar in field formatter.

Views Filter Menu

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides a Views filter which will filter nodes based on whether they are added to specific menus or not.

Usage

  • Create a view of nodes and then add a filter.
  • Search for 'Menu' and then select 'Menu filter'.
  • Once applied, an interface will be displayed allowing the selection of menus, and whether it will filter based on if the nodes are 'in' or 'out' of the menus selected.

Limitations

This filter currently only filters node entities.

Views Conditional Area

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Area handlers tell Views what can display in the header, footer and empty text of a view.

This module provides three additional area handlers which can display a result based on a condition placed on an exposed filter attached to the view. Each provides an extension of a default implementation provided by Views.

Conditional text area
Provides the ability to display markup text using the pre-configured text formats available within the website.

Views Timestamp Aggregate

Component type

module

Categories

Maintenance status

Development status

Downloads

170

Component created

Component changed

The project seems to duplicate Views Date Format SQL functionality.

The module adds a Views field handler for timestamp date fields. The primary reason was to allow to aggregate the field not only by its full value (which commonly has no sense) but also by its components (e.g. only year and month).

A use case: aggregate nodes by created date to see statistics by day.