Heads up - first time user of cck
Drupal 6.15 (actualluy an acquia drupal setup), cck version noted above
CCK textfield set to as Filtered, not plain text
On display all I get is the text, none of the html, an image, etc. Everything looks fine in edit
The page source shows allt he html has been stripped
I am doing this as user#1 - doubt its a permissions issue
Tried on both FULL HTML and Filtered HTML
Even changed Filtered HTML to not escape any HTML
Problem occurs in CKEditor (Module), FCKEditor (Module), and
WYSIWYG module using ckeditor, fckeditor, and tinymce libraries
Tried in IE8 and Firefox (latest)
If I use Plaintext, not Filtered, - I see the html as text in the view, so the filter is working in some way, just seems to be escaping all html no matter what
I've search bug reports and cant find this issue at all - except when people dont select Filtered
So I guess its me but damn if I know what to test next?
This is a personal priority and I have spent hours in testing/checking so far - attention, even if makes me look like a newbie :) is appreciated - at wits end cause I assuem this should work?
I dont have to many extra modules installed (though acquia does several) ideas on what to remove/test?
Allan
Comments
Comment #1
allan1015 commentedAs an update I tried cck 6.x-2.6 as well, same issue
Oh and I mean textarea type fields not textfield
Comment #2
allan1015 commentedOK, I give up!!!
I created a new field, everything is the same in the config, but the new field works and the original ones do not.
I've no idea what happen to the the original fields (2 of them) but all the new stuff works
Confusing
Comment #3
fauxstor commentedSame issue here, on 6.16 of Drupal and 6.x-2.6 of CCK. This is happening in a View (version 6.x-2.8). It was working previously.
Comment #4
millions commentedsame issue for me too.
Comment #5
millions commentedI tried removing the field and adding a new one, also selecting filtered in the field global settings, then full html in the input format of the node. Still strips html and outputs it as plain text. Yes, I checked the display field area and it's set to display default and NOT plain text.
Comment #6
Anonymous (not verified) commentedI found the solution, FYI, from this source: http://drupal.org/node/745920#comment-2736172.
Comment #7
karens commentedCan't reproduce the problem and based on #6 it is not a bug in CCK but a misunderstanding of how to set up the input filters when using WYSIWYG.