MyBB Community Forums

Full Version: How to have traditional editor instead of WYSIWYG
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Similar to what this forum does, how to get that traditional editor where if you click the Bold button, it will display the bbcode for it, instead of the WYSIWYG? I, personally, prefer the traditional way of displaying bbcode.

EDIT: I just found out how, but how do I make it when a new member joins, he/she will be using the source mode by default?
(2015-03-05, 06:56 AM)mmadhankumar Wrote: [ -> ]check this reply: http://community.mybb.com/thread-165583-...pid1132132

however its still bugged: https://github.com/mybb/mybb/issues/1875

Thanks for the help, but I have figured it out.

I added this code in the member_register template between the <form></form>

<input type="hidden" name="sourceeditor" value="1" />
Same request, WYSIWYG is sometimes bugged, and user coming from MyBB 1.6 are lost with it.

It would have been great if there was an admin option to disable it by default.

Also, with MySQL i've set all user to source editor, but the WYSIWYG still when user click on "reply" to a post.