Closed (won't fix)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
6.x-2.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2010 at 09:32 UTC
Updated:
8 Sep 2011 at 20:22 UTC
Hello,
I need to customize the FCKeditor toolbar on specific fields, for example edit-body field would display the DrupalBasic toolbar and edit-description field to display the DrupalFull toolbar and another field to display DrupalFiltered toolbar and another field to display a custom toolbar I created.
How would I implement this?
Comments
Comment #1
Jorrit commentedYou should be able to create two profiles for the same roles. In one, include the first set of url paths and DrupalFull, in the second set the second set of url paths and the DrupalFiltered toolbar. This should work.
Comment #2
findorf commentedHello,
Did you get this to word Peter?
I would like users that comments on a node to upload to one specific path on the ftp.
All other users should upload images just as always.
I have set up a fckeditor profile called "Comments", this profile has visibility settings set to "include" on the field "edit-comment".
In basic settings, if I set the "comments" profile to be allowed for all user profiles, the Default editor don't show up on ANY PAGES (Yes, I set the settings for the Comments editor profile, but it is the Default editor profile that is affected).
This behavior is not logical to me.
Comment #3
Jorrit commentedTry to change the role precedence setting in general settings. Or try CKEditor (http://drupal.org/project/ckeditor).