After patched with Security Patches Out for 4.5.x, TinyMCE-EXP 1.0 (mambo 4.5.2) thumbnail to popup feature doesn't work anymore. When I insert an image as thumbnail in th html source there is the correct code:
Code:
<a href="javascript:void window.open('http://***/mambots/editors/tinymce_exp/jscripts/tiny_mce/popupImage.php?img=images/stories/piazza3.jpg&imgwidth=400&imgheight=280&alt=piazza3.jpg','Image','menubar=no,toolbar=no,scrollbars=yes,resizable=yes, left='+(screen.availWidth/2-(400/2))+',top='+(screen.availHeight/2-(280/2))+',width='+(400+10)+',height='+(280+75)+'');"><img width="150" vspace="5" hspace="5" height="105" border="0" align="" alt="piazza3.jpg" src="http://***/images/stories/.thumbnails/.thumb_piazza3.jpg" /></a><br /> But after saved, the code is:
Code:
<a><img width="150" vspace="5" hspace="5" height="105" border="0" align="align" src="http://***/images/stories/.thumbnails/.thumb_piazza3.jpg" alt="piazza3.jpg" /></a><br />
Any idea about?
Thanks
A.