Remove spelling

Permalink Browser Info Environment
How would I go about removing the spelling feature? It doesn't work very well and I would like to take it out.

Many thanks,
Mike

Type: Discussion
Status: Archived
designserve
View Replies: View Best Answer
ryan replied on at Permalink Best Answer Reply
ryan
Two ways to do it, both would disable the spelling feature throughout your concrete5 site
add this to your config/site.php
define('DIR_FILES_BIN_ASPELL', '/dev/null');


Or override the spellchecker helper by copying concrete/helpers/spellchecker.php to: /helpers/spellchecker.php

And then make the file contain this code:
<?php
class SpellcheckerHelper extends Concrete5_Helper_Spellchecker {
   public function enabled(){ return false; }
}
?>
designserve replied on at Permalink Reply
designserve
The first didn't work for me, the 'start discussion' link didn't open due to javascript error but I'll try the second later thank you!
designserve replied on at Permalink Reply
designserve
The second worked perfectly, many thanks.
EvanCooper replied on at Permalink Reply
EvanCooper
Cool, glad it worked!
ConcreteCMS replied on at Permalink Reply
ConcreteCMS
Attention: Since there has been no activity on this issue for two weeks, this issue has been automatically archived.

To re-open this issue, reply to this message.

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.