Editable Fields as Links

Component type

module

Maintenance status

Development status

Downloads

3409

Component created

Component changed

This module extends Editable Fields to replace the form button with an AJAX link.

In heavy traffic websites, creating hundreds of forms on every page view can cause the website to slow down significantly, by replacing the editing process to be initiated with a clickable link we can display a lot more Editable Fields.

Developed by Linnovate, Sponsored by NPTech.

Field Value Link Formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

1642

Component created

Component changed

This small module provides a field formatter that displays a field as a link whose URL consists of a base path combined with the value of the field.

For example, if the value in your text field is 'foo', then you can have this output as a link to 'my/base/path/foo'.

This is intended for use with a View that has an argument on this particular field. This means that your field becomes a link to a list of 'more things with this value'. This replicates the functionality of Drupal core's Profile module, but obviously can now be applied to any field on any entity.

Wysiwyg Exclude Field

Component type

module

Maintenance status

Development status

Downloads

2395

Component created

Component changed

Wysiwyg exclude field adds control option on textarea's field type to
allow administrators to choose if the wysiwyg editor should appears on form.

With wysiwyg module, the only way you have to define a textarea's field to be
loaded without wysiwyg editor is to create a new text format which will
have no editor selected.
This module fill in this lack by providing an option to unload wysiwyg editor on
a selected field.

Installation

-------------------

Location Field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a quick wrapper arround d7 version of location_cck module allowing a location field on any entity type.

The git 'master' head is not used. Please checkout the '7.x-3.x' head, according to location module versioning scheme :

git clone --branch 7.x-3.x garphy@git.drupal.org:sandbox/garphy/1493472.git location_field