My client wants to add images straight to content. We did them a new “Content” -image destination folder and resize options to make sure they use correct size images. However it seems that it’s impossible to use these resized images in content(textareas) with File Manager?
Have I missed something or how can this be true? Anyone knows any nice and minimal addon to handle this?
I’ve even tried with Assets and Wygwam but not possible at least with basic options.. and that CKEditors Image insert has so clutterish look that I wish I dont have to use it because of this.
I checked source code of File Manager but “problem” is that code relies too much to db file id:s. I hoped that File Manager would have just passed directory and filename to texteditor but it’s file id that it is using. There’s basically two options that came to my mind.. to write resized images to db OR change File Manager js script to pass directory and file name to txt editor. And with PHP read selected directory subdirectories and look for files with same name and if found -> set those as options beneath original filename with subdir name like url/basicimage/_content/filename.jpg .