Is there any special setup that needs to happen for it to work properly in a CCK Text Area field?
It works for default Body Field but in the CCK Text Area Field, it shows up as [[wysiwyg_imageupload:x:]]
I thought it works now with 6.x-2.9.
Is there any special setup that needs to happen for it to work properly in a CCK Text Area field?
It works for default Body Field but in the CCK Text Area Field, it shows up as [[wysiwyg_imageupload:x:]]
I thought it works now with 6.x-2.9.
Comments
Comment #1
eugenmayer commentedSee open issue, CCK is not supported yet.
Comment #2
erikhopp commentedHi EugenMayer,
Could you please point me to the CCK integration issue you mentioned? I can't seem to find anything that is currently active.
It also seems really confusing that CCK textarea support is also the first feature mentioned on the module page as new features in 6.2.x - "CCK Textarea: You can plase image CCK textarea field which run the WYSIWYG or any field having the normal filters applied to them. Great for teasers.." - when in fact it does not work.
Can you clarify this?
Thanks
Erik.
Comment #3
eugenmayer commentedWell CCK support should be in, so it should work. Can you provide any informations?
Comment #4
dfdavis commentedThis can be achieved at theme level.
Something like this worked for me:
Comment #5
fidovdbos commentedYou must go to the Input formats if you must configure the input format you have upload with. it's important you have checked "Drupal Wiki inline-images" the images will show now.
Comment #6
wickedwookie commentedI have the same issue here with 6.x-3.0-rc2. I am using a CCK textarea field in a panel element, where it will only display the markup "[[wysiwyg_imageupload:x:]]". Including the image in the body field displays the image as intended. The input filter is active and configured as advised in the documentation.. How can I help? Or what am I missing?
Comment #7
wickedwookie commentedJust a quick note, the work around proposed by dfdavis worked for me as well. I included the code in a custom panel pane where the cck content is now rendered as intended...