I'm attempting to do some very simple lightboxing of images from the CB gallery, inside a profile blog entry. But even using No Editor and pasting in the code manually, when I save the blog, CB strips the code out again.
Here is a snippet of the code before and after the blog is saved:
Before:
Code:
<p><a data-rokbox href="/images/bagallery/original/myimage.jpg" data-rokbox-generate-thumbnail>_auto_generated_thumb_</a></p>
After:
Code:
<p><a>_auto_generated_thumb_</a></p>
I've attempted to add tags excluded from filtering in the CB Configuration->User Profile area, but either I don't have the tags listed correctly, or that isn't what's stripping them.
Any help would be appreciated. It would be nice to be able to turn off HTML validation entirely for CB when using an Editor that includes it's own (TinyMCE, JCE, etc).