Could somebody tell me how can I remove input filter chooser from comment form in Drupal 6?
Regards
|
Could somebody tell me how can I remove input filter chooser from comment form in Drupal 6? Regards |
|||
|
|
Click configure for each of the formats, and edit who can use the roles as necessary. |
|||
|
|
|
Another way is to use jquery. This is nice if you want more granular control over displaying the comment input filter. One way to hide it is using the following code:
You can put this in your theme's .js file if you have one. |
|||
|
|