Hiding the spell check button
For disabling of the spell check option please set the "ShowSpellCheck" property of the editmenu in the file ~\CMSModules\Content\CMSDesk\Edit\EditMenu.aspx to "false". This disables the button in CMSDesk. If you want to hide this button on a User Contribution, you should be able to apply the same approach on the file ~\CMSModules\Content\Controls\UserContributions\EditForm.ascx.
Is there a solution for v8? EditMenu.aspx isn't existing anymore and setting ShowSpellCheck in the <cms:Editmenu/> in Edit.aspx instead doesn't do anything.
You can simply comment out the line 1020 from the \CMS\CMSModules\Content\Controls\EditMenu.ascx.cs file:
// AddAction(spellcheck);
Best regards, Jan Hermann
Please, sign in to be able to submit a new answer.