Hello:
Since the spell check function in the HTML composing mode is not working in the lastes RC release (0.1.1), I am would like to disable it.
I tried this line in the config file:
// don't allow these settings to be overriden by the user $rcmail_config['dont_override'] = array('htmleditor'=>false);
but the HTML compose button still shows up. Is there anyway to disable it?
Thanks Ala
List info: http://lists.roundcube.net/users/
Ala Salman wrote:
Hello:
Since the spell check function in the HTML composing mode is not working in the lastes RC release (0.1.1), I am would like to disable it.
I tried this line in the config file:
// don't allow these settings to be overriden by the user $rcmail_config['dont_override'] = array('htmleditor'=>false);
but the HTML compose button still shows up. Is there anyway to disable it?
it should be:
$rcmail_config['dont_override'] = array('htmleditor');
On Fri, 2008-05-02 at 08:10 +0200, A.L.E.C wrote:
it should be:
$rcmail_config['dont_override'] = array('htmleditor');
Thanks for the tip Alec.
That however only removes the option from the settings pane, but leaves the HTML editor radio button below the compose window visible. Is there a way to disable that radio button as well?
Some of my users also have the default of composing in HTML saved in their db entries from previous versions that I played around with. They are currently still in there, and regardless of whether I disable the HTML editor or not they are still able to edit in HTML. I looked at the db entries, but it is not possible to change them with an SQL statement as the user preferences are saved as a single line. Is there anyway that I can set the HTML editor to false for everyone?
Ala _______________________________________________ List info: http://lists.roundcube.net/users/
Ala Salman wrote:
That however only removes the option from the settings pane, but leaves the HTML editor radio button below the compose window visible. Is there a way to disable that radio button as well?
Some of my users also have the default of composing in HTML saved in their db entries from previous versions that I played around with. They are currently still in there, and regardless of whether I disable the HTML editor or not they are still able to edit in HTML. I looked at the db entries, but it is not possible to change them with an SQL statement as the user preferences are saved as a single line. Is there anyway that I can set the HTML editor to false for everyone?
only by skin modification, I think