How can i make the HTML editor as standard for every user... and or is there a method to keep the HTML editor as only editor which is possible to choose?
best regards
KSS
This can be done in RC_ROOT/config/main.inc.php by setting the following
// compose html formatted messages by default
// 0 - never, 1 - always, 2 - on reply to HTML message only
$rcmail_config['htmleditor'] = 1;
This can be done by changing the following in /config/main.inc.php
// compose html formatted messages by default
// 0 - never, 1 - always, 2 - on reply to HTML message only
$rcmail_config['htmleditor'] = 1;
Quote from: dshepherd;33625This can be done by changing the following in /config/main.inc.php
// compose html formatted messages by default
// 0 - never, 1 - always, 2 - on reply to HTML message only
$rcmail_config['htmleditor'] = 1;
And then add 'htmleditor' to the dont_override array:
// don't allow these settings to be overriden by the user
$rcmail_config['dont_override'] = array('htmleditor');
You'll need to do both to of the above to force and lock for all users. And it may not take effect for any pre-existing users who have already set their preferences to text.
I enjoyed reading your nice FORUM. I see you offer priceless info. Stumbled into this blog by chance but I'm sure glad I clicked on that link. You definitely answered all the questions I've been dying to answer for some time now. Will definitely come back for more of this. Thank you so much.
642-262 IUC Test King - 642-262 Study Questions, Cisco Specialist Simulations (http://www.test-king.mobi/642-262-test.html)
1z0-451 Test King - 1z0-451 Study Questions, Oracle Oracle Simulations (http://www.test-king.mobi/1z0-451-test.html)
70-291 Test King - 70-291 Study Questions, Microsoft MCSA Simulations (http://www.test-king.mobi/70-291-test.html)
646-985 DCNSS Test King - 646-985 Study Questions, Cisco Sales Simulations (http://www.test-king.mobi/646-985-test.html)
1Y0-A17 Test King - 1Y0-A17 Study Questions, Citrix XenDesktop 4 Simulations (http://www.test-king.mobi/1Y0-A17-test.html)