XF 1.1 plain text editor?

You can mass update the editor preference of all existing users by running this query:

Code:
UPDATE xf_user_option
SET enable_rte = 0;

But there is no option to set the default for new users.
 
Top Bottom