Twitter: 
Who would have thought it, my Macbook needs third party for me to be able to passthru audio from Line-in to my Speakers. What a mad world. 1 week 1 day ago
Custom Formatters

The Custom Formatters module allows users to easily create custom CCK Formatters without the need to write a custom module.

#D7CX: I pledge that Custom Formatters will have a full Drupal 7 release on the day that Drupal 7 is released.

  • Two different editor modes:
    • [D6] Basic: A HTML based editor with Token support.
    • Advanced: A PHP based editor with support for multiple fields and multiple values.
  • Support for:
  • [D6] Preview custom formatters during creation (requires Devel generate module).
  • Clone an existing custom formatter.
  • [D6-1.5b2] Convert 'basic' formattes to 'advanced' formatters.
  • Export custom formatters ([<D6-1.5b2] advanced formatters only) ([D6-1.5b2] including tar/tgz archive).
  • [D6] Support for the Insert module.

  • Devel (includes Devel generate)

Custom Formatters can be managed on the 'Custom Formatters' overview page.

Drupal 6:
'Administer > Site configuration > Custom Formatters'.
http://[www.yoursite.com/path/to/drupal]/admin/settings/formatters

Drupal 7:
'Administer > Configuration and modules > Content authoring > Custom Formatters'.
http://[www.yoursite.com/path/to/drupal]/admin/config/content/formatters

 

More information on usage, including tips & tricks, can be found in help:
http://[www.yoursite.com/path/to/drupal]/admin/help/custom_formatters

Important: Custom Formatters 1.2 adds the requirement of the Token module, you MUST install and enable the module if you have not already done so or you will run into issues.

And as always, be sure to run update.php after updating Custom Formatters.
http://[www.yoursite.com/path/to/drupal]/update.php

Downloads View all downloads
drupalversiondownloadsizereleased
stable releases
6.x1.5-beta1custom_formatters-6.x-1.5-beta1.tar.gz02-Mar-2010 - 17:01:37
dev releases
7.x1.x-devcustom_formatters-7.x-1.x-dev.tar.gz04-Jan-2010 - 16:13:18
6.x1.x-devcustom_formatters-6.x-1.x-dev.tar.gz04-Jan-2010 - 16:14:43
Changelog - Custom Formatters 6.x-1.5-beta4, 2010-06-27 View full changelog
- Fixed issue with Features integration.