Closed (fixed)
Project:
Better Formats
Version:
6.x-1.0-beta6
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
13 Jan 2009 at 18:38 UTC
Updated:
6 Oct 2011 at 23:52 UTC
I will be adding CCK single line text support for the next release.
Comments
Comment #1
dragonwize commentedCommitted to the 6--1 branch.
Comment #2
doublejosh commentedGood god what great timing. Looking for this today, committed yesterday. Riding the Drupal wave.
I was pretty unsure where to activate the format to a CCK field.
For others...
You must check the "Filtered text (user selects input format)" option under "Text processing" within the "Configure" for a given CCK field.
I was actually expecting it on the Display Fields configuration area, but this lets it have a bit more user control than just running fields through a format upon display.
I came upon this module looking for a way to filter a node's title. For now I will use the check_markup function and drop it in the node-mytype.tpl.php
check_markup($text, $format = FILTER_FORMAT_DEFAULT, $check = TRUE);Comment #4
doublejosh commentedField level format issue #350696: Per field format settings with full BF options via CCK widget