Using ckeditor module 6.x-1.x-dev (after using 6.x-1.11) with ckeditor 3.6.2.
I've added a field to the Global Profile as an Excluded field but for some reason it doesn't work. Here's an example of the specific field I'm having a problem with:
CKEditor: the ID for excluding or including this element is oif:admin/build/views/ajax/display/activity_log_stream/default/header.edit-header

I want it to exclude any view and display's header text, so I added it as thus:
admin/build/views/ajax/display/*/*/header.edit-header and I also tried admin/build/views/*, admin/build/views/ajax/* and some more but it doesn't work though. Finally, I tried pasting in the exact field name without the wildcards, but that doesn't work either. However, the Global Profile Exclude works for other fields, outside of Views. I'm using Views 6.x-2.16.

Comments

sdnet’s picture

I would like to add I have the same thing with the lightbox2 handler field named "popup" where I must put tokens.
I can't remove CKEditor for this field and when I put some content in, the field does not save the html when I save the field.

chunty’s picture

I'm having the same problem but I've found a wierd work around (I think the issue is perhaps tied to the ajax loading), here's how I'm coping with this:

  1. Add a "Global text: Text area" to the header as normal
  2. Don't try to put any content in it just save it
  3. Now click on the link on the field in the header (as you would to edit it). This will load the configuration below as normal and as you've identified with a ckeditor.....
  4. Then click on the link again this will magically make the editor disappear and a textbox appear

You'll have to do this (double click process) every time you want to edit it cos it will always load the editor and the normal link you see below the editor switch between textarea and editor is missing

Hope that helps until a fix is released

Chris

sdnet’s picture

Thanks a lot Chris for your solution that works fine for the moment. I just have to click on the link again to make the editor disappear and a textbox appear.
This solution works for all textarea called in ajax and for which we don't want CKEditor.