Fckeditor is not showing for any cck field i created. Ive created a user and put them in a role called 'editor'.
I've done the following:

  • when creating a page of this content type, i've taken the id of textarea where its says "The ID for excluding or including this element is: edit-field-desc-spot-0-value...."
  • In the fckeditor admin section in drupal, under 'visibility section', set to 'include', added the html id of the textarea of the cck field that i created into all the roles (default and advanced and my own user role 'editor').
  • in permissions, given access to fckeditor to 'editor'.

FCKEDITOR shows in core content types text fields such as body of 'pages'.

Is something overriding this setting?

Comments

mikembm’s picture

Make sure that the input format for the fields are set to full html

dravidian7’s picture

I have that set already. Still doesnt work.