Hi everyone !
I'm actually writing a plugin that is using a custom db.
I'm using tinymce with the_editor() function and it's working great.
Now the point is that the image uploader isn't really working.
the upload part is working, meaning that the image is sent to the server. Then i try to add the image to my content, with the button, and the image is showed.
finally i save my content but the <a href="" ...<img src="" seems corrupted when the data are saved to my db.
Any idea on how to figure out why it isn"t working ?
Or maybe a simple plugin that is doing the almost same thing ?
Just need a plugin to study that save data using the_editor in a custom db...
thanks a lot !