I like having the CKEditor when I create content in the admin area, but I'd rather not have it available for regular users when posting article comments since it slows down the page loading. Is there anyway to separate the two?

I thought there might be a setting in the WYSIWYG module or possibly the permissions page but haven't found anything yet.

Comments

mephir’s picture

You can add element id to exclude textarea in profile setting, if you want disable editor for all comment textareas, you can add line below:

*@comment/reply/*.edit-comment.
joshmv’s picture

Status: Active » Fixed

Fixed, found the "better formats" module which worked perfectly.

mattwmc’s picture

This didn't work for my comments.

Is the above correct?

Update: This worked:

*.edit-comment

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

ndame’s picture

Perfect this worked great, thanks!