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
Comment #1
wwalc commentedProbably 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).
Comment #2
kyle.vh commentedI 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.
Comment #3
mcjudd commentedComment #4
fictionindustries commentedGot 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.
Comment #5
zeta1600 commentedAny solution to this issue yet?
Comment #6
zeta1600 commentedI 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.