how to remove html editor in mail send and reply?

can i remove the editor in the mail ?

Quote · 1 Nov 2010

anyone know how I can remove the HTML editor from mailbox?

Quote · 2 Nov 2010

anyone able to help?

Quote · 3 Nov 2010

Hello why do you need remove editor from mailbox ?

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 3 Nov 2010

because i dont want it there or people to use it

Quote · 3 Nov 2010

anybody? just need to remove the html editor so its just plain text

 

tried by css display: none  - works when you do it in firebug, but when you change css and upload, still appears

Quote · 4 Nov 2010

 

anybody? just need to remove the html editor so its just plain text

 

tried by css display: none  - works when you do it in firebug, but when you change css and upload, still appears

 Are you looking in /public_html/plugins/tiny_mce ?

Quote · 4 Nov 2010

yeah thats where i edited the css in themes etc...

Quote · 4 Nov 2010

You need to edit the code then...I don't know where you should do that...

But you can change the html editor to the one you want, or made your own code.

- Editor JS
- Editor CompactJS (Default now)
- Editor MiniJS
- Editor MicroJS


open mail.php

find this line: $_page['extra_js'] = $oTemplConfig -> sTinyMceEditorCompactJS;

edit it to: $_page['extra_js'] = $oTemplConfig -> sTinyMceEditorMiniJS;

Quote · 4 Nov 2010

BxBaseMailBox.php line 203 is where you can change this in D 7.0.7

Quote · 11 Aug 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.