Configure the layout and format of content and data presented to site visitors.

WYSIWYG Map

INTRODUCTION
-----------------

Current Maintainer: Scot Hubbard - http://drupal.org/user/868214

This module allows content creators/maintainers to add maps to content via the TinyMCE & CKEditor WYSIWYG editors (it has been tested against these two editors, it may also work with others).

A WYSIWYG toolbar button can be enabled under the WYSIWYG profiles setup to allow the user to open a dialog that will enabled them to find a point on a map, set the width, height and zoom factor and map type, and insert a token directly into the filtered content. The map will then display
when the content is viewed normally.

It is also necessary to enable to filter under Text Formats (this will convert the token into the corresponding map when the content is veiwed normally). Make sure the WYSIWYG Map Filter is one of the last to run.

INSTALLATION
----------------

Install as usual...
see http://drupal.org/documentation/install/modules-themes/modules-7

CONFIGURATION
-------------------

There are no specific config options for this module other than enabling the filter and the WYSIWYG button as described above.

NOTES
-------

Grid Field Formatter

Configuration page for the formatter: enable Grid Field Formatter with a number

As an attempt to provide a solution to:

How do I format a multi value field as a grid?

the Grid Field Formatter module provides a simple way to overridde the display of multi-value fields to show as a grid/table with a certain number of columns.

This module has no pretention of implementing any field: it is not a Table field, such as TableField, or CCK Table Field.
It's just a formatter (display) to render multi-value fields with a grid/table layout instead of a list of items.

The idea behind this is to provide a simple solution, easy to use, setup, with few dependencies and trying to leverage the formatter hooks provided by #945524: Field formatter settings hooks in core to extend existing field formatters.

Implementation:

The code is very similar to other modules built on top of Field formatter settings, such as Linked field or Field formatter class, and it implements hook_field_formatter_settings_form_alter to add configuration options to existing formatter settings forms.

Label with field formatter

Provides a field formatter for entityreferences which displays the entity label and a field from the referenced entity with optional pre- and suffix.

File field formatter

Provides a field formatter which allows you to display a field of the file entity.

Duration Formatter

This module provides a field formatter which displays a number field as a duration (Example: 195.553 will be output as 03:15).

Comment attachment

forum-comment-attachments

Overview:
Comment attachment module enables comments to have files attached to it.

Pages

Subscribe with RSS Subscribe to RSS - Content display