Hey guys,
I just installed this to a Drupal 7 site I'm building, but I can't find a way to show it to Anonymous users, I checked permissions and there is nothing there, I checked Profiles and nothing there either, where should I check so I can assign a Profile to anonymous?
Thanks
Comments
Comment #1
mkesicki commentedAll CKEditor permissions settings are located in drupal permissions site (/admin/people/permissions). If you want to show CKEditor for anonymous users for example in comment form please allow anonymous user post a comment. I think that there is no way to set profile to anonymous user, but I think this is not necessary.
Remember that for now only way to restrict where CKEditor should show and where not is use text format which you can set to user role. Hope this helps you. If you have more question please reopen this ticket.
Comment #3
boyron commentedIn my site, anonymous user can comment and i do not want them to use ckeditor for commenting. On the other hand, I want the logged in users to use ckeditor when they comment.
I did not find an option to do this using ckeditor module settings. You said only way to restrict ckeditor is to use text formats. I have selected only 'plain text' for anonymous user, so I doubt ckeditor consider this at all.
How can I restrict ckeditor for anonymous user only without disabling comment option for them but still having ckedior enabled for logged in users in the same field? I will really appreciate a solution.
Comment #4
boyron commentedAchieved the objective by removing the 'Basic Text' profile fro CKEditor. Thanks @behestee for finding out the solution!