• WP 3.2.1, No Cache Plugins installed yet.
    WP Super Edit 2.4.2 works beautifully with Posts and Pages Visual Editor.

    But not with Mailpress’s Mail Visual Editor, only shows WordPress’s Default buttons in Editor.

    Mailpress plug-in dev says:

    “MailPress Mail editor is calling Tinymce as it is called by the Post editor so maybe WP Super Edit plug-in dev could fix that?”

    Thanks

    http://wordpress.org/extend/plugins/wp-super-edit/

Viewing 1 replies (of 1 total)
  • I am using the standard method for filtering options into the visual post editor. In fact I am using the full filter and not individual option filters.

    add_filter('mce_external_plugins','wp_super_edit_tinymce_plugin_filter', 99);
    add_filter('tiny_mce_before_init','wp_super_edit_tinymce_filter', 99);

    Maybe when I get time I can check the implementation for MailPress, but for now I’m working on tracking down issues with SSL.

Viewing 1 replies (of 1 total)
  • The topic ‘WP Super Edit with Mailpress’ is closed to new replies.