• Ok so im not a programmer but I hacked together something that makes the plugin continue to work in the latest version of WordPress. I love this plugin because it resizes the images the way I am used to and is easy to use.

    Make sure that the image-browser.php is in the admin folder always. Now what you need to do is edit the image-browser-plugin.php in the plugins folder.

    Replace var toolbar = document.getElementById(“ed_toolbar”); with var toolbar = document.getElementById(“wp-content-media-buttons”);

    Ha there is our button.. now its ugly so lets replace theButton.className = ‘ed_button’; with theButton.className = ‘button’; in the same file.

    Simple find and replace should fix this for now!

  • The topic ‘Got IImage browser working in 4.9.7’ is closed to new replies.