Forums

[Plugin: WP Grins] if you want to use with wp2.5 and higher... (1 post)

  1. Tom Braider
    Member
    Posted 1 year ago #

    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/

Topic Closed

This topic has been closed to new replies.

About this Topic

  • RSS feed for this topic
  • Started 1 year ago by Tom Braider
  • WordPress version: 2.6
  • This topic is not a support question

Tags