Entity reference multiple display

Component type

module

Maintenance status

Development status

Downloads

2648

Component created

Component changed

This module provides a new field formatter for Entity Reference that let you configure different view modes for each entities referenced. You can split referenced entities in groups and choose a specific view mode for each groups.

Do you need this module?

For example you want the first referenced node display as full and next as teaser, or you want first and second element as teaser, third as full and all next as rss! This module can help you!

Contextual View Modes

Component type

module

Maintenance status

Development status

Downloads

10071

Component created

Component changed

Ever want to change the view mode of something based off a context? Well now you can! Contextual view modes adds a context reaction where you can set the view mode of any entity. You can also set the view mode on a per node and per user basis using the node and user ui modules bundled inside.

Version 3.x

No more secondary interface for global settings, this configuration has been re-factored in to a real context plugin. Now when enabled you can add a 'View Mode' reaction to your contexts. This new context plugin also works with the mobile detect context conditions.

Gravatar Style

Component type

module

Maintenance status

Development status

Downloads

1843

Component created

Component changed

Displays gravatars with the selected user picture display style applied. This for instance allows you to de-saturate gravatars or add rounded corners to them, so they fit in better with your theme.

Processed gravatar images are cached locally for a week.

This module requires Gravatar.

If you want configuration options or support for other external picture providers, maybe look at these modules instead:

First time visit

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module sets a cookie the first time a user comes into the site and exposes a function called first_time_visit_is_first(); This is done via javascript to guarantee the code executes even if a proxy reverse is implemented.

Drush commands for Feeds

Component type

module

Maintenance status

Development status

Component created

Component changed

Simple-to-use Feeds commands for Drush.

List all defined feed sources

drush flist

Import a source (using HTTP fetching only)

drush fim my_article_node_importer http://example.org/xml/articles.xml

Delete feed items from a given source