Drupal 6.15
CKEditor 6.x-1.0-beta1 (CKEditor 3.1 SVN)
Logged in as an admin.
Case 1
-------
Administer -> Site configuration -> CKEditor -> Advanced Profile -> Visibility Settings
1. Use inclusion or exclusion method -> Include
2. Fields to exclude/include -> *.edit-description (admin/content/taxonomy/*/add/term.edit-description doesn't seem to work either)
Case 2
-------
Administer -> Site configuration -> CKEditor -> Advanced Profile -> Visibility Settings
1. Use inclusion or exclusion method -> Exclude
2. Fields to exclude/include -> empty
CKEditor doesnt show up on "admin/content/taxonomy/2/add/term" for the Description field of term or "admin/content/taxonomy/add/vocabulary" for the Description field of vocabulary
It shows up very well on other pages ("node/add/", "admin/settings/site-information", etc).
Comments
Comment #1
wwalc commentedCheck the Global Profile (admin/settings/ckeditor/editg): *.edit-description is disabled there because usually HTML is not allowed there (afaik).
Comment #2
shreyabhatt commentedThanks a lot. That solves it.
Comment #3
me.prosenjeet commented"CKEditor: the ID for excluding or including this element is page@node/1/edit.edit-body"
Using: ckeditor-6.x-1.1
Sorry, new to Drupal hence please bear with me.
Tried this module and installed it correctly (as far as I think)
But when I am trying to add a content or edit an old content, I am getting this message:
"CKEditor: the ID for excluding or including this element is page@node/1/edit.edit-body"
Comment #4
dczepierga commented