well i must have enabled TinyMCE at some point otherwise it would be the same as the comments on the wall, but i have no idea how i would have done that, I doubt I would have set TinyMCE to strip out the images what would be the point of that? I suspect I enabled it originally as a way for groups members to be able to post images without uploading hundreds of pictures to my server.
I have a reactive template insitu.
Uh? What? Where? LOL
Dolphin out of the box has three different TinyMCE inits. They are shared across the site. Two things happens when one has the TinyMCE loaded and someone leaves a comment. The first thing is that TinyMCE will do a code cleanup and remove any illegal tags as set by the TinyMCE init. Then it is passed to the HTMLpurifier to strip out any illegal tags.
Now, since the TinyMCE inits are shared; if you are finding that one can not insert the image tag in one place and can insert in another place that is using the same TinyMCE init; then most likely it is not the TinyMCE that is the cause of the problem.