Thank you, this fixed it; although I don't know how my field knows this new input filter exists, since there was no change to the content-type's available output options...?
It's livable, but now I see filtered HTML in the admin menu [and only in the 'permissions' window'... any idea why this would be?
Kind,
Sebastian.
Michael Scappa wrote:
site config -> input filters
add a new filter, deselect all of the conversion options.
On Fri, Apr 10, 2009 at 3:18 PM, sebastian <inforazor@gmail.com mailto:inforazor@gmail.com> wrote:
Hello everyone, Learning Drupal as I go with a project. It's been a very tough learning curve, but I am getting close to understanding some of the main principles. Currently I have a number of things I am trying to resolve, one of them is this, I have a CCK/text module installed and being used by a content-type, with fckeditor installed. I'd like the text field to output in HTML, but right now it converts the HTML char into escape-char [so that the HTML is shown on the screen]. I can't seem to find where I turn this off...? So that it renders the text-field as HTML. Under field the text field's properties [under content-type->edit->display->fields->manage] I only see: * Plain text * Filtered text If I select Filtered text, I get an error on the content-creation page for the content type in question. If I select plain text, it converts all of the html to its HTML-safe escape characters... If I click 'display fields' sub tab in the content-type's sub edit pages, I see in the drop down: 'default', 'plain text' and 'hidden'. default and plain result in no chance of the output. How can I stop the text field from converting the input into 'plain' or 'safe'? Thanks for your time, Sebastian. -- [ Drupal support list | http://lists.drupal.org/ ]