![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Is it possible to remove spellcheck link and icon from Roundcube, since it is not working when I use languages other than English?
Thanks |
|
#2
|
|||
|
|||
|
I am using German and it's working fine! Look at the main.inc.php there are two options you have to edit.
Code:
// the default locale setting $rcmail_config['locale_string'] = 'de'; Code:
// 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;
|
|
#3
|
|||
|
|||
|
If that don't work and you still want to remove it then go to skins/default/templates/compose.html then remove
Code:
<roundcube:button command="spellcheck" imageSel="/images/buttons/spellcheck_sel.png" imageAct="/images/buttons/spellcheck_act.png" imagePas="/images/buttons/spellcheck_pas.png" width="32" height="32" title="checkspelling" /> |
|
#4
|
|||
|
|||
|
I have tried to remove it but it is still there.
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
| For more information about the ads and why they're here, please see the FAQ |