Hi,

I want to hide CKEditor on views editing pages generally but by now I can just hide it when I define every single field. When I define the path in visibilty settings like admin/build/views/edit/* or admin/build/views/* and set "exclude" the editor will still be visible. Do I miss something?

Best,
Tobias

Comments

mkesicki’s picture

Status: Active » Postponed (maintainer needs more info)

Did you run update.php (Drupal script) and clear Drupal cache after upgrade to latest version of CKEditor module ? Did you add admin/build/views/* to Global or other CKEditor profile ? Please update to 6.x-1.8 version of CKEditor module.
EDIT:
try use this admin/build/views* without '/*' at end

tobiberlin’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Thank you... I updated the module, run update.php and set the excluding path to admin/build/views* - now it works!

agileadam’s picture

Changing admin/build/views/* to admin/build/views* solved the same issue for me. Should the maintainer(s) change the option in the module's defaults?

mkesicki’s picture

Title: Cannot hide CKEditor on views edit pages generally by path?! » [D6] Cannot hide CKEditor on views edit pages generally by path

I commited fix to GIT.