Hi there

I have being using FCK successfully and getting more into it.

I notice that when I create a new cck field (say a text box) the FCK editor panel above the box shows correctly. I mark up the text in the normal way (bold, para etc etc)

However, when I save the content the resulting text feild shows as marked up text rather tham as wysiwyg

eg.

example

text

... and not as the word 'text' in bold.

What am I doing wrong?

PS the other Content Type fields work fine and display correctly

Comments

wwalc’s picture

Priority: Critical » Normal

Probably this CCK field does not have any input format assigned, that's why CCK/Drupal does not display it as HTML, it is treated as a plain text area.
So what you should do really is to disable FCKeditor on that field in the Global FCKeditor Profile.
Or the second option, edit that field and change "Text processing" from "Plain text" to "Filtered text" or something like that (if I'm not wrong).

kyle.vh’s picture

I have the same issue on 6.x-1.3-rc5.
If I edit the CCK field to accept filtered text, the issue remains...

any thoughts? It would be cool to use FCKeditor in CCK fields.

mcjudd’s picture

Status: Active » Closed (fixed)
fictionindustries’s picture

Got the same problem. My Textfiels always show the html tags even with the textfield input on full html.
My TinyMCE editor renders the html correctly but when I save it shows the html tags on the page.

How can I force drupal to accept the html tags as tags and not render them as text? It seems such a basic function I just think I'm doing something wrong.

zeta1600’s picture

Any solution to this issue yet?

zeta1600’s picture

I was able to find out that it was limited to CCK text fields. To fix, I went to manage the field, then configure, and select Filtered html. Hope that helps.