Using Drupal 4.6.5
Installed TinyMCE
Installed Image Module
Installed Img_Assist Module
clean URLS NOT enabled
Followed instructions in readme and install files - e.g. adding code from TinyMCE INSTALL.txt file to theme template.php file, moving drupalimage directory to tinymce/jscripts/tiny_mce/plugins, etc.
Using TinyMCE with default set to rich-text edit on. I choose an article to edit and click on Img_Assist icon to add an image. In Img_Assist pop-up window, I select the image I want to add. If I choose 'filter' and then click 'Insert image' the following text is added to the body box on edit article page:
[img_assist|fid=7|thumb=1|alt=airforce 1|caption=air force one arrives]
I click submit, the image and its link works properly.
PROBLEM:
In the Img_Assist pop-up window, 'html' is selected by default. If I select an image and keep the default 'html' setting and choose 'Show code' I see the following:
<div class="image"> <a href="/?q=node/40"><img src="http://193.108.185.246/mduits/jakut/files/images/airforceone_arrival.thumbnail.jpg" width="100" height="67" alt="airforce 1" /></a> <div class="caption">air force one arrives</div></div>
Then if I click 'Insert image' the image and its caption appear in the body box on edit article page. I click submit, the image appears correctly, BUT its link does not work.