Is it possible to override which profile is loaded depending on content type or node path?

On drupal we normally have FCKeditor default stats as disabled, but want to have it active as default for one of the content types.

I'v tried to make a separate profile, with high priority and the default state as active. then filter it to only show on these nodes. But this made the FCKeditor disabled in all the other nodes.

Comments

wwalc’s picture

At this moment you would have to hack the module (modules/fckeditor/fckeditor.module, probably fckeditor_user_get_profile() function).

Jorrit’s picture

Category: support » feature
wwalc’s picture

Marking this as dup of #268070: Assign editor-profiles to content types, because the second issue contains more information regarding this feature request.

wwalc’s picture

Status: Active » Closed (duplicate)