EPSA Crop - Image Cropping

Component type

module

Maintenance status

Development status

Downloads

36467

Component created

Component changed

EPSA Crop is a module that allows a user to choose coordinates for different presets on an image. If a user defines coordinates EPSACrop will override the Imagecache process and will set new coordinates.

Every preset with the crop action is handled by EPSACrop. If the user don't change the coordinates, the normal imagecache process is applied.

EPSACrop 1.x depends on these modules

Button Field

Component type

module

Maintenance status

Development status

Downloads

21400

Component created

Component changed

Adds a button field type for use with any fieldable entity type and Rules. Provides two different widgets: HTML Button and Image Button. Adds a new button click event, clicked button comparison, and reload page action for use with rules. When the button is clicked, an AJAX call is used to run the event. Using rules you could display a message to the user, alter some data on the entity (or another entity) and reload the current (or any other) page.

Social field

Component type

module

Categories

Maintenance status

Development status

Downloads

11357

Component created

Component changed

DESCRIPTION

The Social field module provides a field that allows you to collect links to social network profiles like facebook, twitter, googleplus, linkedin, etc. Links are shown as icons. Social field links are validated according to the patterns inserted in the module configuration.

For the moment, this module requires fontello icons collection.

SUB-MODULES

In addition to the core Social field module, you are able to enable the following sub-module:

AudioField

Component type

module

Maintenance status

Development status

Downloads

108697

Component created

Component changed

Drupal 8

The Drupal 8 version of the Audio Field module is a full rewrite from the Drupal 7 module. This module is a file formatter for the File and Link modules. It allows you to upload or link audio files and play them on your site using one of several audio players available. It supports most audio formats (depends on the selected audio player).

Please see the module documentation for examples of the players in use.

Custom Formatters

Component type

module

Maintenance status

Development status

Downloads

142200

Component created

Component changed

The Custom Formatters module allows users to easily create custom Field Formatters without the need to write a custom module. Custom Formatters can then be exported as CTools Exportables, Features or Drupal API Field Formatters.

 

Attachment Links

Component type

module

Maintenance status

Development status

Downloads

12866

Component created

Component changed

The Attachment Links module provides permanent links to files attached to a node. A single, easy-to-remember URL can be used to retrieve the preferred (canonical) or newest version of a file regardless of how many versions of that file have been attached to a node.

Typically, users will want to create a "File" content type and enable the Attachment Links module for that content type. Each "File" node should refer to a single file: "Handbook," "Company logo," "Team roster," etc. Though each node could contain multiple versions of the file, Attachment Link provides permanent link to access the preferred or newest versions.

Nodereference Count

Component type

module

Maintenance status

Development status

Downloads

24495

Component created

Component changed

This is a CCK (Drupal 6) / Field API (Drupal 7) field type that will count the number of nodereferences to a particular node. The count is updated both when the node that is being counted is saved, as well as when a node that is referencing the node being counted is saved, updated or deleted. It will count references from individual nodereference fields as well as aggregate counts from multiple nodereference fields to the same node.

Also see Entity reference count for a version of this module that works with entity references.