Is it possible to bypass the initial "Insert/edit image" window when inserting an image, and go straight to the Image/File browser window?
Most of the time I am uploading a brand new image. If I am using an existing one, more often than not I can't remember the URL so need to go to the browser window anyway to find it!
Comments
Comment #1
ufku commentedYou should change the way of image insertion of your editor. This is generally done by plug-ins. You should know how to write a plug-in for your editor.
There is not much to do at IMCE side except knowing how to override IMCE's image insertion function.
Comment #2
gushie commentedThanks for the reply.
I'm using TinyMCE... so should I be directing this question to the TinyMCE project?
Could I make it a feature request to provide an option to do this?
Comment #3
ufku commentedThis is directly related to the editor, not related to tinymce module. And it is a complete javascript issue which can be solved by adding a custom button to tinymce. You should read the documentation at http://tinymce.moxiecode.com/documentation.php
Comment #4
gushie commentedOK thanks.