I have very special problem with combination of these modules: Column filter, TinyMCE, Insert a Lightbox2. When I press Insert for inserting of Lightbox processed image, this code is inserted into TinyMCE:
<a rel="lightbox[group1][<br /><br /><a href='pic.jpg' target='_blank' id='lightbox2-download-link-text'>Download Original</a>]" href="pic.jpg"><img src="pic.jpg" alt="" title="" class="" /></a>
and after saving this code is transfered to
<a href="pic.jpg" rel="lightbox[group1][<br /><br /><a href='pic.jpg' target='_blank' id='lightbox2-download-link-text'>Download Original</a>]"><img src="pic.jpg" alt="" title="" class="" /></a></p>
After enabling of column filter plugin for TinyMCE the code is changed to this:
<a href="pic.jpg" rel="lightbox[group1][<br ></a><br /><a href='pic.jpg' target='_blank' id='lightbox2-download-link-text'>Download Original</a>]"><img src="pic.jpg" alt="" title="" class=""></a>
There is only small difference between [<br /><br /><a href and [<br ></a><br /><a href,but this difference apear that whole div after the picture behaves as a link tags. Why is this happen?
Comments
Comment #1
tommer commentedI solved the problem that i stopped using of predefined lightbox formats in Insert and I started to use Resize filter. Then there is not link for download, so it means no problem.