• to use the plugin with a newer version of tinymce in the backend change the lines:

    tinyMCE.execInstanceCommand(‘mce_editor_0’, ‘mceInsertContent’, false, ‘ ‘ + tag + ‘ ‘);
    tinyMCE.selectedInstance.repaint();

    to:

    tinyMCE.execCommand(‘mceInsertContent’, false, ‘ ‘ + tag + ‘ ‘);

    works for me with wp 2.6.3 and 2.7b1

    http://wordpress.org/extend/plugins/wp-grins/

  • The topic ‘[Plugin: WP Grins] if you want to use with wp2.5 and higher…’ is closed to new replies.