I have a roblem with this great plugin. If I put an image in the content with TinyMCE (2.0.6., problem?), resize it with the attributes and save the doc, everything is fine, thumb is linked to big image with effect. If I open the doc again, I see the generated thumb with the watermark. Okay so far. But when I save the doc again, the link to the big image and with that the effects are gone.
Sourcecode Tiny before first saving:
<img alt="test" height="100" src="assets/images/Backends/screenshot20081011_08.jpeg" width="150" />
Generated sourcecode:
<a href="assets/drgalleries/377/big_screenshot20081011_08.jpeg" rel="lightbox" title="">
<img src="assets/drgalleries/377/thumb_screenshot20081011_08.jpeg" width="150" height="100" />
</a>
Sourcecode Tiny after opening again:
<img alt="test" height="100" src="http://www.mademyday.de/assets/drgalleries/377/wysiwyg_assets--images--Backends--screenshot20081011_08.jpeg" width="150" />
Generated sourcecode after saving again:
<img alt="test" height="100" src="assets/drgalleries/377/wysiwyg_assets--images--Backends--screenshot20081011_08.jpeg" width="150" />
Any ideas?