Entity Property Extra Fields

Component type

module

Maintenance status

Development status

Component created

Component changed

You shouldn't install this module unless it is a dependency of another module you are using or you are a developer.

Usage

To expose your own entity properties perform the following steps.

Add the extra fields controller class (EntityPropertyExtraFieldsController)
to the entity info that contains the properties that you want to expose.
You can do this just adding a new key in your hook_entity_info(), or you
can implement hook_entity_info_alter().

Transitive Formatter

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a new field formatter for Entity Reference that let you pick a field from the referenced entities and set its formatter.

This module is useful to avoid the one field only view mode used in the rendered entity field formatter.

Report Mistake

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Add a "Report Mistake" link for every field.
Visitor can report the mistake to the site admin.
Admin user can accept or ignore the reported "mistake".

Image Shrink Wrap

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Description

When installed, "Image Shrink Wrap" creates a new "Format" on the image CCK type labelled "Image Shrink Wrap". Fundamentally all this does is wrap the image in a DIV tag that is positioned relative and places another empty DIV container directly above the image (inside the container DIV), which is then positioned absolutely with a width and height of 100% to stop people from being able to right-click and save-as images.

Obviously this isn't a "catch-all" solution to stopping visitors from stealing high-resolution images, but is meant purely as a deterrent.