| Re: Newbb - how do I change the default editor |
| by deka87 on 2012/7/2 11:29:04 Thanks, irmtfan! Turned out to be very easy
|
| Re: Newbb - how do I change the default editor |
| by irmtfan on 2012/7/2 11:00:18 Yes in newbb/include/plugin.php change: // Set the default editor $customConfig["editor_default"] = "dhtmltextarea"; with: // Set the default editor $customConfig["editor_default"] = "tinymce"; It is good to move these options to module preferences to avoid confusing. |
| Newbb - how do I change the default editor |
| by deka87 on 2012/7/2 10:36:35 Hi, In Newbb module when posting a new topic there is a list of editors I can choose from. Is there any way to change the default editor which is dhtml standard editor? Thanks |