Roundcube Community Forum

 

Spellcheck

Started by web4you, June 13, 2007, 05:49:42 PM

Previous topic - Next topic

web4you

Is it possible to remove spellcheck link and icon from Roundcube, since it is not working when I use languages other than English?
Thanks  

Jo_shi

I am using German and it's working fine! Look at the main.inc.php there are two options you have to edit.
// the default locale setting
$rcmail_config['locale_string'] = 'de';
and
// These languages can be selected for spell checking.
// Configure as a PHP style hash array: array('en'=>'English', 'de'=>'Deutsch');
// Leave empty for default set of Google spell check languages
$rcmail_config['spellcheck_languages'] = NULL;

Greetings Jo_shi

SKaero

If that don't work and you still want to remove it then go to skins/default/templates/compose.html then remove <roundcube:button command=&quot;spellcheck&quot; imageSel=&quot;/images/buttons/spellcheck_sel.png&quot; imageAct=&quot;/images/buttons/spellcheck_act.png&quot; imagePas=&quot;/images/buttons/spellcheck_pas.png&quot; width=&quot;32&quot; height=&quot;32&quot; title=&quot;checkspelling&quot; />

web4you

I have tried to remove it but it is still there.