Hello

I am using Wysiwyg Spellcheck module.

However, this is not enabled by default in the editor. User has to click on the button to enable it. I asked about it on wysiwyg spellcheck module issue queue. Crux of response if WYSIWYG will have to have something to enable it by default, here is the link to the issue.

Also, I could see the issue #1046296 where they have enabled some other plugin with the help of a custom module. IS this possible for wysiwyg spellcheck plugin as well?

I appreciate the support offered.

Comments

TwoD’s picture

Status: Active » Fixed

No plugins or buttons are currently enabled by default because we can't determine which ones to enable. So no, there's no officially supported way to do it using the plugin hooks. However, you could implement hook_form_alter() to check the spellcheck plugin's box by default.

For a bit more detail see my post in #1965280-3: Enable it by default, which explains what's happening in #1046206: CCK signup requires the nodereference in drupal 7.

Status: Fixed » Closed (fixed)

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