I have a situation where I'd like to setup a new fckeditor profile to be used for a single node type and form field while letting all the other forms handled by default.

My use case is I would like to add a new 'wiki' editor type that uses the new FCKeditor mediawiki plugin, but this should only be used on wiki node types. Anonymous and authenticated users can edit wiki nodes, so they should be able to use fckeditor for the edit-body field on wiki pages as well as their usual fckeditor instances for comments and their other fckeditor profile (default or advanced) for other node types' edit-body field.

Any tips on how I could set this up or modify fckeditor module to support this would be appreciated.

Comments

wwalc’s picture

Status: Active » Closed (duplicate)

Sounds like a duplicate of #268070: Assign editor-profiles to content types. Let's use that thread to discuss about it. It should be doable in Drupal 7, for Drupal 5/6 I think it may be hard to implement.