Chaos Plural Plugins

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides ctools plugins to relate to and compare multiple value fields without adding a context or relationship for each field delta.

Currently the module is able to compare a user against a list of users provided by an entityreference field or two lists of entityreference users against each other and detemine whether they contain matching users or not. Handy for access checks in Panels.

Collage Formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

9882

Component created

Component changed

Provides Views style plugin and image field formatter to display images in collage. Uses Blocked Recursive Image Composition (BRIC) algorithm (recursive binary tree).

Profile Fields Upgrade

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

There seems to have been a long running argument about how one should migrate data from the deprecated core-profile module to Drupal 7. What there does not seem to have been is a way to actually do the job.

This is a pretty minimal (read - written in a rush) module to migrate any data that you have attached using the old core-profile fields into fields.api fields attached to the user object.

NVP field

Component type

module

Categories

Maintenance status

Development status

Downloads

430

Component created

Component changed

Summary

NVP field allows you to create a field type of name/value pairs, with custom
titles and easily editable rendering with customizable HTML/text surrounding the pairs.

Boolean formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

12157

Component created

Component changed

Provides a Views-style formatter for boolean list fields.

Types of formats that can be used:

  • Yes / No
  • True / False
  • On / Off
  • Enabled / Disabled
  • 1 / 0
  • ✔ / ✖
  • Custom (user-defined on/off values)

Inspired by the Views boolean field handler, which ironically cannot be used for boolean field API fields.