MyBB Community Forums
way to shut off WYSIWYG editor? - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: way to shut off WYSIWYG editor? (/thread-207505.html)



way to shut off WYSIWYG editor? - metulburr - 2017-01-17

Is there a way to shut off WYSIWYG editor globally? I mainly want this solely because of the issue where MyBB editor is replacing \t with "" on this post


RE: way to shut off WYSIWYG editor? - dragonexpert - 2017-01-18

I think this is done by editing usercp_options template.

Find
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="sourceeditor" id="sourceeditor" value="1" {$sourcemodecheck} /></td>
<td><span class="smalltext"><label for="sourceeditor">{$lang->source_editor}</label></span></td>

Change the input type to hidden and assign a value to it. I'm not sure if you want 1 or 0 so you'll have to test to be sure.


RE: way to shut off WYSIWYG editor? - metulburr - 2017-01-18

Is this editing the default of "put the editor in source mode" such as imaged in the attachment?

Because even with that selected or not i still have the problem. Shown here
https://python-forum.io/Thread-Can-WYSIWYG-Die?pid=8511#pid8511