Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2010 at 20:02 UTC
Updated:
16 Apr 2010 at 02:10 UTC
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
Comment #1
mephir commentedYou 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 #2
joshmv commentedFixed, found the "better formats" module which worked perfectly.
Comment #3
mattwmc commentedThis didn't work for my comments.
Is the above correct?
Update: This worked:
Comment #5
ndame commentedPerfect this worked great, thanks!