Change profile depending on content type or path
Mattias-J - April 11, 2008 - 09:10
| Project: | FCKeditor - WYSIWYG HTML editor |
| Version: | 5.x-2.1-beta2 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
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.

#1
At this moment you would have to hack the module (modules/fckeditor/fckeditor.module, probably fckeditor_user_get_profile() function).
#2
#3
Marking this as dup of #268070: Assign editor-profiles to content types, because the second issue contains more information regarding this feature request.
#4