entity_decorator

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A Drupal 7 Module to beautifully decorate your entities.

Preamble

Tired of typing code with deep nested arrays like this to work with your fields?

$item_id = $node->{$this->field_name}[LANGUAGE_NONE][0]['value'];

Of course you are, so you use the Entity API.

Which is an improvement but you may find yourself typing entity_metadata_wrapper a lot!

$wrapper = entity_metadata_wrapper('node', $node);

Replicate paragraphs

Component type

module

Maintenance status

Development status

Downloads

16608

Component created

Component changed

Replicate Paragraphs Extends Replicate module to manage the cloning of paragraphs_item entities and fields.
Basics

When you clone an entity (node, taxonomy term, ...) containing a paragraphs reference, the paragraphs items are not duplicated, and the cloned entity still references the same paragraphs than the original entity.
This poses great issues as any modification on the paragraphs will impact all the duplicated entities.

File path

Component type

module

Categories

Maintenance status

Development status

Downloads

469

Component created

Component changed

Description

File path supply a form element with autocomplete for files and directory in a given path.

Usage

A proper use is when a distribution/module relay on a given path for a downloaded library and the user need to fill in the path.

Supercookie

Component type

module

Maintenance status

Development status

Downloads

4138

Component created

Component changed

This module sets a persistent, unique cookie and corresponding database session record within the specified expiration interval for every site visitor, regardless of their user agent (browser) settings. This module was created specifically to address the problem of tracking many anonymous users visiting a site from a single IP address (e.g. a school, corporate office, etc.)

From some marketeer out in the ether:

FatSecret REST API Integration module

Component type

module

Maintenance status

Development status

Component created

Component changed

FatSecret: The Drupal 6 & 7 FatSecret REST API Integration module
--------------------------------------------------------------------

This module allows you to integrate FatSecret API and to call all related API function of FatSecret.

This version of the module only works with Drupal 6.x & 7.x.