HTML Editor

Last night I managed to make all of the editors (thread posting, private messages etc) HTML based. I don't remember how I did it, but I did it. I want it back to the standard WYSIWYG editor, and I'm wondering if anyone of you know how to do so.

In advance, thanks.
 
Run this query to enable the rich editor for all existing users:

Code:
UPDATE xf_user_option
SET enable_rte = 1;

You can set the default prefs for new users here:

Admin CP -> Home -> Options -> User Registration -> Default Registration Values
 
I could not see the rich text or HTML setting for users at Admin CP -> Home -> Options -> User Registration -> Default Registration Values ?
Here is a screenshot of what I see ...

html-editor.webp
 
Top Bottom