Posted by TechNikh on January 25, 2012 at 8:37pm
The Simple Field Formatter module allows site administrators to easily control the display of field values with following features
Features:
- Prepend the field value with specified text/HTML
- Append the field value with specified text/HTML
- Reverse the Field Value
- Trim the Field Value
- Convert the field value to lowercase letters
- Convert the field value to uppercase letters
- Convert the first character of the field value to uppercase
- Convert the first character of each word in the field value to uppercase (7.x-1.x-dev)
- Replace some characters with some other characters in the field value (7.x-1.x-dev)
Use Cases:
1)Easily apply HTML wrapper code to field values.
example:
Prefix:<strong>
Suffix:</strong>2)Seperate inline fields in a field group with a coma
example:
Suffix:,3)render image from url in a text field.
example:
Prefix: <img src="
Suffix: " />Supported Field Types:
- Text
For Advanced users & PHP programmers I recommend http://drupal.org/project/custom_formatters
Downloads
Recommended releases
Development releases
Project Information
- Maintenance status: Actively maintained
- Development status: Under active development
- Module categories: Content Display, Fields, Theme Enhancements, Utility
- Reported installs: 87 sites currently report using this module. View usage statistics.
- Downloads: 222
- Automated tests: Enabled
- Last modified: May 14, 2012

