The MU forums have moved to WordPress.org

disable wysiwyg completely (2 posts)

  1. wcardinal
    Member
    Posted 17 years ago #

    is there an easy way of diabling the activation and use of tinymce completely? I don't even want users to be able to turn it on.

    I hate wysiwyg editors. I wish that wordpress would have a tinymce configuration that worked for xhtml out-of-the-box and be done with it. Complete with auto MS Word cleanup on a normal "paste" from all browsers.

  2. drmike
    Member
    Posted 17 years ago #

    Well to change the default, I'd switch this line in wp-admin/upgrade-schema.php:

    add_option('advanced_edit', 0);

    I'd then remove the check box out of the profiles page so they can't switch.

    I would think that would work.

About this Topic

  • Started 17 years ago by wcardinal
  • Latest reply from drmike