Drupal - How to change the input format of comments?

This problem annoys me very much. Somehow, after installing the wysiwig editor, my comment body shape turned into a rich area .. bla bla. I don’t want this, but I can’t find a place where you can turn back the input format for commenting into plain text (or filtered format). I know how to change the filter settings for different types of content, but canceling comments in a simple format is driving me crazy! Please help - where is this configuration place for comments?

+5
source share
2 answers

Better Formats will do the trick. More information about this module (from the project page):

Enhanced Formats is a module that will add more flexibility to the Drupal input system.

Functions

  • Set the allowed text formats for each field.
  • Set the default order for text formats for each field.
  • Hide format hints for each role.
  • Hide additional information about links to each role.
  • Hide the choice of format for each role on the entity.
  • Currently it only works with field API fields for field objects that implement text processing in the style of the main style. It’s good that most of the things are mostly contributions.
+6
source

here:

admin/structure/types/manage/[contentType]/comment/fields/comment_body

you can also set the d7 format at least ..

+10

All Articles