Good evening guys, first post. Just to warn you, most of the questions I ask will be about ridiculous tasks, as the rest I'm usually able to figure out on my own. With that said, does anyone know of any quick options to change the output of the Image properties box?
For the design of this site, it is necessary that the actual image be kept separate from the text, so I have the image url in a separate input field. I've found the actual function that calls the "Image Properties" box, but of course if I call this with a separate button, then tell it to input the image, it still places it in the CKeditor text area by default. Is there anywhere I can change, with a couple config lines, into which field it places the image url, and whether it wraps it in the <img /> tag or not?
I'm not about to edit the source of the obfuscated js, so if it's not possible without doing this, I'll just have to make a few round trips with preg_replace statements in PHP.
Thanks!
-Neil
For the design of this site, it is necessary that the actual image be kept separate from the text, so I have the image url in a separate input field. I've found the actual function that calls the "Image Properties" box, but of course if I call this with a separate button, then tell it to input the image, it still places it in the CKeditor text area by default. Is there anywhere I can change, with a couple config lines, into which field it places the image url, and whether it wraps it in the <img /> tag or not?
I'm not about to edit the source of the obfuscated js, so if it's not possible without doing this, I'll just have to make a few round trips with preg_replace statements in PHP.
Thanks!
-Neil