# Summary

This module provides a custom formatter for imagefields, that allows the user to specify which values (deltas) should be displayed.

# Project URL

https://www.drupal.org/project/image_delta_formatter

# Where is the code?

http://cgit.drupalcode.org/image_delta_formatter

# Estimated completion date

2017-03-28

# Dependencies

Core image module.

# Who's doing the port?

fgm

# What help do they need?

Review.

# D8 roadmap

# Background and reference information

A core alternative has been in the making since 07/2011 at #1234624: Limit the number of fields to display which might obsolete this module when/if it is ever completed. In the meantime...

Comments

legaudinier created an issue. See original summary.

chrisolof’s picture

This has been a go-to for me on a variety of projects so I was curious to see where it stood in relation to Drupal 8.

It would appear that Field multiple limit has a D8 alpha release at the moment and does the same thing via Field formatter settings (but for any type of multi-value field). Field formatter settings made it into D8 core. Given all that I think it may make sense to focus on the Field multiple limit D8 branch for this functionality.

bojanz’s picture

Yes, I don't think this module should be ported.

fgm’s picture

Issue summary: View changes

Well, I took a few minutes to do the port, because the core alternative has been unfinished since 2011, and the existing feature set of the module just matched our need: exact same mechanism, save for a better translation/pluralization mechanism of the field UI, so after discussing it with jsacksick, I pushed an initial version working for us on 8.3.x HEAD.

fgm’s picture

Status: Active » Needs review
mmjvb’s picture

Status: Needs review » Needs work

With a dev release Status should be Needs work

mmjvb’s picture

Status: Needs work » Fixed

A Stable is released.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.