Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

How can I set up the following:

  • Administrator should be able to use Full HTML with an editor window in Nodes.
  • Users should be able to use Filtered HTML in Nodes without an editor - just the markup.
  • Everybody should be able to use Filtered HTML in comments via markup - no editor.
share|improve this question
Which editor are you trying to use? – Patrick Kenny Jun 7 '12 at 2:27
Use ckEditor module. – Mohammad Anwar Jun 7 '12 at 6:07

1 Answer

First you create your two text formats (if not already present).

Then you can use the wysiwyg module (http://drupal.org/project/wysiwyg) to display an editor for the Full HTML text format (on /admin/config/content/wysiwyg). wysiwyg will only display editors that you have set up properly (usually by placing a third party library in sites/all/libraries)

You can limit use of the text formats via the permission settings.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.