i have installed and set up fckeditor under drupal 5, using a modified zen theme.
everything seems to work fine, except ... 2 things;
first; i can't figure out how to get fckeditor to only be used for content editing of pages.
as fckeditor is quite slow, i'd like to limit its use to where needed, which is only when editing page content.
i figure this should be done through the visibility settings under administration->site configuration->fckeditor, using the inclusion/exclusion mode.
the only problem is, you have to type in the fields or paths by hand and no clue whatsoever is given as to what those fieldnames could be ....
second problem i come across is error messages and attempt at opening popup windows which firefox keeps blocking, telling me that the DrupalFull toolbar is either not configure or could not be found.
the toolbad is, however, configured in fckeditor.config.js by default and the file is in its default location;
modules
__fckeditor
____fckeditor.config.js
any help or suggestions on these two issues would be very much appreciated
thanks!
Comments
1 down ....
ok, so the first one i kinda figured out - it was right underneath the edit box in the edit page of a story: edit-body
is there a full list of fields that drupal uses / generates, where it uses those, and so on ?
still looking for an answer to the second part though ...